aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | prevector: assert successful allocationCory Fields2017-02-271-0/+6
| * | | | | | | | | | | | | don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields2017-02-251-0/+16
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid....MarcoFalke2017-02-272-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Adding 'amount' label to tx_valid/tx_invalid.json filesChris Stewart2016-12-152-2/+2
* | | | | | | | | | | | | tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan2017-02-271-0/+2
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge #9847: Extra test vector for BIP32Wladimir J. van der Laan2017-02-251-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | BIP32 extra test vectorPieter Wuille2017-02-231-0/+13
* | | | | | | | | | | | Merge #9612: [trivial] Rephrase the definition of difficulty.Wladimir J. van der Laan2017-02-241-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Trivial: Rephrase the definition of difficulty in the code.Karl-Johan Alm2017-02-231-2/+7
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #9833: Trivial: fix comments referencing AppInit2Wladimir J. van der Laan2017-02-243-8/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Trivial: fix comments referencing AppInit2Marko Bencun2017-02-243-8/+5
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #9840: Update sendfrom RPC help to correct coin selection misconceptionWladimir J. van der Laan2017-02-241-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Update sendfrom RPC help to correct coin selection misconceptionRussell Yanofsky2017-02-231-0/+3
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #9789: build: add --enable-werror and warn on vla'sWladimir J. van der Laan2017-02-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | build: add --enable-werror optionCory Fields2017-02-231-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()Wladimir J. van der Laan2017-02-221-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [Trivial] Remove incorrect help message from gettxoutproof()John Newbery2017-02-071-1/+0
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #9819: Remove harmless read of unusued priority estimatesWladimir J. van der Laan2017-02-221-4/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove harmless read of unusued priority estimatesAlex Morcos2017-02-211-4/+1
* | | | | | | | | | | Merge #9773: Return errors from importmulti if complete rescans are not succe...Wladimir J. van der Laan2017-02-226-13/+114
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-176-13/+114
* | | | | | | | | | | | Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan2017-02-224-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removed redundant parameter from mempool.PrioritiseTransactiongubatron2017-02-214-6/+6
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #9805: Add seed.btc.petertodd.org to mainnet DNS seedsWladimir J. van der Laan2017-02-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add seed.btc.petertodd.org to mainnet DNS seedsPeter Todd2017-02-191-0/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #9815: Trivial: use EXIT_ codes instead of magic numbersWladimir J. van der Laan2017-02-222-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | use EXIT_ codes instead of magic numbersMarko Bencun2017-02-212-5/+5
* | | | | | | | | | | | Merge #9727: Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-213-39/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-103-39/+0
* | | | | | | | | | | | Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli2017-02-211-1/+4
* | | | | | | | | | | | Merge #9798: Fix Issue #9775 (Check returned value of fopen)Wladimir J. van der Laan2017-02-211-7/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix for issue #9775. Added check for open() returning a NULL pointer.kirit932017-02-201-7/+8
* | | | | | | | | | | | | Read/write mempool.dat as a binary.Pavel Janík2017-02-201-2/+2
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge #9726: netbase: Do not print an error on connection timeouts through proxyWladimir J. van der Laan2017-02-201-18/+34
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | netbase: Do not print an error on connection timeouts through proxyWladimir J. van der Laan2017-02-091-1/+8
| * | | | | | | | | | | | netbase: Make InterruptibleRecv return an error code instead of boolWladimir J. van der Laan2017-02-091-18/+27
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segw...Wladimir J. van der Laan2017-02-201-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-021-2/+6
* | | | | | | | | | | | | Merge #9760: [wallet] Remove importmulti always-true checkWladimir J. van der Laan2017-02-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [wallet] Remove importmulti always-true checkRussell Yanofsky2017-02-171-1/+1
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #9724: Qt/Intro: Add explanation of IBD processWladimir J. van der Laan2017-02-202-5/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Qt/Intro: Explain a bit more what will happen first timeLuke Dashjr2017-02-092-1/+43
| * | | | | | | | | | | | Qt/Intro: Storage shouldn't grow significantly with pruning enabledLuke Dashjr2017-02-081-1/+3
| * | | | | | | | | | | | Qt/Intro: Move sizeWarningLabel text into C++ codeLuke Dashjr2017-02-082-4/+5
* | | | | | | | | | | | | Merge #9791: Avoid VLA in hash.hWladimir J. van der Laan2017-02-191-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Avoid VLA in hash.hPieter Wuille2017-02-171-4/+4
* | | | | | | | | | | | | Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke2017-02-188-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | [trivial] Fix recently introduced typos in commentspracticalswift2017-02-148-12/+12
* | | | | | | | | | | | | Merge #9786: boost: remove iostreams includesWladimir J. van der Laan2017-02-171-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | boost: remove iostreams includesCory Fields2017-02-171-2/+0