index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-14
test: Fix 'make cov' with clang
Hennadii Stepanov
2020-08-13
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-12
Merge #19688: build: Add support for llvm-cov
MarcoFalke
2020-08-12
Merge #19696: rpc: Fix addnode remove command error
Wladimir J. van der Laan
2020-08-12
Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...
Wladimir J. van der Laan
2020-08-12
[net] Add addpeeraddress RPC method
John Newbery
2020-08-12
[test] Test that getnodeaddresses() can return all known addresses
John Newbery
2020-08-12
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-08-12
Merge #19316: [net] Cleanup logic around connection types
fanquake
2020-08-11
rpc: Improve addnode remove command error message
Fabian Jahr
2020-08-11
Merge #19674: refactor: test: use throwaway _ variable for unused loop counters
fanquake
2020-08-10
Merge #19596: Deduplicate parent txid loop of requested transactions and miss...
Wladimir J. van der Laan
2020-08-10
Merge #19605: doc: set CC_FOR_BUILD when building on OpenBSD
fanquake
2020-08-10
Merge #17563: lib: fix a compiler warning: unused GetDevURandom()
fanquake
2020-08-10
Merge #19622: build: Drop ancient hack in gitian-linux descriptor
fanquake
2020-08-09
Merge #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is exp...
Wladimir J. van der Laan
2020-08-09
Merge #19657: test: Wait until is_connected in add_p2p_connection
Wladimir J. van der Laan
2020-08-09
Merge #19649: Restore test case for p2p transaction blinding
Wladimir J. van der Laan
2020-08-09
Merge #19660: refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-09
Merge #19638: Replace `hidden service` with `onion service`
Wladimir J. van der Laan
2020-08-08
build: Add missed fuzz.coverage/ directory to .gitignore
Hennadii Stepanov
2020-08-08
build: Add missed fuzz_filtered.info to COVERAGE_INFO
Hennadii Stepanov
2020-08-08
build, test: Add support for llvm-cov
Hennadii Stepanov
2020-08-08
Merge #19672: build: make clean removes .gcda and .gcno files from fuzz direc...
MarcoFalke
2020-08-07
[net] Remove unnecessary default args on CNode constructor
Amiti Uttarwar
2020-08-07
[refactor] Remove IsOutboundDisconnectionCandidate
Amiti Uttarwar
2020-08-07
[net/refactor] Simplify multiple-connection checks
Amiti Uttarwar
2020-08-07
[net/refactor] Rework ThreadOpenConnections logic
Amiti Uttarwar
2020-08-07
[net] Fix bug where AddrFetch connections would be counted as outbound full r...
Amiti Uttarwar
2020-08-07
[net/refactor] Clarify logic for selecting connections in ThreadOpenConnections
Amiti Uttarwar
2020-08-07
[net/refactor] Remove fInbound flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove m_addr_fetch member var from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove fFeeler flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Remove m_manual_connection flag from CNode
Amiti Uttarwar
2020-08-07
[net/refactor] Add connection type as a member var to CNode
Amiti Uttarwar
2020-08-07
[doc] Describe different connection types
Amiti Uttarwar
2020-08-07
[net/refactor] Add AddrFetch connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Extract m_addr_known logic from initializer list
Amiti Uttarwar
2020-08-07
[net/refactor] Add block relay only connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Add feeler connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Add manual connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-08-07
scripted-diff: Rename OneShot to AddrFetch
Amiti Uttarwar
2020-08-07
Replace `hidden service` with `onion service`
Riccardo Masutti
2020-08-07
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-08-07
Merge #19620: Add txids with non-standard inputs to reject filter
fanquake
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-08-06
Merge #19667: build: set minimum required Boost to 1.58.0
fanquake
2020-08-06
build: make clean removes .gcda and .gcno files from fuzz directory
eugene
[next]