aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-28Fix importmulti returning rescan errors for wrong keysv0.14.0rc3Russell Yanofsky
2017-02-28doc: pre-rc3 changelog updateWladimir J. van der Laan
2017-02-28qt: pre-rc3 translations updateWladimir J. van der Laan
2017-02-28Avoid VLA in hash.hPieter Wuille
2017-02-28Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga
2017-02-28Merge #9866: Document increase in memory usage due to mempool/dbcache sharingWladimir J. van der Laan
2017-02-28[doc] Update doc/bips.md for BIP90 implementationSuhas Daftuar
2017-02-28Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky
2017-02-28Merge #9878: Mention bumpfee in 0.14 release notes.Wladimir J. van der Laan
2017-02-28prevector: assert successful allocationCory Fields
2017-02-28don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields
2017-02-28tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan
2017-02-27Mention bumpfee in 0.14 release notes.Russell Yanofsky
2017-02-27Document increase in memory usage due to mempool/dbcache sharingMatt Corallo
2017-02-27[qa] Make import-rescan.py watchonly check reliableRussell Yanofsky
2017-02-24Merge #9846: doc: Small release notes fixups in the list of pullsWladimir J. van der Laan
2017-02-24doc: Small release notes fixups in the list of pullsMarcoFalke
2017-02-23Merge #9787: release: add a few performance-related notesWladimir J. van der Laan
2017-02-23release: add a few performance-related notesCory Fields
2017-02-23doc: Add authors and changes since rc1 to release notesv0.14.0rc2Wladimir J. van der Laan
2017-02-23qt: pre-rc2 translations updateWladimir J. van der Laan
2017-02-23build: force a c++ standard to be specifiedCory Fields
2017-02-23build: add --enable-werror optionCory Fields
2017-02-23build: warn about variable length arraysCory Fields
2017-02-23qa: Check return code when stopping nodesMarcoFalke
2017-02-23Fix pruning test broken by 2 hour manual prune windowRussell Yanofsky
2017-02-22[Trivial] Remove incorrect help message from gettxoutproof()John Newbery
2017-02-22Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-21Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli
2017-02-21Fix for issue #9775. Added check for open() returning a NULL pointer.kirit93
2017-02-21Fix typo in release notes.Chris Moore
2017-02-21Read/write mempool.dat as a binary.Pavel Janík
2017-02-20QA: Test GBT size/weight limit valuesLuke Dashjr
2017-02-20Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr
2017-02-20[wallet] Remove importmulti always-true checkRussell Yanofsky
2017-02-17boost: remove iostreams includesv0.14.0rc1Cory Fields
2017-02-17Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille
2017-02-17Make KEY_SIZE a compile-time constantPieter Wuille
2017-02-17Merge #9784: Restore removed release notes.Wladimir J. van der Laan
2017-02-17doc: Add changelog for 0.14.0 to release notesWladimir J. van der Laan
2017-02-17Restore removed release notes.Gregory Maxwell
2017-02-17doc: Add list of authors to release notesWladimir J. van der Laan
2017-02-17Merge #9783: release: bump gitian descriptors for a new 0.14 package cacheWladimir J. van der Laan
2017-02-17release: bump gitian descriptors for a new 0.14 package cacheCory Fields
2017-02-17doc: Update manpages for 0.14.0Wladimir J. van der Laan
2017-02-17doc: Update release notes from wikiWladimir J. van der Laan
2017-02-17qt: pre-rc1 translations updateWladimir J. van der Laan
2017-02-17build: bump version to 0.14.0Wladimir J. van der Laan
2017-02-17Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescansWladimir J. van der Laan
2017-02-17Merge #9778: Add two hour buffer to manual pruningWladimir J. van der Laan