aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* close old db when rewritingv0.5.0rc7v0.5.0Pieter Wuille2011-11-201-50/+52
* Never remove database files on shutdown, it caused unreadable wallets on some...Gavin Andresen2011-11-201-23/+0
* Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen2011-11-171-4/+9
* Tweak handling of boost filesystem versionsGavin Andresen2011-11-151-1/+1
* Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.Gavin Andresen2011-11-151-6/+13
* Fix boost filesystem incompatibility problemv0.5.0rc4Gavin Andresen2011-11-151-3/+3
* Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-151-19/+51
* ResilveringPieter Wuille2011-11-141-0/+90
* Fix build on windows and macGavin Andresen2011-10-071-1/+1
* remove code that reads addr.txt in LoadAddreses()Nils Schneider2011-10-011-18/+0
* Remove wxWidgetsGavin Andresen2011-09-261-1/+1
* Fix rpc-hanging deadlocksGavin Andresen2011-08-311-2/+1
* Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-111-0/+1
|\
| * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | Qualify make_tuple with boost:: namespace.Venkatesh Srinivas2011-08-101-2/+2
|/
* CAddrDB::LoadAddresses: properly initialize CAddressJeff Garzik2011-07-261-1/+1
* Fix bad return values in LoadWallet.Matt Corallo2011-07-141-3/+3
* fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel2011-07-131-2/+0
* Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik2011-07-121-4/+11
|\
| * Add minversion to wallet.Matt Corallo2011-07-051-4/+11
* | Make an invalid addrIncoming so that old clients crash.Matt Corallo2011-07-131-2/+0
* | Add wallet privkey encryption.Matt Corallo2011-07-131-1/+23
* | Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-6/+12
|/
* Fix missing includes needed for Boost 1.46.Shane Wegner2011-06-191-0/+1
* CWallet classPieter Wuille2011-06-151-26/+39
* move wallet code to separate filePieter Wuille2011-06-151-103/+0
* Merge pull request #226 from jordanlewis/betterheadersJeff Garzik2011-06-141-0/+3
|\
| * Only include certain boost headers if necessary.Jordan Lewis2011-05-171-0/+1
| * Only include net.h when we have toJordan Lewis2011-05-151-0/+1
| * Only include db.h when we have to.Jordan Lewis2011-05-151-0/+1
* | create keypool in LoadWallet()Nils Schneider2011-06-031-6/+5
|/
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-4/+7
* Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-3/+3
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+1023