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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2021-04-04
move-only: Move ThreadImport to blockstorage
MarcoFalke
2021-03-29
remove unused class util::Ref and its unit test
Sebastian Falbesoner
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-16
Merge #21405: compat: remove memcpy -> memmove backwards compatibility alias
Wladimir J. van der Laan
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-11
Merge #21007: bitcoind: Add -daemonwait option to wait for initialization
Wladimir J. van der Laan
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-10
compat: remove memcpy -> memmove backwards compatibility alias
fanquake
2021-03-06
Merge #21209: build: use newer source for libnatpmp
fanquake
2021-03-04
util: Add RAII TokenPipe
Wladimir J. van der Laan
2021-03-04
Merge #21148: Split orphan handling from net_processing into txorphanage
Wladimir J. van der Laan
2021-03-04
build: compile libnatpmp with -DNATPMP_STATICLIB on Windows
fanquake
2021-03-01
net: implement the necessary parts of the I2P SAM protocol
Vasil Dimov
2021-03-01
util: extract {Read,Write}BinaryFile() to its own files
Vasil Dimov
2021-02-26
move-only: Add txorphanage module
Anthony Towns
2021-02-24
Merge #18017: txmempool: split epoch logic into class
Wladimir J. van der Laan
2021-02-23
rpc: add external signer RPC files
Sjors Provoost
2021-02-23
wallet: add ExternalSignerScriptPubKeyMan
Sjors Provoost
2021-02-23
wallet: add -signer argument for external signer command
Sjors Provoost
2021-02-15
Merge #20629: depends: Improve id string robustness
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-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-10
net: move CloseSocket() from netbase to util/sock
Vasil Dimov
2021-02-09
[refactor] txmempool: split epoch logic into class
Anthony Towns
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-02-03
build: Proper quoting for var printing targets
Carl Dong
2021-02-02
build: don't build or use Boost Thread
fanquake
2021-01-21
build: Add var printing target to src/Makefile.am
Carl Dong
2021-01-18
Merge #19866: eBPF Linux tracepoints
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-12
Merge #19937: signet mining utility
Wladimir J. van der Laan
2021-01-12
Add bitcoin-util command line utility
Anthony Towns
2021-01-07
Merge #18077: net: Add NAT-PMP port forwarding support
Wladimir J. van der Laan
2021-01-07
Merge #19055: Add MuHash3072 implementation
Wladimir J. van der Laan
2021-01-07
net: Add libnatpmp support
Hennadii Stepanov
2021-01-07
refactor: Move port mapping code to its own module
Hennadii Stepanov
2020-12-21
crypto: Add MuHash3072 implementation
Fabian Jahr
2020-12-18
Merge #20434: contrib: Parse ELF directly for symbol and security checks
Wladimir J. van der Laan
2020-12-16
wallettool: Add dump command
Andrew Chow
2020-12-07
tracing: add tracing framework
William Casarin
2020-12-01
Merge #20494: refactor: Move node and wallet code out of src/interfaces
MarcoFalke
2020-11-24
Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp
Russell Yanofsky
2020-11-24
Move ChainImpl from interfaces/chain.cpp to node/interfaces.cpp
Russell Yanofsky
2020-11-24
Move NodeImpl from interfaces/node.cpp to node/interfaces.cpp
Russell Yanofsky
2020-11-23
build: Avoid secp256k1.h include from system
Niklas Gögge
2020-11-22
contrib: Parse ELF directly for symbol and security checks
Wladimir J. van der Laan
2020-11-18
Do not compile BDB things when USE_BDB is defined
Andrew Chow
2020-11-10
Move Hashers to util/hasher.{cpp/h}
Andrew Chow
2020-10-20
Make sqlite support optional (compile-time)
Luke Dashjr
[next]