index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-10-02
net: rename CNetAddr scopeId to m_scope_id, improve code doc
Jon Atack
2020-10-02
test: add test coverage for CNetAddr ipv6 scoped addresses
Jon Atack
2020-10-02
Merge #19991: net: Use alternative port for incoming Tor connections
Wladimir J. van der Laan
2020-10-02
Merge #20055: rpc: Set HTTP Content-Type in bitcoin-cli
fanquake
2020-10-02
refactor: fix -Wbraced-scalar-init warning in validation tests
fanquake
2020-10-01
qt: Periodic translations update
Wladimir J. van der Laan
2020-10-01
net: Extend -bind config option with optional network type
Hennadii Stepanov
2020-10-01
net, refactor: Move AddLocal call one level up
Hennadii Stepanov
2020-10-01
net: Pass onion service target to Tor controller
Hennadii Stepanov
2020-10-01
Merge #18309: zmq: Add support to listen on multiple interfaces
Wladimir J. van der Laan
2020-10-01
rpc: Set HTTP Content-Type in bitcoin-cli
Wladimir J. van der Laan
2020-10-01
signet: do not log signet startup messages for other chains
Jon Atack
2020-10-01
zmq: Append address to notify log output
nthumann
2020-09-30
Merge #20004: test: Add signet witness commitment section parse tests
Wladimir J. van der Laan
2020-09-30
Merge #19498: Tidy up ProcessOrphanTx
MarcoFalke
2020-09-30
Merge #20043: doc: Add 19501 release notes
fanquake
2020-09-30
Merge #20006: Fix misleading error message: Clean stack rule
Wladimir J. van der Laan
2020-09-30
Merge #20036: signet: Add assumed values for default signet
Wladimir J. van der Laan
2020-09-30
doc: Remove double-whitespace from help string, other whitespace fixups
MarcoFalke
2020-09-30
Merge #19501: send* RPCs in the wallet returns the "fee reason"
MarcoFalke
2020-09-30
Merge #19958: doc: Better document features of feelers
fanquake
2020-09-29
Merge #19984: log: Remove static log message "Initializing chainstate Chainst...
Wladimir J. van der Laan
2020-09-29
Merge #20003: net: Exit with error message if -proxy is specified without arg...
Wladimir J. van der Laan
2020-09-29
signet: Add assumed values for default signet
MarcoFalke
2020-09-29
Merge #19898: log: print unexpected version warning in validation log category
fanquake
2020-09-29
Merge #19630: Cleanup fee estimation code
fanquake
2020-09-29
test: Add signet witness commitment section parse tests
MarcoFalke
2020-09-29
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
2020-09-29
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-29
Merge #19969: Send RPC bug fix and touch-ups
fanquake
2020-09-29
refactor: Rename TorController::target to m_tor_control_center
Hennadii Stepanov
2020-09-29
net, refactor: Refactor CBaseChainParams::RPCPort function
Hennadii Stepanov
2020-09-29
net: Add alternative port for onion service
Hennadii Stepanov
2020-09-29
net: Use network byte order for in_addr.s_addr
Hennadii Stepanov
2020-09-29
Merge #20014: doc: Mention signet in -help output
fanquake
2020-09-28
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
Pieter Wuille
2020-09-28
Merge #15367: feature: Added ability for users to add a startup command
MarcoFalke
2020-09-28
feature: Added ability for users to add a startup command
Ben Carman
2020-09-28
Merge #20016: uint256: 1 is a constant
MarcoFalke
2020-09-28
wallet: no need for duplicate storage for ABANDON_HASH constant
Anthony Towns
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
uint256: Update constructors to c++11, make ONE static
Anthony Towns
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-26
Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs
MarcoFalke
2020-09-25
doc: Mention signet in -help output
Hennadii Stepanov
2020-09-24
Fix misleading error message: Clean stack rule
sanket1729
2020-09-24
Improve docs about feeler connections
Gleb Naumenko
2020-09-23
zmq: Add support to listen on multiple interfaces
Nicolas Thumann
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp...
MarcoFalke
[next]