aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2021-05-12Merge bitcoin/bitcoin#21584: Fix assumeutxo crash due to invalid base_blockhashW. J. van der Laan
2021-05-12Merge bitcoin/bitcoin#19064: refactor: Cleanup thread ctor callsMarcoFalke
2021-05-11move-only: Add util/hash_typeMarcoFalke
2021-04-30Merge bitcoin/bitcoin#19521: Coinstats IndexW. J. van der Laan
2021-04-25refactor: Make TraceThread a non-template free functionHennadii Stepanov
2021-04-23multiprocess: Add echoipc RPC method and testRussell Yanofsky
2021-04-23multiprocess: Add bitcoin-node process spawning supportRussell Yanofsky
2021-04-23multiprocess: Add Ipc interface implementationRussell Yanofsky
2021-04-23multiprocess: Add Ipc and Init interface definitionsRussell Yanofsky
2021-04-23Merge bitcoin/bitcoin#21732: MOVEONLY: Move common init code to init/commonMarcoFalke
2021-04-19index: Add Coinstats indexFabian Jahr
2021-04-19refactor: Add and use EnsureConnman in rpc codeMarcoFalke
2021-04-19Move common global init code to init/commonRussell Yanofsky
2021-04-13Merge #21575: refactor: Create blockstorage modulefanquake
2021-04-13Merge #21467: Move external signer out of wallet modulefanquake
2021-04-08Move external signer out of wallet moduleSjors Provoost
2021-04-05build: Remove spaces from variable-printing rulesCarl Dong
2021-04-04move-only: Move ThreadImport to blockstorageMarcoFalke
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