Age | Commit message (Expand) | Author |
2021-05-01 | refactor: [index] Replace deprecated char with uint8_t in serialization | MarcoFalke |
2021-04-19 | rpc, index: Add verbose amounts tracking to Coinstats index | Fabian Jahr |
2021-04-19 | index: Add Coinstats index | Fabian Jahr |
2021-04-13 | Merge #21575: refactor: Create blockstorage module | fanquake |
2021-04-05 | move-only: Move *Disk functions to blockstorage | MarcoFalke |
2021-04-05 | refactor: Remove negative lock annotations from globals | MarcoFalke |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2021-02-11 | Avoid accessing nullpointer in BaseIndex::GetSummary() | Jonas Schnelli |
2021-02-11 | Allow blockfilter in conjunction with prune | Jonas Schnelli |
2021-01-28 | validation: Move FindForkInGlobalIndex to BlockManager | Carl Dong |
2021-01-28 | scripted-diff: Use BlockManager::LookupBlockIndex | Carl Dong |
2021-01-13 | Merge #19935: Move SaltedHashers to separate file and add some new ones | Wladimir J. van der Laan |
2021-01-05 | Merge #19846: build: enable unused member function diagnostic | MarcoFalke |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-11-10 | Move Hashers to util/hasher.{cpp/h} | Andrew Chow |
2020-09-22 | refactor: took out unused member functions | Zero |
2020-08-21 | Merge #19733: Move comment about BaseIndex::DB from TxIndex::DB | fanquake |
2020-08-20 | Merge #19550: rpc: Add getindexinfo RPC | Wladimir J. van der Laan |
2020-08-18 | Remove unused includes | Marcin Jachymiak |
2020-08-18 | Move comment about BaseIndex::DB from TxIndex::DB | Marcin Jachymiak |
2020-08-16 | rpc: Add getindexinfo RPC | Fabian Jahr |
2020-08-15 | Move only: Move CDiskTxPos to its own file | Marcin Jachymiak |
2020-06-27 | scripted-diff: Move ui_interface to the node lib | MarcoFalke |
2020-06-16 | refactor: Use AbortError in FatalError | MarcoFalke |
2020-06-10 | Make SetMiscWarning() accept bilingual_str argument | Hennadii Stepanov |
2020-06-04 | txindex: Remove unused boost/thread | MarcoFalke |
2020-05-22 | [doc] Add comment for m_headers_cache | John Newbery |
2020-05-21 | Merge #18960: indexes: Add compact block filter headers cache | Wladimir J. van der Laan |
2020-05-20 | Merge #18317: Serialization improvements step 6 (all except wallet/gui) | MarcoFalke |
2020-05-18 | [indexes] Add compact block filter headers cache | John Newbery |
2020-05-05 | Make ThreadSafe{MessageBox|Question} bilingual | Hennadii Stepanov |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-30 | Convert everything except wallet/qt to new serialization | Pieter Wuille |
2020-03-19 | Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si... | Wladimir J. van der Laan |
2020-03-11 | [validation interface] Remove vtxConflicted from BlockConnected | John Newbery |
2020-03-02 | make BlockUntilSyncedToCurrentChain() const | Karl-Johan Alm |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-15 | Remove unused includes | practicalswift |
2019-07-24 | scripted-diff: Make translation bilingual | Hennadii Stepanov |
2019-07-24 | Refactor out translation.h | Hennadii Stepanov |
2019-06-26 | Add Travis check for single parameter constructors not marked "explicit" | practicalswift |
2019-05-03 | scripted-diff: replace chainActive -> ::ChainActive() | James O'Beirne |
2019-04-06 | index: Access functions for global block filter indexes. | Jim Posen |
2019-04-06 | index: Implement lookup methods on block filter index. | Jim Posen |
2019-04-06 | index: Implement block filter index with write operations. | Jim Posen |
2019-04-06 | index: Ensure block locator is not stale after chain reorg. | Jim Posen |
2019-04-06 | index: Allow atomic commits of index state to be extended. | Jim Posen |
2019-02-22 | scripted-diff: Rename CBlockDiskPos to FlatFilePos. | Jim Posen |
2019-01-09 | Merge #14085: index: Fix for indexers skipping genesis block. | Wladimir J. van der Laan |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |