aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-18Fix crash bug with duplicate inputs within a transactionSuhas Daftuar
2017-07-06Merge #10516: Backports for 0.14.3Wladimir J. van der Laan
2017-06-06qt: 0.14.2 pre-rc2 translations updateWladimir J. van der Laan
2017-06-05[doc] Add hint about getmempoolentry to getrawmempool help.Karl-Johan Alm
2017-06-05Trivial: remove extra character from commentCryptAxe
2017-06-05Fixed typo in documentation for merkleblock.hMikerah
2017-06-05Fix: make CCoinsViewDbCursor::Seek work for missing keysPieter Wuille
2017-06-05[wallet] Securely erase potentially sensitive keys/valuesThomas Snider
2017-06-05[wallet] Make sure pindex is non-null before possibly referencing in LogPrint...Karl-Johan Alm
2017-06-05Fix some empty vector referencesPieter Wuille
2017-06-05Merge #9497 via remote-tracking branch 'origin-pull/9497/head' into 0.14.2_fixesLuke Dashjr
2017-06-05Merge #10008 via branch 'fee_warning-0.14' into 0.14.2_fixesLuke Dashjr
2017-06-05Merge #9481 via remote-tracking branch 'jonas/2017/01/fee_warning' into 0.14....Luke Dashjr
2017-06-05Merge #10234, #10143 (fixes only), and #9853 via branch 'disconnect_ban_fixes...Luke Dashjr
2017-06-05[net] listbanned RPC and QT should show correct banned subnetsJohn Newbery
2017-06-05Merge #9853 via branch 'fixerrorcodes-0.14' into 0.14.2_fixesLuke Dashjr
2017-06-05Merge #10196 via branch 'prioritisetx_gbtcache-0.14' into 0.14.2_fixesLuke Dashjr
2017-06-05Return correct error codes in fundrawtransaction().John Newbery
2017-06-05Return correct error codes in setban().John Newbery
2017-06-05Return correct error codes in removeprunedfunds().John Newbery
2017-06-05Return correct error codes in blockchain.cpp.John Newbery
2017-06-05Return correct error codes in bumpfee().John Newbery
2017-06-03[trivial] Fix a typo (introduced two days ago) in the default fee warningpracticalswift
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-19Bugfix: PrioritiseTransaction updates the mempool tx counterSuhas Daftuar
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