aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2021-03-29remove unused class util::Ref and its unit testSebastian Falbesoner
2021-03-17Merge #21415: refactor: remove Optional & nulloptWladimir J. van der Laan
2021-03-16Merge #21405: compat: remove memcpy -> memmove backwards compatibility aliasWladimir J. van der Laan
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-12Merge #21404: refactor: Remove MakeUnique<T>()MarcoFalke
2021-03-11Merge #21007: bitcoind: Add -daemonwait option to wait for initializationWladimir J. van der Laan
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-03-10compat: remove memcpy -> memmove backwards compatibility aliasfanquake
2021-03-06Merge #21209: build: use newer source for libnatpmpfanquake
2021-03-04util: Add RAII TokenPipeWladimir J. van der Laan
2021-03-04Merge #21148: Split orphan handling from net_processing into txorphanageWladimir J. van der Laan
2021-03-04build: compile libnatpmp with -DNATPMP_STATICLIB on Windowsfanquake
2021-03-01net: implement the necessary parts of the I2P SAM protocolVasil Dimov
2021-03-01util: extract {Read,Write}BinaryFile() to its own filesVasil Dimov
2021-02-26move-only: Add txorphanage moduleAnthony Towns
2021-02-24Merge #18017: txmempool: split epoch logic into classWladimir J. van der Laan
2021-02-23rpc: add external signer RPC filesSjors Provoost
2021-02-23wallet: add ExternalSignerScriptPubKeyManSjors Provoost
2021-02-23wallet: add -signer argument for external signer commandSjors Provoost
2021-02-15Merge #20629: depends: Improve id string robustnessWladimir J. van der Laan
2021-02-12Merge #21064: refactor: use std::shared_mutex & remove Boost ThreadWladimir J. van der Laan
2021-02-11Merge #20788: net: add RAII socket and use it instead of bare SOCKETWladimir J. van der Laan
2021-02-10net: move CloseSocket() from netbase to util/sockVasil Dimov
2021-02-09[refactor] txmempool: split epoch logic into classAnthony Towns
2021-02-04Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...Kiminuo
2021-02-03build: Proper quoting for var printing targetsCarl Dong
2021-02-02build: don't build or use Boost Threadfanquake
2021-01-21build: Add var printing target to src/Makefile.amCarl Dong
2021-01-18Merge #19866: eBPF Linux tracepointsWladimir J. van der Laan
2021-01-13Merge #19935: Move SaltedHashers to separate file and add some new onesWladimir J. van der Laan
2021-01-12Merge #19937: signet mining utilityWladimir J. van der Laan
2021-01-12Add bitcoin-util command line utilityAnthony Towns
2021-01-07Merge #18077: net: Add NAT-PMP port forwarding supportWladimir J. van der Laan
2021-01-07Merge #19055: Add MuHash3072 implementationWladimir J. van der Laan
2021-01-07net: Add libnatpmp supportHennadii Stepanov
2021-01-07refactor: Move port mapping code to its own moduleHennadii Stepanov
2020-12-21crypto: Add MuHash3072 implementationFabian Jahr
2020-12-18Merge #20434: contrib: Parse ELF directly for symbol and security checksWladimir J. van der Laan
2020-12-16wallettool: Add dump commandAndrew Chow
2020-12-07tracing: add tracing frameworkWilliam Casarin
2020-12-01Merge #20494: refactor: Move node and wallet code out of src/interfacesMarcoFalke
2020-11-24Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cppRussell Yanofsky
2020-11-24Move ChainImpl from interfaces/chain.cpp to node/interfaces.cppRussell Yanofsky
2020-11-24Move NodeImpl from interfaces/node.cpp to node/interfaces.cppRussell Yanofsky
2020-11-23build: Avoid secp256k1.h include from systemNiklas Gögge
2020-11-22contrib: Parse ELF directly for symbol and security checksWladimir J. van der Laan
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow
2020-11-10Move Hashers to util/hasher.{cpp/h}Andrew Chow
2020-10-20Make sqlite support optional (compile-time)Luke Dashjr
2020-10-15Merge #19077: wallet: Add sqlite as an alternative wallet database and use it...Samuel Dobson