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.h
Age
Commit message (
Expand
)
Author
2024-03-12
index: cache last block filter header
furszy
2024-03-12
index: blockfilter, decouple header lookup into its own function
furszy
2024-03-12
index: blockfilter, decouple Write into its own function
furszy
2023-08-17
Remove unused includes from blockfilter.h
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-03
refactor: move DEFAULT_BLOCKFILTERINDEX from val to blockfilterindex
fanquake
2022-09-13
refactor: use std::string for index names
stickies-v
2022-08-31
refactor: add LIFETIMEBOUND to blockfilter where needed
stickies-v
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-05-12
Increase threadsafety annotation coverage
Anthony Towns
2022-05-02
Make sanity check in GCSFilter constructor optional
Patrick Strateman
2022-04-25
Index: Use prune locks for blockfilterindex
Fabian Jahr
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-10
Move Hashers to util/hasher.{cpp/h}
Andrew Chow
2020-05-22
[doc] Add comment for m_headers_cache
John Newbery
2020-05-18
[indexes] Add compact block filter headers cache
John Newbery
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