aboutsummaryrefslogtreecommitdiff
path: root/src/cuckoocache.h
AgeCommit message (Expand)Author
2022-08-03validationcaches: Use size_t for sizesCarl Dong
2022-08-03cuckoocache: Check for uint32 overflow in setup_bytesCarl Dong
2022-08-03cuckoocache: Return approximate memory sizeCarl Dong
2022-01-07Add FastRange32 function and use it throughout the codebasePieter Wuille
2021-11-29refactor: Fix implicit-signed-integer-truncation in cuckoocache.hMarcoFalke
2021-01-04doc: Use https URLs where possibleSawyer Billings
2020-04-08tests: Add fuzzing harness for classes/functions in cuckoocache.hpracticalswift
2019-11-29Use correct C++11 header for std::swap()Hennadii Stepanov
2019-10-10doc: Doxygen-friendly CuckooCache commentsJon Layton
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-03-27Use explicit casting in cuckoocache's compute_hashes(...) to clarify integer ...practicalswift
2018-03-21Fix typosDimitris Apostolou
2017-08-26Fix header guards using reserved identifiersDan Raviv
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-06-24Merge #10577: Add an explanation of quickly hashing onto a non-power of two r...Wladimir J. van der Laan
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-12Add an explanation of quickly hashing onto a non-power of two range.Gregory Maxwell
2017-04-03Merge #9533: Allow non-power-of-2 signature cache sizesWladimir J. van der Laan
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-12Allow non-power-of-2 signature cache sizesPieter Wuille
2016-12-14Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin