aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
AgeCommit message (Expand)Author
2014-05-12Remove dummy PRIszX macros for formattingWladimir J. van der Laan
2014-03-07AddToWallet implies BindWalletWladimir J. van der Laan
2014-02-24Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan
2014-02-22Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-15Merge pull request #3671 from gavinandresen/txn_conflictsGavin Andresen
2014-02-14Track and report wallet transaction clonesGavin Andresen
2014-02-14Add -zapwallettxes cli/config option, used for wallet recoveryJeff Garzik
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-02-07remove setting methods in wallet/walletdbCozz Lovan
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2014-01-19wallet: add interface for storing generic data on destinationsWladimir J. van der Laan
2013-12-16Don't create empty transactions when reading corrupted walletWladimir J. van der Laan
2013-11-20Merge pull request #3257Wladimir J. van der Laan
2013-11-15orphan spaces cleanup ;-)Philip Kaufmann
2013-11-15core: remove includes in .cpp, if header is already in .hPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-16Merge pull request #2950 from pstratem/walletloadGavin Andresen
2013-10-12comment explaining new wallet format for key/wkey entriesphantomcircuit
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-08-28improve wallet load time by removing duplicated calls to EC_KEY_check_key and...patrick s
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-22Refactor: CAddressBookData for mapAddressBookGavin Andresen
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-15Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...Luke Dashjr
2013-06-22Add GetKeyBirthTimes to walletPieter Wuille
2013-06-20Refactor keytime/metadata and wallet encryption bugfixPieter Wuille
2013-06-10Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2013-04-07Always print full hashes (tx, block, inv)Pieter Wuille
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