aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Log aborted block database rebuildsMichael Ford2013-06-251-0/+1
* | | | | | | | | | | | | Merge pull request #2832 from luke-jr/bugfix_wdb_boostverJeff Garzik2013-07-222-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...Luke Dashjr2013-07-152-1/+1
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2826 from Diapolo/fix_mingw481Jeff Garzik2013-07-221-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix invalid conversion error with MinGW 4.8.1 in net.cppPhilip Kaufmann2013-07-131-0/+4
* | | | | | | | | | | | | | Merge pull request #2836 from phelixbtc/patch-3Jeff Garzik2013-07-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | makefile.mingw: Use normal boost libraries instead of debug for Windowsphelixbtc2013-07-191-1/+1
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | Bugfix: Include block creation and SSL options headings in usageLuke Dashjr2013-07-211-2/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2670 from laanwj/2013_05_datadirWladimir J. van der Laan2013-07-185-41/+665
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | qt: allow user to choose data directoryWladimir J. van der Laan2013-06-165-41/+665
* | | | | | | | | | | | | Fix minor backward incompatibilityPieter Wuille2013-07-131-2/+3
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik2013-07-104-18/+38
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Log reason for non-standard transaction rejectionJeff Garzik2013-06-234-18/+38
* | | | | | | | | | | | | Merge pull request #2812 from jgarzik/rpcbestblockJeff Garzik2013-07-103-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | RPC: add getbestblockhash, to return tip of best chainJeff Garzik2013-07-033-0/+11
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2796 from gmaxwell/remove_overactive_rand_testsGregory Maxwell2013-07-071-33/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Make the rand tests determinstic. (fixes #2714)Gregory Maxwell2013-07-071-33/+1
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Fix build date for from-tarball buildsPieter Wuille2013-06-291-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #2793 from Diapolo/translationsPieter Wuille2013-06-262-92/+123
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | translation update 2013-06-25Philip Kaufmann2013-06-252-92/+123
* | | | | | | | | | | Merge pull request #2174 from CodeShark/sync_macro_clarificationPieter Wuille2013-06-261-0/+42
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added comments to sync.h to make it easier to understand the macrosEric Lombrozo2013-06-251-0/+42
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille2013-06-253-1/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...Eric Lombrozo2013-06-242-1/+3
| * | | | | | | | | | Added locks on the setpwalletRegistered functions in main.cpp and added an Un...Eric Lombrozo2013-06-241-0/+14
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2792 from sipa/coreimplJeff Garzik2013-06-253-280/+316
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Move core implementations to core.cppPieter Wuille2013-06-253-280/+316
| |/ / / / / / / /
* | | | | | | | | Truncate oversize 'tx' messages before relaying/storing.Peter Todd2013-06-251-0/+10
* | | | | | | | | Merge pull request #2679 from vhf/patch-1Gavin Andresen2013-06-253-4/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Too many bitcoins allowed in amount. (#2401)vhf / victor felder2013-06-023-4/+19
* | | | | | | | | main.h->core.h include dependency improvements.Jeff Garzik2013-06-244-4/+3
* | | | | | | | | Merge pull request #2789 from sipa/overdumpJeff Garzik2013-06-242-3/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Dump addresses every 15 minutes instead of 10 secondsPieter Wuille2013-06-242-3/+6
* | | | | | | | | | Moved CBlock from main.h to core.hEric Lombrozo2013-06-232-122/+123
* | | | | | | | | | Pulled AcceptBlock out of CBlock.Eric Lombrozo2013-06-232-21/+20
* | | | | | | | | | Pulled CheckBlock out of CBlock.Eric Lombrozo2013-06-233-21/+21
* | | | | | | | | | Pulled AddToBlockIndex out of CBlock.Eric Lombrozo2013-06-232-11/+10
* | | | | | | | | | Pulled ConnectBlock out of CBlock.Eric Lombrozo2013-06-232-22/+23
* | | | | | | | | | Pulled DisconnectBlock out of CBlock.Eric Lombrozo2013-06-232-12/+16
* | | | | | | | | | Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo2013-06-232-24/+25
* | | | | | | | | | Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo2013-06-235-48/+42
* | | | | | | | | | Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo2013-06-232-25/+27
* | | | | | | | | | Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...Eric Lombrozo2013-06-232-27/+28
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2783 from sipa/newtxindexPieter Wuille2013-06-231-6/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Initialize database before checking changed txindexPieter Wuille2013-06-221-6/+6
* | | | | | | | | Merge pull request #2592 from sipa/dumpwalletPieter Wuille2013-06-238-18/+295
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add dumpwallet and importwallet RPCsPieter Wuille2013-06-223-16/+195
| * | | | | | | | | Add GetKeyBirthTimes to walletPieter Wuille2013-06-223-2/+63
| * | | | | | | | | Add ExtractAffectedKeys to scriptPieter Wuille2013-06-222-0/+37
* | | | | | | | | | fix makefiles and init.cpp after chainparams mergePhilip Kaufmann2013-06-234-4/+6