aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
AgeCommit message (Expand)Author
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-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-03-26Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-22Check minversion before loading the rest of the walletPieter Wuille
2012-03-21Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-19Print more diagnostic info for the various DB_CORRUPT conditionsLuke Dashjr
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-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
2011-11-20close old db when rewritingPieter Wuille
2011-11-20Never remove database files on shutdown, it caused unreadable wallets on some...Gavin Andresen
2011-11-20close old db when rewritingv0.5.0rc7v0.5.0Pieter Wuille
2011-11-20Never remove database files on shutdown, it caused unreadable wallets on some...Gavin Andresen
2011-11-17Only remove database log files on shutdown after wallet encryption/rewriteGavin Andresen
2011-11-17Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen
2011-11-15Tweak handling of boost filesystem versionsGavin Andresen
2011-11-15Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen
2011-11-15Tweak handling of boost filesystem versionsGavin Andresen
2011-11-15Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen
2011-11-15Fix boost filesystem incompatibility problemGavin Andresen
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-11-15ResilveringPieter Wuille
2011-11-15Fix boost filesystem incompatibility problemv0.5.0rc4Gavin Andresen
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-11-14ResilveringPieter Wuille
2011-10-07Fix build on windows and macGavin Andresen
2011-10-01remove code that reads addr.txt in LoadAddreses()Nils Schneider
2011-09-26Remove wxWidgetsGavin Andresen
2011-08-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-11Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen
2011-08-10Qualify make_tuple with boost:: namespace.Venkatesh Srinivas
2011-08-09Unify copyright notices.Matt Corallo
2011-07-26CAddrDB::LoadAddresses: properly initialize CAddressJeff Garzik
2011-07-14Fix bad return values in LoadWallet.Matt Corallo
2011-07-13fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel
2011-07-12Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik
2011-07-13Make an invalid addrIncoming so that old clients crash.Matt Corallo
2011-07-13Add wallet privkey encryption.Matt Corallo
2011-07-08Prepare codebase for Encrypted Keys.Pieter Wuille
2011-07-05Add minversion to wallet.Matt Corallo
2011-06-19Fix missing includes needed for Boost 1.46.Shane Wegner
2011-06-15CWallet classPieter Wuille
2011-06-15move wallet code to separate filePieter Wuille
2011-06-14Merge pull request #226 from jordanlewis/betterheadersJeff Garzik