aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-22Better warning/"alert" messages for large-work forks.Matt Corallo
2013-07-22Call the -alertnotify script when we see a long or invalid fork.Matt Corallo
2013-07-22Detect any sufficiently long fork and add a warning.Matt Corallo
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-17Fix fcntl include in net.cpp & netbase.cppfcicq
2013-07-17Ignore SIGPIPE signal on Solarisfcicq
2013-07-17Add missing constant for solarisfcicq
2013-07-17Fix boost uint type bug by reordering the includesfcicq
2013-07-17Disable variadic template support in C++11fcicq
2013-07-17Bugfix: Store last/next wallet resend times unique per CWallet objectLuke Dashjr
2013-07-15Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...Luke Dashjr
2013-07-15BIP32 test vectorsPieter Wuille
2013-07-15BIP32 derivation implementationPieter Wuille
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-07-01Merge commit 'adae78ea9940f4d44382967d1296e7db0b54a4de' into leveldb-squashedVinnie Falco
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-25RPC: keypoolrefill gains optional size parameterJeff Garzik
2013-06-25CWallet::TopUpKeyPool() takes optional pool size argumentJeff Garzik
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