aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Lower default memory footprint slightlyAlex Morcos2017-04-051-1/+1
* | | | Make pcoinsTip memory calculations consistentAlex Morcos2017-04-052-3/+7
* | | | Check transaction count early in submitblock.Gregory Maxwell2017-04-041-0/+4
* | | | Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell2017-04-041-3/+5
* | | | [rpc] Remove auth cookie on shutdownpracticalswift2017-04-031-0/+1
* | | | Compensate for memory peak at flush timePieter Wuille2017-03-311-1/+1
* | | | Merge #10127: [0.14 backport] Mining: Prevent slowdown in CreateNewBlock on l...Wladimir J. van der Laan2017-03-312-8/+43
|\ \ \ \
| * | | | Update benchmarking with package statisticsSuhas Daftuar2017-03-302-9/+19
| * | | | Add benchmarking for CreateNewBlockSuhas Daftuar2017-03-301-0/+7
| * | | | Mining: return early when block is almost fullSuhas Daftuar2017-03-301-0/+18
* | | | | util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan2017-03-311-0/+14
* | | | | Add tests for bitcoin-tx input checkingJohn Newbery2017-03-311-0/+32
* | | | | Check stderr when testing bitcoin-txJohn Newbery2017-03-312-0/+16
* | | | | bitcoin-tx: Fix missing range checkAwemany2017-03-311-0/+6
|/ / / /
* | | | rpc: Rename first named arg of createrawtransactionMarcoFalke2017-03-272-4/+4
* | | | Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar2017-03-271-0/+3
* | | | Ensure an item exists on the rpcconsole stack before addingAndrew Chow2017-03-271-0/+4
* | | | Trivial: Fix typo in help getrawtransaction RPCJames Evans2017-03-271-1/+1
* | | | Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...Wladimir J. van der Laan2017-03-184-8/+18
|\ \ \ \
| * | | | Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-164-8/+18
* | | | | Add missing braces in semaphore posts in netMatt Corallo2017-03-171-4/+8
* | | | | Fix shutdown hang with >= 8 -addnodes setMatt Corallo2017-03-171-4/+4
|/ / / /
* | | | Fix importmulti returning rescan errors for wrong keysRussell Yanofsky2017-02-282-3/+15
* | | | qt: pre-rc3 translations updateWladimir J. van der Laan2017-02-282-11/+679
* | | | Avoid VLA in hash.hPieter Wuille2017-02-281-4/+4
* | | | Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-282-19/+19
* | | | Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky2017-02-281-0/+3
* | | | prevector: assert successful allocationCory Fields2017-02-281-0/+6
* | | | don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields2017-02-281-0/+16
* | | | tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan2017-02-281-0/+2
* | | | qt: pre-rc2 translations updateWladimir J. van der Laan2017-02-233-14/+322
* | | | build: add --enable-werror optionCory Fields2017-02-231-1/+1
* | | | [Trivial] Remove incorrect help message from gettxoutproof()John Newbery2017-02-221-1/+0
* | | | Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-226-13/+114
* | | | Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli2017-02-211-1/+4
* | | | Fix for issue #9775. Added check for open() returning a NULL pointer.kirit932017-02-211-7/+8
* | | | Read/write mempool.dat as a binary.Pavel Janík2017-02-211-2/+2
* | | | Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-201-2/+6
* | | | [wallet] Remove importmulti always-true checkRussell Yanofsky2017-02-201-1/+1
* | | | boost: remove iostreams includesCory Fields2017-02-171-2/+0
* | | | Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille2017-02-172-3/+1
* | | | Make KEY_SIZE a compile-time constantPieter Wuille2017-02-171-1/+1
* | | | qt: pre-rc1 translations updateWladimir J. van der Laan2017-02-177-29/+1103
* | | | build: bump version to 0.14.0Wladimir J. van der Laan2017-02-171-3/+3
* | | | Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescansWladimir J. van der Laan2017-02-171-2/+3
|\ \ \ \
| * | | | Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky2017-02-161-2/+3
* | | | | Merge #9778: Add two hour buffer to manual pruningWladimir J. van der Laan2017-02-171-2/+4
|\ \ \ \ \
| * | | | | Add two hour buffer to manual pruningAlex Morcos2017-02-161-2/+4
| |/ / / /
* | | | | Merge #9779: Update nMinimumChainWork and defaultAssumeValid.Wladimir J. van der Laan2017-02-171-4/+4
|\ \ \ \ \
| * | | | | Update nMinimumChainWork and defaultAssumeValid.Gregory Maxwell2017-02-161-4/+4
| |/ / / /