aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-17/+17
|/
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-0/+18
* Refactor: CAddressBookData for mapAddressBookGavin Andresen2013-08-221-1/+1
* Remove #define loop from util.hGavin Andresen2013-07-311-2/+2
* Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...Luke Dashjr2013-07-151-0/+1
* Add GetKeyBirthTimes to walletPieter Wuille2013-06-221-0/+9
* Refactor keytime/metadata and wallet encryption bugfixPieter Wuille2013-06-201-2/+4
* Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik2013-06-101-29/+60
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-1/+1
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-39/+20
* Always print full hashes (tx, block, inv)Pieter Wuille2013-04-071-1/+1
* small indentation, space, formatting fixes (no code changes)Philip Kaufmann2013-04-061-4/+4
* Clean up shutdown processGavin Andresen2013-04-031-7/+9
* Rename util.h Sleep --> MilliSleepGavin Andresen2013-04-031-2/+2
* CValidationState frameworkPieter Wuille2013-01-301-1/+2
* Remove 'T' from remaining date/time format strings.Jeff Garzik2013-01-011-1/+1
* Change timestamps to use ISO8601 formattingRichard Schwab2012-12-121-1/+1
* Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-178/+330
* Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-0/+4
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-1/+96
* 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