aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
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
2020-10-14Add SQLiteDatabase and SQLiteBatch dummy classesAndrew Chow
2020-10-14Add libsqlite3Andrew Chow
2020-10-12Delete limitedmap as it is unused nowPieter Wuille
2020-10-12Add txrequest modulePieter Wuille
2020-09-21Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan
2020-09-19Merge #13686: ZMQ: Small cleanups in the ZMQ codefanquake
2020-09-14build: split PTHREAD_* flags out of AM_LDFLAGSfanquake
2020-09-10add signet basic support (signet.cpp)Karl-Johan Alm
2020-09-07Replace zmqconfig.h by a simple zmqutil.Daniel Kraft
2020-09-06Implement keccak-f[1600] and SHA3-256Pieter Wuille
2020-08-15Move only: Move CDiskTxPos to its own fileMarcin Jachymiak
2020-08-14build: Add missed gcov files to 'make clean'Hennadii Stepanov
2020-06-27build: Sort Makefile.am after renaming fileMarcoFalke
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-27wallet: Do not include server symbolsMarcoFalke
2020-06-21Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson
2020-06-15walletdb: Move BDB specific things into bdb.{cpp/h}Andrew Chow
2020-06-01rpc: create rpc/mining.h, hoist default max tries values to constantJon Atack
2020-05-28Remove g_rpc_chain globalRussell Yanofsky
2020-05-27Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson
2020-05-25Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-21Merge #18677: Multiprocess build supportfanquake
2020-05-13Add util::Ref class as temporary alternative for c++17 std::anyRussell Yanofsky
2020-05-12build: multiprocess autotools changesRussell Yanofsky
2020-05-07test: remove glibc fdelt sanity checkfanquake
2020-04-20Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...MarcoFalke
2020-04-20tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift
2020-04-10Revert "Merge #16367: Multiprocess build support"MarcoFalke
2020-04-10Merge #16367: Multiprocess build supportMarcoFalke
2020-04-10Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke
2020-04-05Multiprocess build changesRussell Yanofsky