aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-04index: Remove TxIndexDB from public interface of TxIndex.Jim Posen
2018-06-04MOVEONLY: Move BaseIndex to its own file.Jim Posen
2018-06-04index: Generalize logged statements in BaseIndex.Jim Posen
2018-06-04index: Extract logic from TxIndex into reusable base class.Jim Posen
2018-06-04db: Make reusable base class for index databases.Jim Posen
2018-06-04db: Remove obsolete methods from CBlockTreeDB.Jim Posen
2018-06-04cli: Ignore libevent warningsCory Fields
2018-06-04Rename “OS X” to the newer “macOS” conventionGiulio Lombardo
2018-06-04Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan
2018-06-04build: Guard against accidental introduction of new Boost dependenciespracticalswift
2018-06-04Merge #13383: bench: Use non-throwing ParseDouble(...) instead of throwing bo...Wladimir J. van der Laan
2018-06-04Merge #13372: doc: split FreeBSD build instructions out of build-unix.mdWladimir J. van der Laan
2018-06-03bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c...practicalswift
2018-06-02[docs] update transifex doc linkCristian Mircea Messel
2018-06-02doc: split FreeBSD build instructions out of build-unix.mdsteverusso
2018-06-01qa: Increase includeconf test coverageMarcoFalke
2018-06-01Merge #13352: qa: Avoid checking reject code for nowWladimir J. van der Laan
2018-06-01Merge #13353: qa: Fixup setting of PATH env varWladimir J. van der Laan
2018-06-01Merge #13058: [wallet] `createwallet` RPC - create new wallet at runtimeJonas Schnelli
2018-06-01Merge #13355: Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid usin...Wladimir J. van der Laan
2018-05-31[wallets] [docs] Add release notes for createwallet RPC.John Newbery
2018-05-31[wallet] [tests] Add tests for `createwallet` RPC.John Newbery
2018-05-31Merge #13347: travis: Skip cache for lint stageMarcoFalke
2018-05-31Merge #13349: bench: Don't return a bool from mainMarcoFalke
2018-05-31Merge #13309: Directly operate with CMutableTransaction in SignSignatureWladimir J. van der Laan
2018-05-31Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...practicalswift
2018-05-31bench: Don't return a bool from mainWladimir J. van der Laan
2018-05-30qa: Fixup setting of PATH env varMarcoFalke
2018-05-30qa: Avoid checking reject code for nowMarcoFalke
2018-05-30Merge #13069: docs: Fix typosMarcoFalke
2018-05-30wallet: Prevent segfault when sending to unspendable witnessMarcoFalke
2018-05-30Merge #13112: Throw an error for unknown argsMarcoFalke
2018-05-30Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safetyWladimir J. van der Laan
2018-05-30Test gArgs erroring on unknown argsAndrew Chow
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-30Use a struct for arguments and nested map for categoriesAndrew Chow
2018-05-30Merge #13194: Remove template matching and pseudo opcodesWladimir J. van der Laan
2018-05-30Generic TransactionSignatureCreator works with both CTransaction and CMutable...Martin Ankerl
2018-05-30Merge #13341: Stop translating command line optionsMarcoFalke
2018-05-30travis: Skip cache for lint stageMarcoFalke
2018-05-30Merge #13346: doc: update bitcoin-dot-org links in release-process.mdMarcoFalke
2018-05-30Stop translating command line optionsWladimir J. van der Laan
2018-05-30doc: update bitcoin-dot-org links in release-process.mdfanquake
2018-05-30refactor: add a function for determining if a block is pruned or notKarl-Johan Alm
2018-05-29Remove template matching and pseudo opcodesPieter Wuille
2018-05-29[MOVEONLY] Move unused Merkle branch code to testsPieter Wuille
2018-05-298-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-05-294-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-05-29Use SHA256D64 in Merkle root computationPieter Wuille
2018-05-29Specialized double sha256 for 64 byte inputsPieter Wuille