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-19
Merge #21226: build: Fix fuzz binary compilation under windows
MarcoFalke
2021-02-19
Merge #21221: [tools] Allow argument/parameter bin packing in clang-format
MarcoFalke
2021-02-19
Merge #21228: test: Avoid comparision of integers with different signs
fanquake
2021-02-19
Merge #21210: doc: Rework internal and external links
Wladimir J. van der Laan
2021-02-19
Merge #21205: build: actually fail when Boost is missing
fanquake
2021-02-19
Merge #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection
Jonas Schnelli
2021-02-19
Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys disa...
Samuel Dobson
2021-02-18
Fix fuzz binary compilation under windows
Dan Benjamin
2021-02-18
test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection
MarcoFalke
2021-02-18
test: Make test actually test something
MarcoFalke
2021-02-18
test: pep8 touched test
MarcoFalke
2021-02-18
Avoid comparision of integers with different signs
Jonas Schnelli
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-18
Merge #20524: test: Move MIN_VERSION_SUPPORTED to p2p.py
Wladimir J. van der Laan
2021-02-18
[tools] Allow argument/parameter bin packing in clang-format
John Newbery
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
[test] Check user agent string from test framework connections
John Newbery
2021-02-17
[test] Add P2P_SERVICES to p2p.py
John Newbery
2021-02-17
[test] Move MY_RELAY to p2p.py
John Newbery
2021-02-17
[test] Move MY_SUBVERSION to p2p.py
John Newbery
2021-02-17
[test] Move MY_VERSION to p2p.py
John Newbery
2021-02-17
[test] Move MIN_VERSION_SUPPORTED to p2p.py
John Newbery
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
doc: Rework internal and external links
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
build: actually stop configure if Boost isn't available
fanquake
2021-02-17
build: explicitly install libboost-dev package
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
test: disallow sendtoaddress/sendmany when private keys disabled
Jon Atack
2021-02-16
Disallow sendtoaddress and sendmany when private keys disabled
Andrew Chow
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
[next]