aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-179-108/+91
| * | | | | | | | | | | | | | script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-1717-34/+37
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4988Wladimir J. van der Laan2014-10-221-38/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Replace some function names with __func__Pieter Wuille2014-10-211-2/+2
| * | | | | | | | | | | | | | Keep information about all block files in memoryPieter Wuille2014-10-061-37/+39
* | | | | | | | | | | | | | | Merge pull request #5108Wladimir J. van der Laan2014-10-225-24/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | CAutoFile: Explicit Get() and remove unused methodsWladimir J. van der Laan2014-10-225-18/+25
| * | | | | | | | | | | | | | | Add IsNull() to class CAutoFile and remove operator !Ruben Dario Ponticeli2014-10-203-7/+7
* | | | | | | | | | | | | | | | Merge pull request #5110Wladimir J. van der Laan2014-10-222-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fixes for missing boost tuple.hpp header include.randy-waterhouse2014-10-212-0/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #5104Wladimir J. van der Laan2014-10-222-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Chain::SetTip return type to void21E142014-10-202-5/+4
* | | | | | | | | | | | | | | | qt: small English language updates from translatorsWladimir J. van der Laan2014-10-215-26/+35
* | | | | | | | | | | | | | | | doc: add headers first backwards compat warningWladimir J. van der Laan2014-10-211-0/+21
* | | | | | | | | | | | | | | | qt: English translation update after 0a08aa8Wladimir J. van der Laan2014-10-212-382/+348
* | | | | | | | | | | | | | | | Merge pull request #5076Wladimir J. van der Laan2014-10-212-46/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Bugfix: Remove default from -zapwallettxes description (inaccurate)Luke Dashjr2014-10-141-1/+1
| * | | | | | | | | | | | | | | | Parameterise command line option defaults, so translations are independent of...Luke Dashjr2014-10-112-46/+46
* | | | | | | | | | | | | | | | | Merge pull request #5105Wladimir J. van der Laan2014-10-215-33/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Rename CWalletInterface to CValidationInterfacePieter Wuille2014-10-205-33/+33
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #5098Wladimir J. van der Laan2014-10-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add buildenv.py to gitignoreMichael Ford2014-10-171-0/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #5095Wladimir J. van der Laan2014-10-204-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the me...Mark Friedenbach2014-10-174-2/+12
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4468Wladimir J. van der Laan2014-10-1715-502/+480
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix large reorgsPieter Wuille2014-10-142-6/+7
| * | | | | | | | | | | | | | Fix rebuild-chainstate feature and improve its performancePieter Wuille2014-10-142-4/+15
| * | | | | | | | | | | | | | Skip reindexed blocks individuallyPieter Wuille2014-10-141-33/+16
| * | | | | | | | | | | | | | Make -reindex cope with out-of-order blocksWladimir J. van der Laan2014-10-141-8/+54
| * | | | | | | | | | | | | | Rename setBlockIndexValid to setBlockIndexCandidatesPieter Wuille2014-10-141-15/+15
| * | | | | | | | | | | | | | Add height to "Requesting block" debugR E Broadley2014-10-141-1/+2
| * | | | | | | | | | | | | | Better logging of stallingR E Broadley2014-10-141-1/+3
| * | | | | | | | | | | | | | Improve getheaders (sending) loggingR E Broadley2014-10-141-1/+4
| * | | | | | | | | | | | | | Remove CheckMinWork, as we always know all parent headersPieter Wuille2014-10-144-97/+0
| * | | | | | | | | | | | | | RPC additions after headers-firstPieter Wuille2014-10-144-4/+27
| * | | | | | | | | | | | | | Headers-first synchronizationPieter Wuille2014-10-149-370/+375
* | | | | | | | | | | | | | | doc: Add historical release notes for 0.9.3Wladimir J. van der Laan2014-10-171-0/+101
* | | | | | | | | | | | | | | Merge pull request #5092Wladimir J. van der Laan2014-10-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add LIBTOOLFLAGS CXX tag to qt makefile includeMichael Ford2014-10-161-0/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4804 from jtimon/chainparams3Wladimir J. van der Laan2014-10-174-22/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | squashme on 3fdb9e8c (Bluematt's bikeshedding)jtimon2014-10-162-2/+2
| * | | | | | | | | | | | | | | SQUASHME: fix "Reserve only one network specific cached path per session"jtimon2014-10-111-3/+5
| * | | | | | | | | | | | | | | SQUASHME: NetworkIdFromCommandLine() function instead of methodjtimon2014-10-103-13/+14
| * | | | | | | | | | | | | | | Remove CBaseChainParams::NetworkID()jtimon2014-09-213-15/+27
| * | | | | | | | | | | | | | | Reserve only one network specific cached path per sessionjtimon2014-09-211-7/+3
* | | | | | | | | | | | | | | | Merge pull request #5096Pieter Wuille2014-10-162-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | MOVEONLY: CInPoint from core to txmempooljtimon2014-10-172-13/+13
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #5082Pieter Wuille2014-10-157-135/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | boost: drop boost dependency in version.cpp.Cory Fields2014-10-152-3/+19
| * | | | | | | | | | | | | | boost: drop boost dependency in utilstrencodings.cppCory Fields2014-10-151-4/+4