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
2021-02-18
test: Make test actually test something
MarcoFalke
2021-02-18
test: pep8 touched test
MarcoFalke
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-18
Merge #15946: Allow maintaining the blockfilterindex when using prune
Jonas Schnelli
2021-02-18
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
MarcoFalke
2021-02-17
Merge #21110: util: remove Boost posix_time usage from GetTime*
Wladimir J. van der Laan
2021-02-17
Merge #21182: build: remove mostly pointless BOOST_PROCESS macro
Wladimir J. van der Laan
2021-02-17
Merge #21192: cli: Treat high detail levels as maximum in -netinfo
Wladimir J. van der Laan
2021-02-17
Merge #21121: [test] Small unit test improvements, including helper to make m...
MarcoFalke
2021-02-17
Merge #21188: scripted-diff: Remove redundant lock annotations in net processing
MarcoFalke
2021-02-17
Merge #20380: doc: Add instructions on how to fuzz the P2P layer using Honggf...
MarcoFalke
2021-02-17
Merge #20993: test: store subversion (user agent) as string in msg_version
MarcoFalke
2021-02-17
util: Use std::chrono for time getters
MarcoFalke
2021-02-17
time: add runtime sanity check
Cory Fields
2021-02-17
Merge #21087: guix: Passthrough BASE_CACHE into container
fanquake
2021-02-17
Merge #21159: test: fix sign comparison warning in socket tests
fanquake
2021-02-17
build: remove mostly pointless BOOST_PROCESS macro
fanquake
2021-02-16
[doc / util] Use comments to clarify time unit for int64_t type.
Amiti Uttarwar
2021-02-16
[util] Introduce a SetMockTime that takes chrono time
Amiti Uttarwar
2021-02-16
[util] Change GetMockTime to return chrono type instead of int
Amiti Uttarwar
2021-02-16
[test] Throw error instead of segfaulting in failure scenario
Amiti Uttarwar
2021-02-16
[test] Introduce a unit test helper to create a valid mempool transaction.
Amiti Uttarwar
2021-02-16
Merge #19806: validation: UTXO snapshot activation
Wladimir J. van der Laan
2021-02-16
Merge #21008: test: fix zmq test flakiness, improve speed
MarcoFalke
2021-02-16
guix: Passthrough BASE_CACHE into container
Carl Dong
2021-02-16
Merge #20721: Net: Move ping data to net_processing
fanquake
2021-02-16
Add "index/blockfilterindex -> validation -> index/blockfilterindex" to expec...
Jonas Schnelli
2021-02-16
Add functional test for blockfilterindex in prune-mode
Jonas Schnelli
2021-02-16
Add debug startup parameter -fastprune for more effective pruning tests
Jonas Schnelli
2021-02-16
Avoid pruning below the blockfilterindex sync height
Jonas Schnelli
2021-02-16
Merge #21185: fuzz: Remove expensive and redundant muhash from crypto fuzz ta...
MarcoFalke
2021-02-15
cli: Treat high detail levels as the maximum in -netinfo
Wladimir J. van der Laan
2021-02-15
scripted-diff: rename ping members
John Newbery
2021-02-15
[net processing] Move ping data fields to net processing
John Newbery
2021-02-15
[net processing] Move ping timeout logic to net processing
John Newbery
2021-02-15
[net processing] Move send ping message logic into function
John Newbery
2021-02-15
[net] Add RunInactivityChecks()
John Newbery
2021-02-15
[net processing] Add Peer& arg to MaybeDiscourageAndDisconnect()
John Newbery
2021-02-15
Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...
MarcoFalke
2021-02-15
Merge #21167: net: make CNode::m_inbound_onion public, initialize explicitly
MarcoFalke
2021-02-15
Merge #21096: Re-add dead code detection
MarcoFalke
2021-02-15
fuzz: Remove expensive and redundant muhash from crypto fuzz target
MarcoFalke
2021-02-15
scripted-diff: Remove shadowing lock annotations
MarcoFalke
2021-02-15
Merge #21100: test: remove unused function xor_bytes
MarcoFalke
2021-02-15
Merge #20942: [refactor] Move some net_processing globals into PeerManagerImpl
MarcoFalke
2021-02-15
Merge #20629: depends: Improve id string robustness
Wladimir J. van der Laan
2021-02-14
Merge #20986: docs: update developer notes to discourage very long lines
MarcoFalke
2021-02-13
Merge #21163: doc: Guix is shipped in Debian and Ubuntu
Wladimir J. van der Laan
2021-02-13
Merge #21127: wallet: load flags before everything else
Wladimir J. van der Laan
2021-02-13
Merge #21028: doc/bips: Add BIPs 43, 44, 49, and 84
Wladimir J. van der Laan
[next]