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
2021-02-11
Merge #21041: log: Move "Pre-allocating up to position 0x[…] in […].dat" ...
Wladimir J. van der Laan
2021-02-11
Merge #20370: fuzz: version handshake
MarcoFalke
2021-02-11
Merge #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-11
fuzz: version handshake
MarcoFalke
2021-02-11
Merge #21043: net: Avoid UBSan warning in ProcessMessage(...)
MarcoFalke
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2021-02-11
test: add Sock unit tests
Vasil Dimov
2021-02-11
fuzz: Fail if message type is not fuzzed
MarcoFalke
2021-02-11
fuzz: Count message type fuzzers before main()
MarcoFalke
2021-02-11
Merge #20663: fuzz: Hide script_assets_test_minimizer
MarcoFalke
2021-02-10
log: Move "Pre-allocating up to position 0x[...] in [...].dat" log message to...
practicalswift
2021-02-10
log: Move "Leaving block file [...]: [...]" log message to debug category
practicalswift
2021-02-10
Merge #21114: Deduplicate some block-to-JSON code
Wladimir J. van der Laan
2021-02-10
style: rename hSocket to sock
Vasil Dimov
2021-02-10
net: use Sock in InterruptibleRecv() and Socks5()
Vasil Dimov
2021-02-10
net: add RAII socket and use it instead of bare SOCKET
Vasil Dimov
2021-02-10
net: move CloseSocket() from netbase to util/sock
Vasil Dimov
2021-02-10
net: move MillisToTimeval() from netbase to util/time
Vasil Dimov
2021-02-10
Merge #21125: test: Change BOOST_CHECK to BOOST_CHECK_EQUAL for paths
MarcoFalke
2021-02-10
Deduplicate some block-to-JSON code.
Daniel Kraft
2021-02-09
Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) calls
Wladimir J. van der Laan
2021-02-09
[refactor] improve style for touched code
gzhao408
2021-02-09
[refactor] const ATMPArgs and non-const Workspace
gzhao408
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-09
Change BOOST_CHECK to BOOST_CHECK_EQUAL to see mismatched values when a check...
Kiminuo
2021-02-09
Merge #20557: addrman: Fix new table bucketing during unserialization
Wladimir J. van der Laan
2021-02-09
Merge #21115: test: Fix Windows cross build
fanquake
2021-02-08
Merge #20944: rpc: Return total fee in getmempoolinfo
MarcoFalke
2021-02-08
test: Fix Windows cross build
Hennadii Stepanov
2021-02-08
doc: Fixup docs in fuzz/script_assets_test_minimizer.cpp
MarcoFalke
2021-02-08
fuzz: Hide script_assets_test_minimizer
MarcoFalke
2021-02-05
build: build fuzz tests by default.
Dan Benjamin
2021-02-05
Merge bitcoin-core/gui#203: Display plain "Inbound" in peer details
Jonas Schnelli
2021-02-05
Merge #20839: fuzz: Avoid extraneous copy of input data, using Span<>
Wladimir J. van der Laan
2021-02-05
Merge #20764: cli -netinfo peer connections dashboard updates 🎄 ✨
Wladimir J. van der Laan
2021-02-05
Merge #20646: doc: refer to BIPs 339/155 in feature negotiation
Wladimir J. van der Laan
2021-02-05
Merge #21077: doc: clarify -timeout and -peertimeout config options
MarcoFalke
2021-02-04
[doc] clarify -peertimeout and -timeout descriptions
gzhao408
2021-02-04
refactor: Treat ArgsManager::Flags as uint32_t explicitly
MarcoFalke
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-02-04
Merge #21025: validation: Guard chainman chainstates with cs_main
MarcoFalke
2021-02-04
Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-02-03
fuzz: Avoid extraneous copy of input data, using Span<>
MarcoFalke
2021-02-03
netinfo: display only outbound block relay counts
Jon Atack
2021-02-03
netinfo: add i2p network
Jon Atack
2021-02-03
netinfo: add bip152 high-bandwidth to/from fields
Jon Atack
2021-02-03
netinfo: display manual peers count
Jon Atack
2021-02-03
netinfo: update to use peer connection types
Jon Atack
2021-02-03
Merge #21060: doc: More precise -debug and -debugexclude doc
fanquake
[next]