aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fixed typo in documentation for merkleblock.hMikerah2017-06-051-1/+1
| | * | contrib/init/bitcoind.openrcconf: Don't disable wallet by defaultLuke Dashjr2017-06-051-1/+1
| | * | [doc] Minor corrections to osx dependenciesfanquake2017-06-051-3/+3
| | * | Fix: make CCoinsViewDbCursor::Seek work for missing keysPieter Wuille2017-06-051-1/+5
| | * | [wallet] Securely erase potentially sensitive keys/valuesThomas Snider2017-06-052-21/+23
| | * | [wallet] Make sure pindex is non-null before possibly referencing in LogPrint...Karl-Johan Alm2017-06-051-4/+4
| | * | Fix some empty vector referencesPieter Wuille2017-06-051-2/+6
| | * | Merge #10328 via branch 'debianppa-0.14' into 0.14.2_fixesLuke Dashjr2017-06-053-30/+154
| | |\ \
| | | * | Re-enable upnp support in contrib/debianMatt Corallo2017-06-033-1/+8
| | | * | Build with QT5 on Debian-based systems using contrib/debianMatt Corallo2017-06-033-3/+11
| | | * | Bump minimum boost version in contrib/debianMatt Corallo2017-06-032-6/+12
| | | * | Update contrib/debian to latest Ubuntu PPA upload.Matt Corallo2017-06-033-28/+131
| | * | | Merge #9497 via remote-tracking branch 'origin-pull/9497/head' into 0.14.2_fixesLuke Dashjr2017-06-053-10/+455
| | |\ \ \
| | | * | | Add CheckQueue TestsJeremy Rubin2017-02-162-0/+443
| | | * | | Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constr...Jeremy Rubin2017-01-201-10/+12
| | * | | | Merge #10008 via branch 'fee_warning-0.14' into 0.14.2_fixesLuke Dashjr2017-06-051-1/+1
| | |\ \ \ \
| | | * | | | [trivial] Fix a typo (introduced two days ago) in the default fee warningpracticalswift2017-06-031-1/+1
| | * | | | | Merge #9481 via remote-tracking branch 'jonas/2017/01/fee_warning' into 0.14....Luke Dashjr2017-06-052-0/+29
| | |\| | | |
| | | * | | | Qt/Send: Give fallback fee a reasonable indentLuke Dashjr2017-02-171-0/+2
| | | * | | | Qt/Send: Figure a decent warning colour from themeLuke Dashjr2017-02-172-3/+8
| | | * | | | [Qt] Show more significant warning if we fall back to the default feeJonas Schnelli2017-01-062-0/+22
| | * | | | | Merge #10234, #10143 (fixes only), and #9853 via branch 'disconnect_ban_fixes...Luke Dashjr2017-06-052-50/+58
| | |\ \ \ \ \
| | | * | | | | [tests] update disconnect_ban.py test case to work with listbannedJohn Newbery2017-06-051-3/+3
| | | * | | | | [net] listbanned RPC and QT should show correct banned subnetsJohn Newbery2017-06-051-3/+5
| | | * | | | | [tests] disconnect_ban: remove dependency on urllibJohn Newbery2017-06-051-11/+4
| | | * | | | | [tests] disconnect_ban: use wait_until instead of sleepJohn Newbery2017-06-051-6/+5
| | | * | | | | [tests] disconnectban test - only use two nodesJohn Newbery2017-06-051-26/+34
| | | * | | | | [tests] fix nodehandling.py flake8 warningsJohn Newbery2017-06-051-20/+26
| | * | | | | | Merge #9853 via branch 'fixerrorcodes-0.14' into 0.14.2_fixesLuke Dashjr2017-06-0512-140/+128
| | |\| | | | |
| | | * | | | | Update release notes to include RPC error code changes.John Newbery2017-06-051-0/+49
| | | * | | | | Return correct error codes in fundrawtransaction().John Newbery2017-06-053-47/+16
| | | * | | | | Return correct error codes in setban().John Newbery2017-06-052-10/+8
| | | * | | | | Return correct error codes in removeprunedfunds().John Newbery2017-06-052-14/+4
| | | * | | | | Return correct error codes in blockchain.cpp.John Newbery2017-06-053-47/+31
| | | * | | | | Return correct error codes in bumpfee().John Newbery2017-06-052-22/+20
| | * | | | | | Merge #10196 via branch 'prioritisetx_gbtcache-0.14' into 0.14.2_fixesLuke Dashjr2017-06-053-2/+17
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | [qa] Test prioritise_transaction / getblocktemplate interactionSuhas Daftuar2017-04-211-1/+15
| | | * | | | | Bugfix: PrioritiseTransaction updates the mempool tx counterSuhas Daftuar2017-04-192-1/+2
| * | | | | | | Merge #10588: doc: Note preexisting bug in display of fee calculation in coin...Wladimir J. van der Laan2017-06-151-0/+9
| |\ \ \ \ \ \ \
| | * | | | | | | 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