aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-25Merge pull request #2847 from Diapolo/fix_QApplication_includeWladimir J. van der Laan
2013-07-25Merge pull request #2848 from Diapolo/translationsWladimir J. van der Laan
2013-07-24Merge pull request #1889 from tcatm/multi-walletGavin Andresen
2013-07-23update bitcoin_en.ts to current master (2013-07-23)Philip Kaufmann
2013-07-23Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann
2013-07-22Merge pull request #2795 from fanquake/log_aborted_rebuildsJeff Garzik
2013-07-22Merge pull request #2832 from luke-jr/bugfix_wdb_boostverJeff Garzik
2013-07-22Merge pull request #2826 from Diapolo/fix_mingw481Jeff Garzik
2013-07-22Merge pull request #2836 from phelixbtc/patch-3Jeff Garzik
2013-07-21Bugfix: Include block creation and SSL options headings in usageLuke Dashjr
2013-07-19makefile.mingw: Use normal boost libraries instead of debug for Windowsphelixbtc
2013-07-18Merge pull request #2670 from laanwj/2013_05_datadirWladimir J. van der Laan
2013-07-15Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...Luke Dashjr
2013-07-13fix invalid conversion error with MinGW 4.8.1 in net.cppPhilip Kaufmann
2013-07-13Fix minor backward incompatibilityPieter Wuille
2013-07-10Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik
2013-07-10Merge pull request #2812 from jgarzik/rpcbestblockJeff Garzik
2013-07-07Merge pull request #2796 from gmaxwell/remove_overactive_rand_testsGregory Maxwell
2013-07-07Make the rand tests determinstic. (fixes #2714)Gregory Maxwell
2013-07-04let user select wallet file with -wallet=foo.datNils Schneider
2013-07-03RPC: add getbestblockhash, to return tip of best chainJeff Garzik
2013-06-29Fix build date for from-tarball buildsPieter Wuille
2013-06-26Merge pull request #2793 from Diapolo/translationsPieter Wuille
2013-06-26Merge pull request #2174 from CodeShark/sync_macro_clarificationPieter Wuille
2013-06-25Added comments to sync.h to make it easier to understand the macrosEric Lombrozo
2013-06-25Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille
2013-06-25Merge pull request #2792 from sipa/coreimplJeff Garzik
2013-06-25Log aborted block database rebuildsMichael Ford
2013-06-25Truncate oversize 'tx' messages before relaying/storing.Peter Todd
2013-06-25Merge pull request #2679 from vhf/patch-1Gavin Andresen
2013-06-25translation update 2013-06-25Philip Kaufmann
2013-06-25Move core implementations to core.cppPieter Wuille
2013-06-24Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...Eric Lombrozo
2013-06-24Added locks on the setpwalletRegistered functions in main.cpp and added an Un...Eric Lombrozo
2013-06-24main.h->core.h include dependency improvements.Jeff Garzik
2013-06-24Merge pull request #2789 from sipa/overdumpJeff Garzik
2013-06-24Dump addresses every 15 minutes instead of 10 secondsPieter Wuille
2013-06-23Moved CBlock from main.h to core.hEric Lombrozo
2013-06-23Pulled AcceptBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled CheckBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled AddToBlockIndex out of CBlock.Eric Lombrozo
2013-06-23Pulled ConnectBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled DisconnectBlock out of CBlock.Eric Lombrozo
2013-06-23Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo
2013-06-23Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo
2013-06-23Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo
2013-06-23Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...Eric Lombrozo
2013-06-23Merge pull request #2783 from sipa/newtxindexPieter Wuille
2013-06-23Merge pull request #2592 from sipa/dumpwalletPieter Wuille
2013-06-23fix makefiles and init.cpp after chainparams mergePhilip Kaufmann