aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Note preexisting bug in display of fee calculation in coin controlAlex Morcos2017-06-141-0/+9
| |/ / / / / / /
| * | | | | | | doc: Fill in details about miniupnp CVE-2017-8798Wladimir J. van der Laan2017-06-071-3/+13
| * | | | | | | doc: Update manpages for 0.14.2Wladimir J. van der Laan2017-06-064-14/+14
| * | | | | | | qt: 0.14.2 pre-rc2 translations updateWladimir J. van der Laan2017-06-0617-156/+2596
| |/ / / / / /
| * | | | | | doc: Preliminary release notes 0.14.2Wladimir J. van der Laan2017-06-051-5/+35
| * | | | | | build: bump version to 0.14.2Wladimir J. van der Laan2017-06-025-5/+5
| * | | | | | net: only enforce the services required to connectCory Fields2017-06-011-1/+20
| * | | | | | Merge #10484: 0.14 BackportsWladimir J. van der Laan2017-05-318-15/+54
| |\ \ \ \ \ \
| | * | | | | | [Wallet] unset change position when there is no change on exact matchGregory Sanders2017-05-312-2/+8
| | * | | | | | build: fix bitcoin-config.h regeneration after touching build filesCory Fields2017-05-311-0/+8
| | * | | | | | build: remove wonky auto top-level convenience targetsCory Fields2017-05-311-3/+0
| | * | | | | | Add missing <atomic> header in clientmodel.hJonas Schnelli2017-05-311-0/+2
| | * | | | | | Set both time/height header caches at the same timeJonas Schnelli2017-05-311-0/+2
| | * | | | | | Declare headers height/time cache mutable, re-set the methods constJonas Schnelli2017-05-312-6/+6
| | * | | | | | Update the remaining blocks left in modaloverlay at init.Jonas Schnelli2017-05-311-2/+1
| | * | | | | | Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli2017-05-312-12/+31
| | * | | | | | Check interruptNet during dnsseed lookupsMatt Corallo2017-05-311-0/+6
| |/ / / / / /
| * | | | | | Minor fix in build documentation for FreeBSD 11Shigeya Suzuki2017-05-291-2/+4
| * | | | | | Fix importwallet edge case rescan bugRussell Yanofsky2017-05-232-6/+65
| * | | | | | Populate services in GetLocalAddressAlex Morcos2017-05-221-1/+1
| * | | | | | [depends] miniupnpc 2.0.20170509fanquake2017-05-171-2/+2
| * | | | | | doc: clean out release notesWladimir J. van der Laan2017-04-222-95/+148
| * | | | | | Merge #10232: [0.14] release-notes: Accurately explain getblocktemplate impro...Wladimir J. van der Laan2017-04-201-8/+12
| |\ \ \ \ \ \
| | * | | | | | release-notes: Accurately explain getblocktemplate improvementsLuke Dashjr2017-04-191-8/+12
| | |/ / / / /
| * / / / / / Clarify importprivkey help text with example of blank label without rescanWarren Togami2017-04-201-0/+2
| |/ / / / /
| * | | | | doc: Update release notes pre-rc2Wladimir J. van der Laan2017-04-141-3/+12
| * | | | | qt: translations update pre-rc2Wladimir J. van der Laan2017-04-1416-37/+1369
| * | | | | net: define NodeId as an int64_tCory Fields2017-04-143-4/+4
| * | | | | [rpc] rename disconnectnode argumentJohn Newbery2017-04-141-4/+4
| * | | | | Merge #10185: [0.14] Mention dbcache memory changes in release notesWladimir J. van der Laan2017-04-131-0/+18
| |\ \ \ \ \
| | * | | | | Mention dbcache memory changes in 0.14.1 release notesSuhas Daftuar2017-04-121-0/+18
| |/ / / / /
| * | | | | Merge #10157: [0.14] Fix the mempool_packages.py testWladimir J. van der Laan2017-04-061-2/+2
| |\ \ \ \ \
| | * | | | | [qa] Fix mempool_packages.py for the 0.14 branchSuhas Daftuar2017-04-051-2/+2
| * | | | | | Merge #10158: Add some more release notes for 0.14.1.Wladimir J. van der Laan2017-04-061-1/+16
| |\ \ \ \ \ \
| | * | | | | | Add some more release notes for 0.14.1.Gregory Maxwell2017-04-051-1/+16
| |/ / / / / /
| * | | | | | doc: Remove release note about release notesWladimir J. van der Laan2017-04-051-1/+0
| * | | | | | doc: Update release notes for 0.14.1Wladimir J. van der Laan2017-04-051-11/+45
| |/ / / / /
| * | | | | Bump version to 0.14.1Wladimir J. van der Laan2017-04-055-5/+5
| * | | | | Bugfix: ancestor modifed fees were incorrect for descendantsSuhas Daftuar2017-04-051-0/+7
| * | | | | Test prioritisetransaction and ancestor fee stateSuhas Daftuar2017-04-051-0/+12
| * | | | | Make threshold for flushing more conservative.Alex Morcos2017-04-052-4/+7
| * | | | | 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