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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make threshold for flushing more conservative.
Alex Morcos
2017-04-05
1
-2
/
+4
*
Lower default memory footprint slightly
Alex Morcos
2017-04-05
1
-1
/
+1
*
Make pcoinsTip memory calculations consistent
Alex Morcos
2017-04-05
1
-1
/
+5
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-1
/
+1
*
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
1
-1
/
+1
*
Bump `-dbcache` default to 300MiB
Wladimir J. van der Laan
2016-07-06
1
-3
/
+11
*
Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-04-15
1
-4
/
+29
*
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Wladimir J. van der Laan
2016-04-15
1
-1
/
+25
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
leveldbwrapper file rename to dbwrapper.*
Jeff Garzik
2015-10-22
1
-1
/
+1
*
leveldbwrapper symbol rename: Remove "Level" from class, etc. names
Jeff Garzik
2015-10-22
1
-3
/
+3
*
Cache tweak and logging improvements
Pieter Wuille
2015-05-11
1
-1
/
+1
*
Fix clang compile warnings intriduced in #5681
Michael Ford
2015-03-29
1
-1
/
+1
*
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-24
1
-2
/
+4
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Do all block index writes in a batch
Pieter Wuille
2014-11-25
1
-3
/
+1
*
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-21
1
-5
/
+5
*
Fix all header defines
Pavel Janík
2014-11-03
1
-3
/
+3
*
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-23
1
-2
/
+0
*
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-26
1
-4
/
+4
*
Allow BatchWrite to destroy its input, reducing copying
Pieter Wuille
2014-08-24
1
-1
/
+1
*
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-07-01
1
-1
/
+1
*
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
1
-2
/
+0
*
Change new constants in txdb.h to int64_t
Wladimir J. van der Laan
2014-02-18
1
-3
/
+3
*
add constants for shared (GUI/core) -dbcache settings
Philip Kaufmann
2014-02-17
1
-0
/
+7
*
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
1
-3
/
+3
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-1
/
+11
*
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Brandon Dahler
2013-11-08
1
-3
/
+3
*
Do not use the redundant BestInvalidWork record in the block database.
Pieter Wuille
2013-11-01
1
-1
/
+0
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
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
/
+4
*
Add -reindex, to perform in-place reindexing of block chain files
Pieter Wuille
2012-11-09
1
-2
/
+4
*
Cache size optimizations
Pieter Wuille
2012-11-04
1
-2
/
+2
*
Remove BDB block database support
Pieter Wuille
2012-10-20
1
-8
/
+41
*
LevelDB block and coin databases
Pieter Wuille
2012-10-20
1
-0
/
+14