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
/
index
/
blockfilterindex.cpp
Age
Commit message (
Expand
)
Author
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-09-12
Merge bitcoin/bitcoin#28427: index: coinstats reorg, fail when block cannot b...
fanquake
2023-09-08
refactor: remove clientversion include from dbwrapper.h
Cory Fields
2023-09-08
index: add [nodiscard] attribute to functions writing to the db
furszy
2023-08-17
Remove unused includes from blockfilter.h
MarcoFalke
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-01-31
refactor: use `Hash` helper for double-SHA256 calculations
Sebastian Falbesoner
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-13
refactor: use std::string for index names
stickies-v
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-18
indexes, refactor: Remove CChainState use in index CommitInternal method
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index Rewind methods
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methods
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index Init methods
Ryan Ofsky
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-07-07
Merge bitcoin/bitcoin#24832: index: Verify the block filter hash when reading...
fanquake
2022-06-29
Use AutoFile where possible
MacroFake
2022-05-02
Make sanity check in GCSFilter constructor optional
Patrick Strateman
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-01
refactor: [index] Replace deprecated char with uint8_t in serialization
MarcoFalke
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-01-05
Merge #19846: build: enable unused member function diagnostic
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-09-22
refactor: took out unused member functions
Zero
2020-05-21
Merge #18960: indexes: Add compact block filter headers cache
Wladimir J. van der Laan
2020-05-18
[indexes] Add compact block filter headers cache
John Newbery
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2019-06-26
Add Travis check for single parameter constructors not marked "explicit"
practicalswift
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