79 Commits (85da07a5a001a563488382435202b74a3e3e964a)

Author SHA1 Message Date
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Cory Fields 52955068b7 boost: drop dependency on tuple in serialization 10 years ago
Cozz Lovan 44bc988e7b [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..) 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Philip Kaufmann c375b5c102 remove dead/unused code in walletdb.cpp 10 years ago
Philip Kaufmann f606bb9baf fix a possible memory leak in CWalletDB::Recover 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Philip Kaufmann 93f84d0417 cleanup class private and public areas in walletdb 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Cozz Lovan da2ede2aa6 [Wallet] Improve ReorderTransactions(..) 10 years ago
Pieter Wuille d5087d1ba0 Use script matching rather than destination matching for watch-only. 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 10 years ago
Cozz Lovan 77cbd4623e Let -zapwallettxes recover transaction meta data 10 years ago
Wladimir J. van der Laan 783b182c8f Remove dummy PRIszX macros for formatting 11 years ago
Wladimir J. van der Laan 09ec3af166 AddToWallet implies BindWallet 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 11 years ago
Wladimir J. van der Laan d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 11 years ago
Gavin Andresen 731b89b8b5 Track and report wallet transaction clones 11 years ago
Jeff Garzik 518f3bdae3 Add -zapwallettxes cli/config option, used for wallet recovery 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Cozz Lovan cdb6c16935 remove setting methods in wallet/walletdb 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Wladimir J. van der Laan b10e147096 wallet: add interface for storing generic data on destinations 11 years ago
Wladimir J. van der Laan 16ec9044d1 Don't create empty transactions when reading corrupted wallet 11 years ago
Philip Kaufmann fabba0e6cc orphan spaces cleanup ;-) 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
phantomcircuit bc68788317 comment explaining new wallet format for key/wkey entries 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
patrick s 6e51b3bddf improve wallet load time by removing duplicated calls to EC_KEY_check_key and adding a hash for vchPubKey/vchPrivKey entries in wallet.dat 11 years ago
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. 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv) 12 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 12 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 12 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 12 years ago