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
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
2017-06-26
Random db flush crash simulator
Pieter Wuille
2017-06-26
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-25
Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI...
Wladimir J. van der Laan
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Rename CCoinsCacheEntry::coins to coin
Pieter Wuille
2017-06-01
[MOVEONLY] Move old CCoins class to txdb.cpp
Pieter Wuille
2017-06-01
Upgrade from per-tx database to per-txout
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-05-26
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-23
Fix: make CCoinsViewDbCursor::Seek work for missing keys
Pieter Wuille
2017-05-18
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts()
Jorge Timón
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-05-06
Merge #7815: Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-04-23
dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator
Wladimir J. van der Laan
2016-04-18
txdb: Fix assert crash in new UTXO set cursor
Wladimir J. van der Laan
2016-04-15
Break circular dependency main ↔ txdb
Wladimir J. van der Laan
[next]