index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
walletdb.cpp
Age
Commit message (
Expand
)
Author
2014-02-24
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-22
Don't use PRIx64 formatting derives from inttypes.h
Wladimir J. van der Laan
2014-02-16
Merge pull request #3646
Wladimir J. van der Laan
2014-02-15
Merge pull request #3671 from gavinandresen/txn_conflicts
Gavin Andresen
2014-02-14
Track and report wallet transaction clones
Gavin Andresen
2014-02-14
Add -zapwallettxes cli/config option, used for wallet recovery
Jeff Garzik
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-07
remove setting methods in wallet/walletdb
Cozz Lovan
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-19
wallet: add interface for storing generic data on destinations
Wladimir J. van der Laan
2013-12-16
Don't create empty transactions when reading corrupted wallet
Wladimir J. van der Laan
2013-11-20
Merge pull request #3257
Wladimir J. van der Laan
2013-11-15
orphan spaces cleanup ;-)
Philip Kaufmann
2013-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-16
Merge pull request #2950 from pstratem/walletload
Gavin Andresen
2013-10-12
comment explaining new wallet format for key/wkey entries
phantomcircuit
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-08-28
improve wallet load time by removing duplicated calls to EC_KEY_check_key and...
patrick s
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-07-31
Remove #define loop from util.h
Gavin Andresen
2013-07-15
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...
Luke Dashjr
2013-06-22
Add GetKeyBirthTimes to wallet
Pieter Wuille
2013-06-20
Refactor keytime/metadata and wallet encryption bugfix
Pieter Wuille
2013-06-10
Wallet: store key creation time. Calculate whole-wallet birthday.
Jeff Garzik
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-04-07
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-06
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-03
Clean up shutdown process
Gavin Andresen
2013-04-03
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-01-30
CValidationState framework
Pieter Wuille
2013-01-01
Remove 'T' from remaining date/time format strings.
Jeff Garzik
2012-12-12
Change timestamps to use ISO8601 formatting
Richard Schwab
2012-10-08
Handle corrupt wallets gracefully.
Gavin Andresen
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-08-23
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-22
Merge branch 'dbenv' into tmp
Jeff Garzik
2012-05-19
Further CDBEnv encapsulation work.
Jeff Garzik
2012-05-19
Encapsulate BDB environment inside new CDBEnv class
Jeff Garzik
2012-05-18
Update License in File Headers
Fordy
2012-05-13
ensure that no double timestamps show up in the debug.log, by removing manual...
Philip Kaufmann
2012-05-05
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...
Luke Dashjr
2012-04-17
Further reduce header dependencies
Pieter Wuille
[next]