aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | 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-202-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | QA: Test GBT size/weight limit valuesLuke Dashjr2017-02-161-0/+8
| * | | | | | | | | | | | | | | 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 #9794: Minor update to qrencode package builderWladimir J. van der Laan2017-02-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Use package name variable inside $(package)_file_name variableMitchell Cash2017-02-181-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 #9795: doc: Update manpages for master (laanwj)Wladimir J. van der Laan2017-02-194-100/+179
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | doc: Update manpages for masterWladimir J. van der Laan2017-02-184-100/+179
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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 #9657: Improve rpc-tests.pyMarcoFalke2017-02-185-134/+152
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Various review markups for rpc-tests.py improvementsJohn Newbery2017-02-172-26/+21
| * | | | | | | | | | | | | | | | | Refactor rpc-tests.pyJohn Newbery2017-02-061-85/+100
| * | | | | | | | | | | | | | | | | Improve rpc-tests.py argumentsJohn Newbery2017-02-061-25/+23
| * | | | | | | | | | | | | | | | | Use argparse in rpc_tests.pyJohn Newbery2017-02-061-39/+44
| * | | | | | | | | | | | | | | | | Use configparser in rpc-tests.pyJohn Newbery2017-01-315-36/+41
* | | | | | | | | | | | | | | | | | 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 #9744: Remove unused module from rpc-testsMarcoFalke2017-02-186-14/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Remove unused module from rpc-testsTakashi Mitsuta2017-02-126-14/+1
* | | | | | | | | | | | | | | | | | | Merge #9788: gitian: bump descriptors for masterMarcoFalke2017-02-183-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | gitian: bump descriptors for masterCory Fields2017-02-173-3/+3
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge #9786: boost: remove iostreams includesWladimir J. van der Laan2017-02-171-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | boost: remove iostreams includesCory Fields2017-02-171-2/+0
* | | | | | | | | | | | | | | | | | | Merge #9785: Avoid variable length arraysWladimir J. van der Laan2017-02-173-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille2017-02-172-3/+1
| * | | | | | | | | | | | | | | | | | Make KEY_SIZE a compile-time constantPieter Wuille2017-02-171-1/+1
|/ / / / / / / / / / / / / / / / / /
* | | | | / / / / / / / / / / / / / build: bump version to 0.14.99Wladimir J. van der Laan2017-02-176-116/+5
| |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescansWladimir J. van der Laan2017-02-172-115/+145
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky2017-02-162-4/+8
| * | | | | | | | | | | | | | | | | [qa] Extend import-rescan.py to test imports on pruned nodes.Russell Yanofsky2017-02-161-21/+43
| * | | | | | | | | | | | | | | | | [qa] Extend import-rescan.py to test specific key timestampsRussell Yanofsky2017-02-161-11/+15
| * | | | | | | | | | | | | | | | | [qa] Simplify import-rescan.pyRussell Yanofsky2017-02-161-112/+112
* | | | | | | | | | | | | | | | | | Merge #9778: Add two hour buffer to manual pruningWladimir J. van der Laan2017-02-171-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add two hour buffer to manual pruningAlex Morcos2017-02-161-2/+4
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge #9779: Update nMinimumChainWork and defaultAssumeValid.Wladimir J. van der Laan2017-02-171-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Update nMinimumChainWork and defaultAssumeValid.Gregory Maxwell2017-02-161-4/+4
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge #9777: Handle unusual maxsigcachesize gracefullyWladimir J. van der Laan2017-02-172-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Ensure `-maxsigcachesize` is in valid rangeJohn Newbery2017-02-172-2/+5
* | | | | | | | | | | | | | | | | | Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.mdWladimir J. van der Laan2017-02-166-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi2017-02-096-8/+8
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge #9763: [Trivial] Update comments referencing main.cppWladimir J. van der Laan2017-02-163-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | [Trivial] Update comments referencing main.cppCryptAxe2017-02-163-4/+4