aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-05Make threshold for flushing more conservative.Alex Morcos
2017-04-05Lower default memory footprint slightlyAlex Morcos
2017-04-05Make pcoinsTip memory calculations consistentAlex Morcos
2017-04-04Check transaction count early in submitblock.Gregory Maxwell
2017-04-04Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell
2017-04-03[rpc] Remove auth cookie on shutdownpracticalswift
2017-03-31Compensate for memory peak at flush timePieter Wuille
2017-03-31Merge #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on l...Wladimir J. van der Laan
2017-03-31util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-31Add tests for bitcoin-tx input checkingJohn Newbery
2017-03-31Check stderr when testing bitcoin-txJohn Newbery
2017-03-31bitcoin-tx: Fix missing range checkAwemany
2017-03-30Update benchmarking with package statisticsSuhas Daftuar
2017-03-30Add benchmarking for CreateNewBlockSuhas Daftuar
2017-03-30Mining: return early when block is almost fullSuhas Daftuar
2017-03-27rpc: Rename first named arg of createrawtransactionMarcoFalke
2017-03-27Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar
2017-03-27Ensure an item exists on the rpcconsole stack before addingAndrew Chow
2017-03-27Trivial: Fix typo in help getrawtransaction RPCJames Evans
2017-03-18Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...Wladimir J. van der Laan
2017-03-17Add missing braces in semaphore posts in netMatt Corallo
2017-03-17Fix shutdown hang with >= 8 -addnodes setMatt Corallo
2017-03-16Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
2017-02-28Fix importmulti returning rescan errors for wrong keysv0.14.0rc3Russell Yanofsky
2017-02-28qt: pre-rc3 translations updateWladimir J. van der Laan
2017-02-28Avoid VLA in hash.hPieter Wuille
2017-02-28Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga
2017-02-28Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky
2017-02-28prevector: assert successful allocationCory Fields
2017-02-28don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields
2017-02-28tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan
2017-02-23qt: pre-rc2 translations updateWladimir J. van der Laan
2017-02-23build: add --enable-werror optionCory Fields
2017-02-22[Trivial] Remove incorrect help message from gettxoutproof()John Newbery
2017-02-22Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-21Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli
2017-02-21Fix for issue #9775. Added check for open() returning a NULL pointer.kirit93
2017-02-21Read/write mempool.dat as a binary.Pavel Janík
2017-02-20Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr
2017-02-20[wallet] Remove importmulti always-true checkRussell Yanofsky
2017-02-17boost: remove iostreams includesv0.14.0rc1Cory Fields
2017-02-17Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille
2017-02-17Make KEY_SIZE a compile-time constantPieter Wuille
2017-02-17qt: pre-rc1 translations updateWladimir J. van der Laan
2017-02-17build: bump version to 0.14.0Wladimir J. van der Laan
2017-02-17Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescansWladimir J. van der Laan
2017-02-17Merge #9778: Add two hour buffer to manual pruningWladimir J. van der Laan
2017-02-17Merge #9779: Update nMinimumChainWork and defaultAssumeValid.Wladimir J. van der Laan
2017-02-17Merge #9777: Handle unusual maxsigcachesize gracefullyWladimir J. van der Laan
2017-02-17Ensure `-maxsigcachesize` is in valid rangeJohn Newbery