aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-0/+3
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-1/+1
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-1/+1
* Merge branch 'dbenv' into tmpJeff Garzik2012-05-221-19/+13
|\
| * Further CDBEnv encapsulation work.Jeff Garzik2012-05-191-12/+9
| * Encapsulate BDB environment inside new CDBEnv classJeff Garzik2012-05-191-7/+4
* | Update License in File HeadersFordy2012-05-181-1/+1
|/
* ensure that no double timestamps show up in the debug.log, by removing manual...Philip Kaufmann2012-05-131-1/+0
* Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr2012-05-051-1/+1
* Further reduce header dependenciesPieter Wuille2012-04-171-4/+4
* Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-0/+428