aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-01net: only enforce the services required to connectv0.14.2rc1Cory Fields
2017-05-31Merge #10484: 0.14 BackportsWladimir J. van der Laan
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-31build: remove wonky auto top-level convenience targetsCory 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-29Minor fix in build documentation for FreeBSD 11Shigeya Suzuki
2017-05-23Fix importwallet edge case rescan bugRussell Yanofsky
2017-05-22Populate services in GetLocalAddressAlex Morcos
2017-05-17[depends] miniupnpc 2.0.20170509fanquake
2017-04-22doc: clean out release notesWladimir J. van der Laan
2017-04-20Merge #10232: [0.14] release-notes: Accurately explain getblocktemplate impro...v0.14.1Wladimir J. van der Laan
2017-04-20Clarify importprivkey help text with example of blank label without rescanWarren Togami
2017-04-19release-notes: Accurately explain getblocktemplate improvementsLuke Dashjr
2017-04-14doc: Update release notes pre-rc2v0.14.1rc2Wladimir J. van der Laan
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-13Merge #10185: [0.14] Mention dbcache memory changes in release notesWladimir J. van der Laan
2017-04-12Mention dbcache memory changes in 0.14.1 release notesSuhas Daftuar
2017-04-06Merge #10157: [0.14] Fix the mempool_packages.py testWladimir J. van der Laan
2017-04-06Merge #10158: Add some more release notes for 0.14.1.Wladimir J. van der Laan
2017-04-05Add some more release notes for 0.14.1.Gregory Maxwell
2017-04-05[qa] Fix mempool_packages.py for the 0.14 branchSuhas Daftuar
2017-04-05doc: Remove release note about release notesWladimir J. van der Laan
2017-04-05doc: Update release notes for 0.14.1Wladimir J. van der Laan
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-05Test prioritisetransaction and ancestor fee stateSuhas 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-29Merge #10101: [0.14] backportsWladimir J. van der Laan