aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* scripts: fix check-symbols & check-security argument passingfanquake2020-01-061-2/+2
* Merge #15391: Add compile time verification of assumptions we're currently ma...Wladimir J. van der Laan2019-02-151-0/+1
|\
| * Add compile time verification of assumptions we're currently making implicitl...practicalswift2019-02-141-0/+1
* | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-141-0/+2
* | Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+4
* | Factor BroadcastTransaction out of sendrawtransactionGlenn Willen2019-02-111-0/+2
|/
* Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...MarcoFalke2019-01-311-0/+40
|\
| * [tools] Add wallet inspection and modification toolJonas Schnelli2019-01-301-0/+40
* | Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider2019-01-301-0/+1
|\ \
| * | Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-0/+1
| |/
* / net: move BanMan to its own filesCory Fields2019-01-161-0/+2
|/
* Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...MarcoFalke2018-11-151-0/+1
|\
| * Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift2018-11-051-0/+1
* | Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-061-0/+1
* | Add skeleton chain and client classesRussell Yanofsky2018-11-061-0/+2
* | blockfilter: Use unordered_set instead of set in blockfilter.Jim Posen2018-11-051-0/+2
* | Extract CSipHasher to it's own file in crypto/ directory.Jim Posen2018-11-051-1/+3
|/
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-10/+10
* build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-0/+2
* Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke2018-09-271-2/+5
|\
| * configure: Make it possible to build only one of bitcoin-cli or bitcoin-txLuke Dashjr2018-09-131-2/+5
* | MOVEONLY: Move versionbits info out of versionbits.oJorge Timón2018-09-231-0/+2
* | build: Remove libssl from LDADD unless guiMarcoFalke2018-09-131-2/+2
|/
* build: Move interfaces/* to libbitcoin_serverWladimir J. van der Laan2018-09-121-2/+2
* [build] Move dummy wallet into its own .cpp file.John Newbery2018-09-071-0/+4
* blockfilter: Implement GCSFilter constructors.Jim Posen2018-08-251-0/+1
* blockfilter: Declare GCSFilter class for BIP 158 impl.Jim Posen2018-08-251-0/+1
* Output descriptors modulePieter Wuille2018-07-271-0/+2
* Add -avoidpartialspends and m_avoid_partial_spendsKarl-Johan Alm2018-07-241-0/+1
* Extract MakeUnique into utilmemory.hBen Woosley2018-07-171-0/+1
* Merge #13072: Update createmultisig RPC to support segwitPieter Wuille2018-07-131-0/+2
|\
| * segwit support for createmultisig RPCAnthony Towns2018-07-101-1/+1
| * Add outputtype moduleAnthony Towns2018-07-091-0/+2
* | Merge #13177: GCC-7 and glibc-2.27 back compat codeWladimir J. van der Laan2018-07-121-0/+1
|\ \
| * | GCC-7 and glibc-2.27 compat codeChun Kuan Lee2018-06-021-0/+1
* | | Merge #13386: SHA256 implementations based on Intel SHA ExtensionsWladimir J. van der Laan2018-07-091-0/+10
|\ \ \
| * | | Add SHA256 implementation using using Intel SHA intrinsicsPieter Wuille2018-06-261-0/+10
* | | | Merge #13570: RPC: Add new "getzmqnotifications" methodWladimir J. van der Laan2018-07-091-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | RPC: Add new getzmqnotifications method.Daniel Kraft2018-07-051-2/+4
| |/ /
* | | Merge #12788: [build] Tune wildcards for LIBSECP256K1 targetWladimir J. van der Laan2018-07-051-1/+1
|\ \ \
| * | | [build] Tune wildcards for LIBSECP256K1 targetKarl-Johan Alm2018-06-121-1/+1
* | | | Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-0/+2
| |/ / |/| |
* | | Move rpc/util.cpp from libbitcoin-util to libbitcoin-serverChun Kuan Lee2018-06-181-1/+1
|/ /
* | Merge #13408: crypto: cleanup sha256 buildWladimir J. van der Laan2018-06-111-21/+17
|\ \
| * | crypto: cleanup sha256 buildCory Fields2018-06-061-21/+17
* | | MOVEONLY: Move BaseIndex to its own file.Jim Posen2018-06-041-0/+2
|/ /
* | Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan2018-06-041-1/+27
|\ \ | |/ |/|
| * 8-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+14
| * 4-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+14
* | build: split warnings out of CXXFLAGSCory Fields2018-05-221-1/+1