aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
AgeCommit message (Expand)Author
2012-05-22Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-22Prevent crashes due to missing or corrupted database recordsJeff Garzik
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-06Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-06Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-06Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-03-29Merge pull request #1010 from sipa/fastblocks2Gavin Andresen
2012-03-29Use transactions-updated as flush conditionPieter Wuille
2012-03-29Workaround hangs when upgrading old addr.dat filesGavin Andresen
2012-03-29Auto-remove logs, and decrease logfile size to 10MGavin Andresen
2012-03-26Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-26Use erase instead of rewrite to remove old addr entriesPieter Wuille
2012-03-22Check minversion before loading the rest of the walletPieter Wuille
2012-03-22Merge branch 'checklevel' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-22Merge pull request #975 from sipa/versioncheckGavin Andresen
2012-03-22Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-22Check minversion before loading the rest of the walletPieter Wuille
2012-03-22Add -checklevel and improve -checkblocksPieter Wuille
2012-03-21Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-21Speed up block downloadingPieter Wuille
2012-03-19Print more diagnostic info for the various DB_CORRUPT conditionsLuke Dashjr
2012-03-12Print more diagnostic info for the various DB_CORRUPT conditionsLuke Dashjr
2012-02-26bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen
2012-02-25Fix addrProxy settingPieter Wuille
2012-02-24CAddrMan: stochastic address managerPieter Wuille
2012-02-18Add SetMinVersion to CWalletPieter Wuille
2012-02-15Added 'Backup Wallet' menu optionsje397
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-07Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An...Gavin Andresen
2012-02-02Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-02Full checking of all loaded keysPieter Wuille
2012-02-02Check consistency of private keysPieter Wuille
2012-01-26Full checking of all loaded keysPieter Wuille
2012-01-25Check consistency of private keysPieter Wuille
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-09Compressed pubkeysPieter Wuille
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Merge pull request #574 from sipa/dumpprivkeyGavin Andresen
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-12-17Make CWalletTx::pwallet privatePieter Wuille
2011-11-20close old db when rewritingPieter Wuille