aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
AgeCommit message (Expand)Author
2013-04-06small indentation, space, formatting fixes (no code changes)Philip Kaufmann
2013-04-03Clean up shutdown processGavin Andresen
2013-04-03Rename util.h Sleep --> MilliSleepGavin Andresen
2013-01-30CValidationState frameworkPieter Wuille
2013-01-01Remove 'T' from remaining date/time format strings.Jeff Garzik
2012-12-12Change timestamps to use ISO8601 formattingRichard Schwab
2012-10-08Handle corrupt wallets gracefully.Gavin Andresen
2012-09-08Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr
2012-08-23Store a fixed order of transactions (and accounting) in the walletLuke Dashjr
2012-07-17Give threads a recognisable name to aid in debuggingGiel van Schijndel
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24Encapsulate public keys in CPubKeyPieter Wuille
2012-05-22Merge branch 'dbenv' into tmpJeff Garzik
2012-05-19Further CDBEnv encapsulation work.Jeff Garzik
2012-05-19Encapsulate BDB environment inside new CDBEnv classJeff Garzik
2012-05-18Update License in File HeadersFordy
2012-05-13ensure that no double timestamps show up in the debug.log, by removing manual...Philip Kaufmann
2012-05-05Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik