aboutsummaryrefslogtreecommitdiff
path: root/src/cuckoocache.h
Commit message (Expand)AuthorAgeFilesLines
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-3/+3
* Use explicit casting in cuckoocache's compute_hashes(...) to clarify integer ...practicalswift2018-03-271-8/+8
* Fix typosDimitris Apostolou2018-03-211-1/+1
* Fix header guards using reserved identifiersDan Raviv2017-08-261-3/+3
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Merge #10577: Add an explanation of quickly hashing onto a non-power of two r...Wladimir J. van der Laan2017-06-241-0/+31
|\
| * Add an explanation of quickly hashing onto a non-power of two range.Gregory Maxwell2017-06-121-0/+31
* | Fixed multiple typosDimitris Tsapakidis2017-06-221-2/+2
|/
* Merge #9533: Allow non-power-of-2 signature cache sizesWladimir J. van der Laan2017-04-031-18/+11
|\
| * Allow non-power-of-2 signature cache sizesPieter Wuille2017-01-121-18/+11
* | [trivial] Fix typos in commentspracticalswift2017-01-271-2/+2
|/
* Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin2016-12-141-0/+457