aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-27[mining] Remove -blockprioritysize.Alex Morcos
2017-02-27[rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos
2017-02-27wallet: Remove sendfreeMarcoFalke
2017-02-27tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan
2017-02-25Merge #9847: Extra test vector for BIP32Wladimir J. van der Laan
2017-02-24Merge #9612: [trivial] Rephrase the definition of difficulty.Wladimir J. van der Laan
2017-02-24Merge #9833: Trivial: fix comments referencing AppInit2Wladimir J. van der Laan
2017-02-24Merge #9840: Update sendfrom RPC help to correct coin selection misconceptionWladimir J. van der Laan
2017-02-23Trivial: Rephrase the definition of difficulty in the code.Karl-Johan Alm
2017-02-23BIP32 extra test vectorPieter Wuille
2017-02-24Trivial: fix comments referencing AppInit2Marko Bencun
2017-02-23Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky
2017-02-23Merge #9789: build: add --enable-werror and warn on vla'sWladimir J. van der Laan
2017-02-23build: add --enable-werror optionCory Fields
2017-02-22Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()Wladimir J. van der Laan
2017-02-22Merge #9819: Remove harmless read of unusued priority estimatesWladimir J. van der Laan
2017-02-22Merge #9773: Return errors from importmulti if complete rescans are not succe...Wladimir J. van der Laan
2017-02-22Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan
2017-02-22Merge #9805: Add seed.btc.petertodd.org to mainnet DNS seedsWladimir J. van der Laan
2017-02-22Merge #9815: Trivial: use EXIT_ codes instead of magic numbersWladimir J. van der Laan
2017-02-21Removed redundant parameter from mempool.PrioritiseTransactiongubatron
2017-02-21Remove harmless read of unusued priority estimatesAlex Morcos
2017-02-21Merge #9727: Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan
2017-02-21Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli
2017-02-21Merge #9798: Fix Issue #9775 (Check returned value of fopen)Wladimir J. van der Laan
2017-02-21use EXIT_ codes instead of magic numbersMarko Bencun
2017-02-20Fix for issue #9775. Added check for open() returning a NULL pointer.kirit93
2017-02-20Read/write mempool.dat as a binary.Pavel Janík
2017-02-20Merge #9726: netbase: Do not print an error on connection timeouts through proxyWladimir J. van der Laan
2017-02-20Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segw...Wladimir J. van der Laan
2017-02-20Merge #9760: [wallet] Remove importmulti always-true checkWladimir J. van der Laan
2017-02-20Merge #9724: Qt/Intro: Add explanation of IBD processWladimir J. van der Laan
2017-02-19Add seed.btc.petertodd.org to mainnet DNS seedsPeter Todd
2017-02-19Merge #9791: Avoid VLA in hash.hWladimir J. van der Laan
2017-02-18Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke
2017-02-17Avoid VLA in hash.hPieter Wuille
2017-02-17Merge #9786: boost: remove iostreams includesWladimir J. van der Laan
2017-02-17boost: remove iostreams includesCory Fields
2017-02-17Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille
2017-02-17Make KEY_SIZE a compile-time constantPieter Wuille
2017-02-17Return errors from importmulti if complete rescans are not successfulRussell Yanofsky
2017-02-17build: bump version to 0.14.99Wladimir J. van der Laan
2017-02-17[wallet] Remove importmulti always-true checkRussell Yanofsky
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
2017-02-17Merge #9779: Update nMinimumChainWork and defaultAssumeValid.Wladimir J. van der Laan
2017-02-17Merge #9777: Handle unusual maxsigcachesize gracefullyWladimir J. van der Laan
2017-02-17Ensure `-maxsigcachesize` is in valid rangeJohn Newbery
2017-02-16Add two hour buffer to manual pruningAlex Morcos
2017-02-16Update nMinimumChainWork and defaultAssumeValid.Gregory Maxwell