aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
AgeCommit message (Expand)Author
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/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-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
2011-06-03create keypool in LoadWallet()Nils Schneider
2011-05-17Only include certain boost headers if necessary.Jordan Lewis
2011-05-15Only include net.h when we have toJordan Lewis
2011-05-15Only include db.h when we have to.Jordan Lewis
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
2011-04-23directory re-organization (keeps the old build system)Jaromil