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-01-21
Merge #20972: locks: Annotate CTxMemPool::check to require cs_main
MarcoFalke
2021-01-21
Merge #20946: fuzz: Consolidate fuzzing TestingSetup initialization
MarcoFalke
2021-01-21
fuzz: Initialize a full TestingSetup where appropriate
Carl Dong
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-20
locks: Annotate CTxMemPool::check to require cs_main
Carl Dong
2021-01-20
Merge #20952: wallet: Add BerkeleyDB version sanity check at init time
Samuel Dobson
2021-01-19
Merge #20891: rpc: Remove deprecated bumpfee behavior
Wladimir J. van der Laan
2021-01-18
Merge #19866: eBPF Linux tracepoints
Wladimir J. van der Laan
2021-01-18
Merge #20938: build: fix linking against -latomic when building for riscv
Wladimir J. van der Laan
2021-01-17
Merge #20939: build: fix RELOC_SECTION security check for bitcoin-util
Wladimir J. van der Laan
2021-01-17
wallet: Add BerkeleyDB version sanity check at init time
Wladimir J. van der Laan
2021-01-15
Merge #20916: rpc: Return wtxid from testmempoolaccept
MarcoFalke
2021-01-15
Merge #20908: fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-15
build: fix RELOC_SECTION security check for bitcoin-util
fanquake
2021-01-15
add std::atomic include to bitcoin-util.cpp
fanquake
2021-01-14
Merge #20834: locks and docs in ATMP and CheckInputsFromMempoolAndCache
fanquake
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-13
Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto...
MarcoFalke
2021-01-13
Merge #20917: doc, rpc: add missing signet mentions in network name lists
MarcoFalke
2021-01-13
Merge #20913: doc: Add manual page generation for bitcoin-util
Wladimir J. van der Laan
2021-01-13
Merge #20811: refactor: move net_processing implementation details out of header
Wladimir J. van der Laan
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-13
fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2021-01-12
doc, rpc: add missing signet mentions in network name lists
Sebastian Falbesoner
2021-01-12
doc: Add manual page generation for bitcoin-util
Wladimir J. van der Laan
2021-01-12
Merge #19937: signet mining utility
Wladimir J. van der Laan
2021-01-12
[doc] for CheckInputsFromMempoolAndCache
gzhao408
2021-01-12
lock annotations for MemPoolAccept functions
gzhao408
2021-01-12
Add bitcoin-util command line utility
Anthony Towns
2021-01-12
Merge #20495: sync: Use decltype(auto) return type for WITH_LOCK
fanquake
2021-01-11
Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...
MarcoFalke
2021-01-11
Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...
fanquake
2021-01-11
Merge #20373: refactor, net: Increase CNode data member encapsulation
MarcoFalke
2021-01-11
Merge #20852: net: allow CSubNet of non-IP networks
Wladimir J. van der Laan
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-11
Merge bitcoin-core/gui#161: Add PeerTableModel::StatsRole to prevent data lay...
Jonas Schnelli
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-11
Merge #18819: net: Replace cs_feeFilter with simple std::atomic
fanquake
2021-01-10
net: allow CSubNet of non-IP networks
Vasil Dimov
2021-01-10
refactor, net: Increase CNode data member encapsulation
Hennadii Stepanov
2021-01-10
refactor, move-only: Relocate CNode private members
Hennadii Stepanov
2021-01-10
Merge bitcoin-core/gui#163: Peer details: replace Direction with Connection Type
MarcoFalke
2021-01-10
Merge #20881: fuzz: net permission flags in net processing
MarcoFalke
2021-01-09
net_processing: move Peer definition to .cpp
Anthony Towns
2021-01-09
net_processing: move PeerManagerImpl into cpp file
Anthony Towns
2021-01-09
net_processing: split PeerManager into interface and implementation classes
Anthony Towns
2021-01-09
net_processing: make more of PeerManager private
Anthony Towns
2021-01-09
net, net_processing: move NetEventsInterface method docs to net.h
Anthony Towns
2021-01-09
rpc: move getpeerinfo connection_type help to correct place
Jon Atack
[next]