Age | Commit message (Expand) | Author |
2023-01-03 | refactor: use braced init for integer constants instead of c style casts | Pasta |
2022-08-03 | validationcaches: Use size_t for sizes | Carl Dong |
2022-08-03 | cuckoocache: Check for uint32 overflow in setup_bytes | Carl Dong |
2022-08-03 | cuckoocache: Return approximate memory size | Carl Dong |
2022-01-07 | Add FastRange32 function and use it throughout the codebase | Pieter Wuille |
2021-11-29 | refactor: Fix implicit-signed-integer-truncation in cuckoocache.h | MarcoFalke |
2021-01-04 | doc: Use https URLs where possible | Sawyer Billings |
2020-04-08 | tests: Add fuzzing harness for classes/functions in cuckoocache.h | practicalswift |
2019-11-29 | Use correct C++11 header for std::swap() | Hennadii Stepanov |
2019-10-10 | doc: Doxygen-friendly CuckooCache comments | Jon Layton |
2018-08-27 | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift |
2018-03-27 | Use explicit casting in cuckoocache's compute_hashes(...) to clarify integer ... | practicalswift |
2018-03-21 | Fix typos | Dimitris Apostolou |
2017-08-26 | Fix header guards using reserved identifiers | Dan Raviv |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-06-24 | Merge #10577: Add an explanation of quickly hashing onto a non-power of two r... | Wladimir J. van der Laan |
2017-06-22 | Fixed multiple typos | Dimitris Tsapakidis |
2017-06-12 | Add an explanation of quickly hashing onto a non-power of two range. | Gregory Maxwell |
2017-04-03 | Merge #9533: Allow non-power-of-2 signature cache sizes | Wladimir J. van der Laan |
2017-01-27 | [trivial] Fix typos in comments | practicalswift |
2017-01-12 | Allow non-power-of-2 signature cache sizes | Pieter Wuille |
2016-12-14 | Add CuckooCache implementation and replace the sigcache map_type with it | Jeremy Rubin |