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
/
txdb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4748
Pieter Wuille
2014-08-26
1
-0
/
+1
|
\
|
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
|
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-26
1
-5
/
+8
|
/
*
Allow BatchWrite to destroy its input, reducing copying
Pieter Wuille
2014-08-24
1
-2
/
+5
*
Changed LevelDB cursors to use scoped pointers to ensure destruction when goi...
Ross Nicoll
2014-08-16
1
-4
/
+2
*
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-07-01
1
-2
/
+2
*
Refactor proof of work related functions out of main
jtimon
2014-06-23
1
-2
/
+3
*
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
1
-6
/
+0
*
use standard __func__ instead of __PRETTY_FUNCTION__
Philip Kaufmann
2014-04-30
1
-2
/
+2
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-1
/
+1
*
extend std::exception logging in txdb.cpp
Philip Kaufmann
2013-12-20
1
-6
/
+6
*
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
1
-13
/
+10
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-4
/
+6
*
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Brandon Dahler
2013-11-08
1
-1
/
+1
*
Do not use the redundant BestInvalidWork record in the block database.
Pieter Wuille
2013-11-01
1
-5
/
+1
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-4
/
+0
|
/
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-1
/
+1
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-1
/
+2
*
Improve gettxoutsetinfo command
Pieter Wuille
2013-05-01
1
-3
/
+19
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-2
/
+4
*
Merge pull request #2221 from sipa/perfo
Gavin Andresen
2013-02-22
1
-3
/
+3
|
\
|
*
Various performance tweaks to CCoinsView
Pieter Wuille
2013-01-26
1
-3
/
+3
*
|
Rename database directories
Pieter Wuille
2013-01-28
1
-2
/
+2
|
/
*
Add optional transaction index to databases
Pieter Wuille
2013-01-18
1
-0
/
+23
*
Add -reindex, to perform in-place reindexing of block chain files
Pieter Wuille
2012-11-09
1
-2
/
+14
*
Cache size optimizations
Pieter Wuille
2012-11-04
1
-2
/
+2
*
Bugfix: don't crash by trying to write unchanged best block
Pieter Wuille
2012-10-28
1
-1
/
+2
*
Remove BDB block database support
Pieter Wuille
2012-10-20
1
-0
/
+189