index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
walletdb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-17
/
+17
|
/
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-0
/
+18
*
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-08-22
1
-1
/
+1
*
Remove #define loop from util.h
Gavin Andresen
2013-07-31
1
-2
/
+2
*
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE...
Luke Dashjr
2013-07-15
1
-0
/
+1
*
Add GetKeyBirthTimes to wallet
Pieter Wuille
2013-06-22
1
-0
/
+9
*
Refactor keytime/metadata and wallet encryption bugfix
Pieter Wuille
2013-06-20
1
-2
/
+4
*
Wallet: store key creation time. Calculate whole-wallet birthday.
Jeff Garzik
2013-06-10
1
-29
/
+60
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-1
/
+1
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-39
/
+20
*
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-07
1
-1
/
+1
*
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-06
1
-4
/
+4
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-7
/
+9
*
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-04-03
1
-2
/
+2
*
CValidationState framework
Pieter Wuille
2013-01-30
1
-1
/
+2
*
Remove 'T' from remaining date/time format strings.
Jeff Garzik
2013-01-01
1
-1
/
+1
*
Change timestamps to use ISO8601 formatting
Richard Schwab
2012-12-12
1
-1
/
+1
*
Handle corrupt wallets gracefully.
Gavin Andresen
2012-10-08
1
-178
/
+330
*
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-08
1
-0
/
+4
*
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-08-23
1
-1
/
+96
*
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-17
1
-0
/
+3
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-1
/
+1
*
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-1
/
+1
*
Merge branch 'dbenv' into tmp
Jeff Garzik
2012-05-22
1
-19
/
+13
|
\
|
*
Further CDBEnv encapsulation work.
Jeff Garzik
2012-05-19
1
-12
/
+9
|
*
Encapsulate BDB environment inside new CDBEnv class
Jeff Garzik
2012-05-19
1
-7
/
+4
*
|
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
|
/
*
ensure that no double timestamps show up in the debug.log, by removing manual...
Philip Kaufmann
2012-05-13
1
-1
/
+0
*
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...
Luke Dashjr
2012-05-05
1
-1
/
+1
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-4
/
+4
*
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
1
-0
/
+428
[prev]