Merge branch '0.4.x' into 0.5.x
[novacoin.git] / src / db.cpp
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-22 Jeff GarzikPrevent crashes due to missing or corrupted database...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-06 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-03-27 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-22 Pieter WuilleCheck minversion before loading the rest of the wallet
2012-03-21 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-19 Luke DashjrPrint more diagnostic info for the various DB_CORRUPT...
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-03 Pieter WuilleFull checking of all loaded keys
2012-02-02 Pieter WuilleCheck consistency of private keys
2011-11-20 Pieter Wuilleclose old db when rewriting
2011-11-20 Gavin AndresenNever remove database files on shutdown, it caused...
2011-11-20 Pieter Wuilleclose old db when rewriting
2011-11-20 Gavin AndresenNever remove database files on shutdown, it caused...
2011-11-17 Gavin AndresenOnly remove database log files on shutdown after wallet...
2011-11-17 Gavin AndresenOnly remove database log files on shutdown after wallet...
2011-11-15 Gavin AndresenTweak handling of boost filesystem versions
2011-11-15 Gavin AndresenFix crash-on-osx-on-shutdown bug. And cleanup CDB handl...
2011-11-15 Gavin AndresenTweak handling of boost filesystem versions
2011-11-15 Gavin AndresenFix crash-on-osx-on-shutdown bug. And cleanup CDB handl...
2011-11-15 Gavin AndresenFix boost filesystem incompatibility problem
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-15 Pieter WuilleResilvering
2011-11-15 Gavin AndresenFix boost filesystem incompatibility problem
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-14 Pieter WuilleResilvering
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-01 Nils Schneiderremove code that reads addr.txt in LoadAddreses()
2011-09-26 Gavin AndresenRemove wxWidgets
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Venkatesh SrinivasQualify make_tuple with boost:: namespace.
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-26 Jeff GarzikCAddrDB::LoadAddresses: properly initialize CAddress
2011-07-14 Matt CoralloFix bad return values in LoadWallet.
2011-07-13 Giel van Schijndelfix warning: unused variable 'X' [-Wunused-variable]
2011-07-13 Jeff GarzikMerge pull request #381 from TheBlueMatt/nminversion
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-08 Pieter WuillePrepare codebase for Encrypted Keys.
2011-07-05 Matt CoralloAdd minversion to wallet.
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-20 markfixes for mac build
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-12 Wladimir J. van... update bitcoin core to git ce148944c776ae8e91cc058f44dd...
2011-06-11 Wladimir J. van... move back to original directory structure
2011-06-03 Nils Schneidercreate keypool in LoadWallet()
2011-05-17 Jordan LewisOnly include certain boost headers if necessary.
2011-05-16 Jordan LewisOnly include net.h when we have to
2011-05-16 Jordan LewisOnly include db.h when we have to.
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-05-09 Jeff GarzikManual merge of jaromil's source tree reorg commit.
2011-04-23 Jaromildirectory re-organization (keeps the old build system)