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
/
db.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
close old db when rewriting
v0.5.0rc7
v0.5.0
Pieter Wuille
2011-11-20
1
-50
/
+52
*
Never remove database files on shutdown, it caused unreadable wallets on some...
Gavin Andresen
2011-11-20
1
-23
/
+0
*
Only remove database log files on shutdown after wallet encryption/rewrite
v0.5.0rc6
Gavin Andresen
2011-11-17
1
-4
/
+9
*
Tweak handling of boost filesystem versions
Gavin Andresen
2011-11-15
1
-1
/
+1
*
Fix crash-on-osx-on-shutdown bug. And cleanup CDB handling in Rewrite.
Gavin Andresen
2011-11-15
1
-6
/
+13
*
Fix boost filesystem incompatibility problem
v0.5.0rc4
Gavin Andresen
2011-11-15
1
-3
/
+3
*
Obsolete keypool and make sure database removes log files on shutdown.
Gavin Andresen
2011-11-15
1
-19
/
+51
*
Resilvering
Pieter Wuille
2011-11-14
1
-0
/
+90
*
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-1
/
+1
*
remove code that reads addr.txt in LoadAddreses()
Nils Schneider
2011-10-01
1
-18
/
+0
*
Remove wxWidgets
Gavin Andresen
2011-09-26
1
-1
/
+1
*
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-31
1
-2
/
+1
*
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-11
1
-0
/
+1
|
\
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
|
Qualify make_tuple with boost:: namespace.
Venkatesh Srinivas
2011-08-10
1
-2
/
+2
|
/
*
CAddrDB::LoadAddresses: properly initialize CAddress
Jeff Garzik
2011-07-26
1
-1
/
+1
*
Fix bad return values in LoadWallet.
Matt Corallo
2011-07-14
1
-3
/
+3
*
fix warning: unused variable 'X' [-Wunused-variable]
Giel van Schijndel
2011-07-13
1
-2
/
+0
*
Merge pull request #381 from TheBlueMatt/nminversion
Jeff Garzik
2011-07-12
1
-4
/
+11
|
\
|
*
Add minversion to wallet.
Matt Corallo
2011-07-05
1
-4
/
+11
*
|
Make an invalid addrIncoming so that old clients crash.
Matt Corallo
2011-07-13
1
-2
/
+0
*
|
Add wallet privkey encryption.
Matt Corallo
2011-07-13
1
-1
/
+23
*
|
Prepare codebase for Encrypted Keys.
Pieter Wuille
2011-07-08
1
-6
/
+12
|
/
*
Fix missing includes needed for Boost 1.46.
Shane Wegner
2011-06-19
1
-0
/
+1
*
CWallet class
Pieter Wuille
2011-06-15
1
-26
/
+39
*
move wallet code to separate file
Pieter Wuille
2011-06-15
1
-103
/
+0
*
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-14
1
-0
/
+3
|
\
|
*
Only include certain boost headers if necessary.
Jordan Lewis
2011-05-17
1
-0
/
+1
|
*
Only include net.h when we have to
Jordan Lewis
2011-05-15
1
-0
/
+1
|
*
Only include db.h when we have to.
Jordan Lewis
2011-05-15
1
-0
/
+1
*
|
create keypool in LoadWallet()
Nils Schneider
2011-06-03
1
-6
/
+5
|
/
*
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-15
1
-4
/
+7
*
Manual merge of jaromil's source tree reorg commit.
Jeff Garzik
2011-05-09
1
-3
/
+3
*
directory re-organization (keeps the old build system)
Jaromil
2011-04-23
1
-0
/
+1023