aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-07gitian: create debug packages for linux/windowsCory Fields
2016-06-07gitian: use CONFIG_SITE rather than hijacking the prefixCory Fields
2016-06-07depends: allow for CONFIG_SITE to be used rather than stealing prefixCory Fields
2016-06-07Do not shadow local variablesPavel Janík
2016-06-07[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issueJonas Schnelli
2016-06-07Merge #7957: [RPC][Bitcoin-TX] Add support for sequence numberWladimir J. van der Laan
2016-06-07[Bitcoin-Tx] Add tests for sequence number supportJonas Schnelli
2016-06-07Use C++11 thread-safe static initializersPieter Wuille
2016-06-07Use 64-bit SipHash of netgroups in evictionPieter Wuille
2016-06-07Support SipHash with arbitrary byte writesPieter Wuille
2016-06-07Avoid recalculating vchKeyedNetGroup in eviction logic.Patrick Strateman
2016-06-07Merge #8136: Log/report in 10% steps during VerifyDBWladimir J. van der Laan
2016-06-07Merge #8118: Reduce unnecessary hashing in signrawtransactionWladimir J. van der Laan
2016-06-07Get rid of CTxMempool::lookup() entirelyPieter Wuille
2016-06-07[rpc] fundrawtransaction feeRate: Use BTC/kBMarcoFalke
2016-06-07Log/report in 10% steps during VerifyDBJonas Schnelli
2016-06-07Merge #8151: [init] Make feefilter option debug optionWladimir J. van der Laan
2016-06-07[init] Make feefilter option debug optionMarcoFalke
2016-06-06drop vAddrToSend after sending big addr messageKaz Wesley
2016-06-06[rpc] fundrawtransaction: Fix help text and interfaceMarcoFalke
2016-06-06getblocktemplate: Use version/force mutation to support pre-BIP9 clientsLuke Dashjr
2016-06-06getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...Luke Dashjr
2016-06-06qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updatesLuke Dashjr
2016-06-06Implement BIP 9 GBT changesLuke Dashjr
2016-06-06Merge #8142: Improve CWallet API with new GetAccountPubkey function.Wladimir J. van der Laan
2016-06-06Improve CWallet API with new GetAccountPubkey function.Patrick Strateman
2016-06-06Merge #8007: Minor locking improvementsWladimir J. van der Laan
2016-06-06Merge #8137: Improve CWallet API with new AccountMove function.Wladimir J. van der Laan
2016-06-06tor: Change auth order to only use HASHEDPASSWORD if -torpasswordWladimir J. van der Laan
2016-06-06qt: translation strings updateWladimir J. van der Laan
2016-06-06Optimization: use usec in expiration and reuse nNowPieter Wuille
2016-06-06Optimization: don't check the mempool at all if no mempool req everPieter Wuille
2016-06-06Optimize the relay map to use shared_ptr'sPieter Wuille
2016-06-04IsInitialBlockDownload: usually avoid lockingKaz Wesley
2016-06-05Switch CTransaction storage in mempool to std::shared_ptrPieter Wuille
2016-06-05Add support for unique_ptr and shared_ptr to memusagePieter Wuille
2016-06-04Merge #8143: comment nit: miners don't voteJonas Schnelli
2016-06-03build: add temporary fix for "bad magic number" error in out-of-tree buildsCory Fields
2016-06-03comment nit: miners don't voteinstagibbs
2016-06-03Merge #7967: [RPC] add feerate option to fundrawtransactionWladimir J. van der Laan
2016-06-03Merge #7942: locking for Misbehave() and other cs_main locking fixesWladimir J. van der Laan
2016-06-03Merge #8139: Fix interrupted HTTP RPC connection workaround for Python 3.5+MarcoFalke
2016-06-03Merge #7997: replace mapNextTx with slimmer setSpendsPieter Wuille
2016-06-03Merge #7825: Prevent multiple calls to ExtractDestinationPieter Wuille
2016-06-02mapNextTx: use pointer as key, simplify valueKaz Wesley
2016-06-02Catch exceptions from non-canonical encoding and print only to logmrbandrews
2016-06-02Continuing port of java comptoolmrbandrews
2016-06-02Fix interrupted HTTP RPC connection workaround for Python 3.5+Pieter Wuille
2016-06-02Merge #7992: Extend #7956 with one more test.Pieter Wuille
2016-06-02Improve CWallet API with new AccountMove function.Patrick Strateman