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-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
2021-02-12
doc/bips: Add BIPs 43, 44, 49, and 84
Luke Dashjr
2021-02-12
Merge #21165: test: Use mocktime in test_seed_peers
MarcoFalke
2021-02-12
[test] Use mocktime in test_seed_peers()
Dhruv Mehta
2021-02-12
[refactor] Correct log message in net.cpp
Dhruv Mehta
2021-02-12
doc: Guix is shipped in Debian and Ubuntu
MarcoFalke
2021-02-12
Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...
Wladimir J. van der Laan
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
2021-02-12
Merge #19522: build: fix building libconsensus with reduced exports for Darwi...
Wladimir J. van der Laan
2021-02-12
Merge #19145: Add hash_type MUHASH for gettxoutsetinfo
Wladimir J. van der Laan
2021-02-12
build: consolidate reduced export checks
fanquake
2021-02-12
build: add building libconsensus to end-of-configure output
fanquake
2021-02-12
build: remove ax_gcc_func_attribute macro
fanquake
2021-02-12
build: remove AX_GCC_FUNC_ATTRIBUTE test for dllimport
fanquake
2021-02-12
build: test for __declspec(dllexport) in configure
fanquake
2021-02-12
build: remove duplicate visibility attribute detection
fanquake
2021-02-11
[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...
Dhruv Mehta
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
Merge #20915: fuzz: Fail if message type is not fuzzed
MarcoFalke
2021-02-11
test: add Sock unit tests
Vasil Dimov
2021-02-11
Merge #21023: fuzz: Disable shuffle when merge=1
MarcoFalke
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 #21130: script: Make LXC container size suitable for gitian builds
Wladimir J. van der Laan
2021-02-10
Merge #21114: Deduplicate some block-to-JSON code
Wladimir J. van der Laan
2021-02-10
Merge #21123: code style: Add EditorConfig file
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
Merge #21138: ci: Re-run wine tests once if they fail
fanquake
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-10
ci: Re-run wine tests once if they fail
MarcoFalke
2021-02-10
Add EditorConfig file.
Kiminuo
2021-02-10
Merge #21126: ci: Properly bump to focal for win cross build
fanquake
2021-02-09
Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) calls
Wladimir J. van der Laan
[next]