aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+6
* Add Dogecoin block subsidy calculations.Ross Nicoll2019-04-031-0/+2
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-0/+2
* 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
* | Merge #13005: Make --enable-debug to pick better optionsWladimir J. van der Laan2018-05-141-2/+2
|\ \ | |/ |/|
| * Make --enable-debug to pick better optionsEvan Klitzke2018-04-171-2/+2
* | Remove Safe modeAndrew Chow2018-04-261-2/+0
* | [index] Create new TxIndex class.Jim Posen2018-04-251-0/+2
* | MOVEONLY: Move logging code from util.{h,cpp} to new files.Jim Posen2018-04-181-0/+2
|/
* Merge #12886: Introduce Span type and use it instead of FLATDATAWladimir J. van der Laan2018-04-081-0/+1
|\
| * Add Slice: a (pointer, size) array view that acts like a containerPieter Wuille2018-04-051-0/+1
* | Merge #12906: Avoid `interface` keyword to fix windows gitian buildMarcoFalke2018-04-071-6/+6
|\ \
| * | scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-6/+6
* | | wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-051-1/+0
|/ /
* | Remove direct bitcoin calls from qt/splashscreen.cppRussell Yanofsky2018-04-041-0/+3
* | Remove direct bitcoin calls from qt/bitcoin.cppRussell Yanofsky2018-04-041-0/+4
|/
* Merge #12692: Add configure options for various -fsanitize flagsWladimir J. van der Laan2018-03-291-2/+2
|\
| * Add --with-sanitizers option to configureEvan Klitzke2018-03-281-2/+2
* | Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan2018-03-291-0/+1
|\ \ | |/ |/|
| * [wallet] Create wallet init interface.John Newbery2018-03-261-0/+1
* | Implement Branch and Bound coin selection in a new fileAndrew Chow2018-03-131-0/+2
* | Merge #11372: Address encoding cleanupWladimir J. van der Laan2018-03-071-0/+2
|\ \
| * | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-0/+2
| |/
* | Merge #12373: Build: Add build support for profiling.Wladimir J. van der Laan2018-03-061-2/+2
|\ \ | |/ |/|
| * Add build support for 'gprof' profiling.murrayn2018-02-261-2/+2
* | Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-0/+1
* | Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow2018-02-161-4/+3
* | [rpc] Move DescribeAddressVisitor to rpc/utilJohn Newbery2018-02-161-0/+1
|/