Age | Commit message (Expand) | Author |
---|---|---|
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 |