aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-06qt: 0.14.2 pre-rc2 translations updateWladimir J. van der Laan
2017-06-02build: bump version to 0.14.2Wladimir J. van der Laan
2017-06-01net: only enforce the services required to connectv0.14.2rc1Cory Fields
2017-05-31[Wallet] unset change position when there is no change on exact matchGregory Sanders
2017-05-31build: fix bitcoin-config.h regeneration after touching build filesCory Fields
2017-05-31Add missing <atomic> header in clientmodel.hJonas Schnelli
2017-05-31Set both time/height header caches at the same timeJonas Schnelli
2017-05-31Declare headers height/time cache mutable, re-set the methods constJonas Schnelli
2017-05-31Update the remaining blocks left in modaloverlay at init.Jonas Schnelli
2017-05-31Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli
2017-05-31Check interruptNet during dnsseed lookupsMatt Corallo
2017-05-23Fix importwallet edge case rescan bugRussell Yanofsky
2017-05-22Populate services in GetLocalAddressAlex Morcos
2017-04-20Clarify importprivkey help text with example of blank label without rescanWarren Togami
2017-04-14qt: translations update pre-rc2Wladimir J. van der Laan
2017-04-14net: define NodeId as an int64_tCory Fields
2017-04-14[rpc] rename disconnectnode argumentJohn Newbery
2017-04-05Bump version to 0.14.1v0.14.1rc1Wladimir J. van der Laan
2017-04-05Bugfix: ancestor modifed fees were incorrect for descendantsSuhas Daftuar
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