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
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-1
/
+1
|
/
*
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
1
-64
/
+0
*
db: Make reusable base class for index databases.
Jim Posen
2018-06-04
1
-7
/
+14
*
db: Remove obsolete methods from CBlockTreeDB.
Jim Posen
2018-06-04
1
-2
/
+0
*
[init] Initialize and start TxIndex in init code.
Jim Posen
2018-04-25
1
-1
/
+1
*
[db] Migration for txindex data to new, separate database.
Jim Posen
2018-04-25
1
-0
/
+4
*
[db] Create separate database for txindex.
Jim Posen
2018-04-25
1
-3
/
+29
*
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-04-10
1
-1
/
+1
|
\
|
*
Support serialization as another type without casting
Pieter Wuille
2018-03-20
1
-1
/
+1
*
|
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-1
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
|
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
2017-10-05
1
-4
/
+4
|
\
\
|
*
|
Consistent parameter names in txdb.h
MeshCollider
2017-09-07
1
-4
/
+4
|
|
/
*
/
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-09-16
1
-4
/
+4
|
/
*
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-21
1
-1
/
+1
|
\
|
*
optim: mark a few classes final
Cory Fields
2017-07-17
1
-1
/
+1
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-2
/
+2
|
/
*
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-28
1
-3
/
+4
|
\
|
*
Adapt memory usage estimation for flushing
Pieter Wuille
2017-06-26
1
-3
/
+1
|
*
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-26
1
-0
/
+3
*
|
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-5
/
+5
|
/
*
Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI...
Wladimir J. van der Laan
2017-06-25
1
-1
/
+1
|
\
|
*
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts()
Jorge Timón
2017-05-18
1
-1
/
+1
*
|
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-2
/
+2
*
|
Upgrade from per-tx database to per-txout
Pieter Wuille
2017-06-01
1
-0
/
+2
*
|
Reduce reserved memory space for flushing
Pieter Wuille
2017-06-01
1
-3
/
+1
*
|
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-8
/
+8
*
|
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-26
1
-0
/
+2
|
/
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-3
/
+1
*
Make threshold for flushing more conservative.
Alex Morcos
2017-03-31
1
-2
/
+4
*
Lower default memory footprint slightly
Alex Morcos
2017-03-31
1
-1
/
+1
*
Make pcoinsTip memory calculations consistent
Alex Morcos
2017-03-31
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
[next]