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
/
cuckoocache.h
Age
Commit message (
Expand
)
Author
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