aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...Wladimir J. van der Laan2017-03-186-27/+73
|\
| * Test transaction selection when gbt called without segwit supportSuhas Daftuar2017-03-161-6/+49
| * Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-166-25/+28
* | Merge #10013: Fix shutdown hang with >= 8 -addnodes set (0.14 backport)Wladimir J. van der Laan2017-03-181-6/+10
|\ \ | |/ |/|
| * Add missing braces in semaphore posts in netMatt Corallo2017-03-171-4/+8
| * Fix shutdown hang with >= 8 -addnodes setMatt Corallo2017-03-171-4/+4
|/
* Fix regsig checking for subkey sigs in verify-commitsMatt Corallo2017-03-051-6/+2
* Merge #9920: [0.14] Allow any subkey in verify-commits (BlueMatt)Wladimir J. van der Laan2017-03-052-3/+3
|\
| * Allow any subkey in verify-commitsMatt Corallo2017-03-052-3/+3
* | Bugfix: Only install manpages for built programsLuke Dashjr2017-03-011-1/+13
* | depends: make osx output deterministicCory Fields2017-03-011-1/+2
* | Add Pieter's old signed commits to revsig-commitsMatt Corallo2017-02-281-0/+104
* | Fix importmulti returning rescan errors for wrong keysRussell Yanofsky2017-02-282-3/+15
* | doc: pre-rc3 changelog updateWladimir J. van der Laan2017-02-281-0/+7
* | qt: pre-rc3 translations updateWladimir J. van der Laan2017-02-282-11/+679
* | Avoid VLA in hash.hPieter Wuille2017-02-281-4/+4
* | Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-282-19/+19
* | Merge #9866: Document increase in memory usage due to mempool/dbcache sharingWladimir J. van der Laan2017-02-281-0/+10
|\ \
| * | Document increase in memory usage due to mempool/dbcache sharingMatt Corallo2017-02-271-0/+10
* | | [doc] Update doc/bips.md for BIP90 implementationSuhas Daftuar2017-02-281-0/+1
* | | Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky2017-02-281-0/+3
* | | Merge #9878: Mention bumpfee in 0.14 release notes.Wladimir J. van der Laan2017-02-281-1/+7
|\ \ \
| * | | Mention bumpfee in 0.14 release notes.Russell Yanofsky2017-02-271-1/+7
* | | | prevector: assert successful allocationCory Fields2017-02-281-0/+6
* | | | don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields2017-02-281-0/+16
* | | | tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan2017-02-281-0/+2
* | | | [qa] Make import-rescan.py watchonly check reliableRussell Yanofsky2017-02-271-12/+18
| |/ / |/| |
* | | Merge #9846: doc: Small release notes fixups in the list of pullsWladimir J. van der Laan2017-02-241-5/+3
|\ \ \ | |/ / |/| |
| * | doc: Small release notes fixups in the list of pullsMarcoFalke2017-02-241-5/+3
|/ /
* | Merge #9787: release: add a few performance-related notesWladimir J. van der Laan2017-02-231-0/+22
|\ \
| * | release: add a few performance-related notesCory Fields2017-02-231-0/+22
* | | doc: Add authors and changes since rc1 to release notesWladimir J. van der Laan2017-02-231-0/+11
* | | qt: pre-rc2 translations updateWladimir J. van der Laan2017-02-233-14/+322
* | | build: force a c++ standard to be specifiedCory Fields2017-02-232-2/+8
* | | build: add --enable-werror optionCory Fields2017-02-232-1/+18
* | | build: warn about variable length arraysCory Fields2017-02-231-0/+1
* | | qa: Check return code when stopping nodesMarcoFalke2017-02-233-27/+15
* | | Fix pruning test broken by 2 hour manual prune windowRussell Yanofsky2017-02-231-1/+6
|/ /
* | [Trivial] Remove incorrect help message from gettxoutproof()John Newbery2017-02-221-1/+0
* | Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-226-13/+114
* | Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli2017-02-211-1/+4
* | Fix for issue #9775. Added check for open() returning a NULL pointer.kirit932017-02-211-7/+8
* | Fix typo in release notes.Chris Moore2017-02-211-5/+4
* | Read/write mempool.dat as a binary.Pavel Janík2017-02-211-2/+2
* | QA: Test GBT size/weight limit valuesLuke Dashjr2017-02-201-0/+8
* | Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-201-2/+6
* | [wallet] Remove importmulti always-true checkRussell Yanofsky2017-02-201-1/+1
* | boost: remove iostreams includesCory Fields2017-02-171-2/+0
* | Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille2017-02-172-3/+1
* | Make KEY_SIZE a compile-time constantPieter Wuille2017-02-171-1/+1