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
*
Litecoin: Add scrypt N=1024 PoW
shaolinfry
2021-05-30
1
-2
/
+8
*
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-29
1
-16
/
+27
|
\
|
*
txdb: add CCoinsViewDB::ChangeCacheSize
James O'Beirne
2020-07-01
1
-16
/
+27
*
|
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
1
-1
/
+1
*
|
txdb: Remove unused boost/thread
MarcoFalke
2020-06-04
1
-4
/
+0
|
/
*
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-20
1
-13
/
+1
|
\
|
*
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-30
1
-13
/
+1
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
Get rid of VARINT default argument
Pieter Wuille
2020-02-10
1
-1
/
+1
*
Convert compression.h to new serialization framework
Pieter Wuille
2020-01-21
1
-1
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Add some general std::vector utility functions
Pieter Wuille
2019-10-16
1
-1
/
+2
*
util: Simplify path argument for CBlockTreeDB ctor
Hennadii Stepanov
2019-10-05
1
-1
/
+1
*
refactor: have CCoins* data managed under CChainState
James O'Beirne
2019-08-15
1
-1
/
+1
*
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
1
-2
/
+2
*
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-2
/
+3
*
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-08
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
*
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2019-05-19
1
-0
/
+1
|
\
|
*
Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2018-08-02
1
-0
/
+1
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
*
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
[next]