aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-021-2/+2
* Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-301-3/+6
* Introduce Dogecoin difficulty calculationsRoss Nicoll2021-05-291-0/+2
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-42/+42
* build: Avoid secp256k1.h include from systemNiklas Gögge2020-11-261-2/+1
* Make sqlite support optional (compile-time)Luke Dashjr2020-10-201-2/+5
* Merge #19077: wallet: Add sqlite as an alternative wallet database and use it...Samuel Dobson2020-10-151-1/+3
|\
| * Add SQLiteDatabase and SQLiteBatch dummy classesAndrew Chow2020-10-141-0/+2
| * Add libsqlite3Andrew Chow2020-10-141-1/+1
* | Delete limitedmap as it is unused nowPieter Wuille2020-10-121-1/+0
* | Add txrequest modulePieter Wuille2020-10-121-0/+2
|/
* Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan2020-09-211-0/+2
|\
| * add signet basic support (signet.cpp)Karl-Johan Alm2020-09-101-0/+2
* | Merge #13686: ZMQ: Small cleanups in the ZMQ codefanquake2020-09-191-3/+4
|\ \
| * | Replace zmqconfig.h by a simple zmqutil.Daniel Kraft2020-09-071-3/+4
| |/
* | build: split PTHREAD_* flags out of AM_LDFLAGSfanquake2020-09-141-4/+5
* | Implement keccak-f[1600] and SHA3-256Pieter Wuille2020-09-061-0/+2
|/
* Move only: Move CDiskTxPos to its own fileMarcin Jachymiak2020-08-151-0/+1
* build: Add missed gcov files to 'make clean'Hennadii Stepanov2020-08-141-0/+6
* build: Sort Makefile.am after renaming fileMarcoFalke2020-06-271-11/+11
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-2/+2
* wallet: Do not include server symbolsMarcoFalke2020-06-271-0/+1
* Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson2020-06-211-0/+1
|\
| * rpc: create rpc/mining.h, hoist default max tries values to constantJon Atack2020-06-011-0/+1
* | walletdb: Move BDB specific things into bdb.{cpp/h}Andrew Chow2020-06-151-0/+2
* | Remove g_rpc_chain globalRussell Yanofsky2020-05-281-0/+2
|/
* Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson2020-05-271-0/+2
|\
| * Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow2020-05-251-0/+2
* | Merge #18740: Remove g_rpc_node globalMarcoFalke2020-05-211-0/+1
|\ \
| * | Add util::Ref class as temporary alternative for c++17 std::anyRussell Yanofsky2020-05-131-0/+1
| |/
* | Merge #18677: Multiprocess build supportfanquake2020-05-211-29/+29
|\ \ | |/ |/|
| * build: multiprocess autotools changesRussell Yanofsky2020-05-121-29/+29
* | test: remove glibc fdelt sanity checkfanquake2020-05-071-1/+0
|/
* Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...MarcoFalke2020-04-201-0/+1
|\
| * tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift2020-04-201-0/+1
* | Revert "Merge #16367: Multiprocess build support"MarcoFalke2020-04-101-29/+28
* | Merge #16367: Multiprocess build supportMarcoFalke2020-04-101-28/+29
|\ \
| * | Multiprocess build changesRussell Yanofsky2020-04-051-28/+29
| |/
* | Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke2020-04-101-1/+4
|\ \ | |/ |/|
| * Drop unintended bitcoin-tx dependency on libeventRussell Yanofsky2020-04-021-1/+4
* | build: create test_fuzz library from src/test/fuzz/fuzz.cppHarris2020-04-051-0/+1
|/
* scripts: add PE dylib checking to symbol-check.pyfanquake2020-03-221-0/+5
* Move FillPSBT to be a member of CWalletAndrew Chow2020-03-091-2/+0
* Drop unused reverselock.hAnthony Towns2020-03-061-1/+0
* Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-2/+0
* Deduplicate the message verifying codeVasil Dimov2020-02-141-0/+2
* Merge #17398: build: Update leveldb to 1.22+Wladimir J. van der Laan2020-02-101-0/+1
|\
| * build: CRC32C build system integrationWladimir J. van der Laan2020-01-281-0/+1
* | Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-291-0/+2
|\ \ | |/ |/|
| * Add asmap utility which queries a mappingGleb Naumenko2019-12-181-0/+2