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 AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-3
/
+4
*
Scrypt n=1024 PoW hash
Ross Nicoll
2019-04-03
1
-1
/
+2
*
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-2
/
+1
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
1
-2
/
+2
*
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
1
-176
/
+0
*
db: Make reusable base class for index databases.
Jim Posen
2018-06-04
1
-3
/
+7
*
db: Remove obsolete methods from CBlockTreeDB.
Jim Posen
2018-06-04
1
-11
/
+0
*
[db] Migration for txindex data to new, separate database.
Jim Posen
2018-04-25
1
-0
/
+139
*
[db] Create separate database for txindex.
Jim Posen
2018-04-25
1
-0
/
+32
*
[logging] Comment all continuing logs.
John Newbery
2018-04-07
1
-2
/
+2
*
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
|
*
-blocksdir: keep blockindex leveldb database in datadir
Jonas Schnelli
2018-03-20
1
-1
/
+1
|
*
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-11
1
-1
/
+1
*
|
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-15
1
-2
/
+2
*
|
Support deserializing into temporaries
Pieter Wuille
2018-03-13
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
-10
/
+10
*
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...
Jonas Schnelli
2017-09-07
1
-3
/
+3
|
\
|
*
Drop upgrade-cancel callback registration for a generic "resumeable"
Matt Corallo
2017-08-20
1
-3
/
+3
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
|
/
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
*
Skip remainder of init if upgrade is cancelled
Matt Corallo
2017-08-07
1
-1
/
+1
*
Force on-the-fly compaction during pertxout upgrade
Pieter Wuille
2017-07-27
1
-1
/
+5
*
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-07
1
-1
/
+1
*
Report [CANCELLED] instead of [DONE] when shut down during txdb upgrade
Jonas Schnelli
2017-06-29
1
-1
/
+1
*
Report txdb upgrade not more often then every 10%
Jonas Schnelli
2017-06-29
1
-2
/
+8
*
Show txdb upgrade progress in debug log
Jonas Schnelli
2017-06-29
1
-1
/
+4
*
Allow to cancel the txdb upgrade via splashscreen callback
Jonas Schnelli
2017-06-29
1
-0
/
+9
*
Allow to shut down during txdb upgrade
Jonas Schnelli
2017-06-29
1
-0
/
+3
*
[qa] Test non-atomic chainstate writes
Suhas Daftuar
2017-06-26
1
-1
/
+1
*
Dont create pcoinsTip until after ReplayBlocks.
Matt Corallo
2017-06-26
1
-7
/
+1
*
Random db flush crash simulator
Pieter Wuille
2017-06-26
1
-1
/
+10
*
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-26
1
-2
/
+46
*
Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI...
Wladimir J. van der Laan
2017-06-25
1
-4
/
+4
|
\
|
*
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts()
Jorge Timón
2017-05-18
1
-4
/
+4
*
|
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
1
-10
/
+10
*
|
Rename CCoinsCacheEntry::coins to coin
Pieter Wuille
2017-06-01
1
-2
/
+2
*
|
[MOVEONLY] Move old CCoins class to txdb.cpp
Pieter Wuille
2017-06-01
1
-0
/
+55
*
|
Upgrade from per-tx database to per-txout
Pieter Wuille
2017-06-01
1
-0
/
+45
*
|
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
1
-17
/
+49
*
|
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-26
1
-0
/
+5
*
|
Fix: make CCoinsViewDbCursor::Seek work for missing keys
Pieter Wuille
2017-05-23
1
-1
/
+5
|
/
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-1
/
+1
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-1
/
+1
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-12
/
+10
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
1
-1
/
+1
*
Merge #7815: Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-05-06
1
-5
/
+3
|
\
|
*
Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-04-15
1
-5
/
+3
[next]