index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txdb.cpp
Age
Commit message (
Expand
)
Author
2020-07-29
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-01
txdb: add CCoinsViewDB::ChangeCacheSize
James O'Beirne
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-04
txdb: Remove unused boost/thread
MarcoFalke
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-02-10
Get rid of VARINT default argument
Pieter Wuille
2020-01-21
Convert compression.h to new serialization framework
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-16
Add some general std::vector utility functions
Pieter Wuille
2019-10-05
util: Simplify path argument for CBlockTreeDB ctor
Hennadii Stepanov
2019-08-15
refactor: have CCoins* data managed under CChainState
James O'Beirne
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-08
refactoring: remove mapBlockIndex global
James O'Beirne
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-19
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-02
Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-04
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
db: Make reusable base class for index databases.
Jim Posen
2018-06-04
db: Remove obsolete methods from CBlockTreeDB.
Jim Posen
2018-04-25
[db] Migration for txindex data to new, separate database.
Jim Posen
2018-04-25
[db] Create separate database for txindex.
Jim Posen
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-03-27
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-20
-blocksdir: keep blockindex leveldb database in datadir
Jonas Schnelli
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-13
Support deserializing into temporaries
Pieter Wuille
2018-03-11
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-07
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...
Jonas Schnelli
2017-08-20
Drop upgrade-cancel callback registration for a generic "resumeable"
Matt Corallo
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-07
Skip remainder of init if upgrade is cancelled
Matt Corallo
2017-07-27
Force on-the-fly compaction during pertxout upgrade
Pieter Wuille
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-06-29
Report [CANCELLED] instead of [DONE] when shut down during txdb upgrade
Jonas Schnelli
2017-06-29
Report txdb upgrade not more often then every 10%
Jonas Schnelli
2017-06-29
Show txdb upgrade progress in debug log
Jonas Schnelli
2017-06-29
Allow to cancel the txdb upgrade via splashscreen callback
Jonas Schnelli
2017-06-29
Allow to shut down during txdb upgrade
Jonas Schnelli
2017-06-26
[qa] Test non-atomic chainstate writes
Suhas Daftuar
2017-06-26
Dont create pcoinsTip until after ReplayBlocks.
Matt Corallo
[next]