30 Commits (a41d5fe01947f2f878c055670986a165af800f9a)

Author SHA1 Message Date
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Gavin Andresen 618855133d Refactor: CAddressBookData for mapAddressBook 11 years ago
Gavin Andresen 050d2e953f Remove #define loop from util.h 11 years ago
Luke Dashjr d4e2b040ed Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 11 years ago
Pieter Wuille 434e4273b9 Add GetKeyBirthTimes to wallet 11 years ago
Pieter Wuille 4addb2c066 Refactor keytime/metadata and wallet encryption bugfix 11 years ago
Jeff Garzik 3869fb89b6 Wallet: store key creation time. Calculate whole-wallet birthday. 11 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv) 11 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 11 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 11 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 11 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Jeff Garzik 3f964b3c50 Remove 'T' from remaining date/time format strings. 12 years ago
Richard Schwab 303b0009dc Change timestamps to use ISO8601 formatting 12 years ago
Gavin Andresen eed1785f70 Handle corrupt wallets gracefully. 12 years ago
Luke Dashjr da7b8c1260 Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db 12 years ago
Luke Dashjr 9c7722b7c5 Store a fixed order of transactions (and accounting) in the wallet 12 years ago
Giel van Schijndel 96931d6f78 Give threads a recognisable name to aid in debugging 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Jeff Garzik ffe8b77a61 Further CDBEnv encapsulation work. 12 years ago
Jeff Garzik cd9696fc97 Encapsulate BDB environment inside new CDBEnv class 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Philip Kaufmann 0985816bf6 ensure that no double timestamps show up in the debug.log, by removing manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) 12 years ago
Luke Dashjr 82e6b92b0a Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 12 years ago