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
/
test
/
cuckoocache_tests.cpp
Age
Commit message (
Expand
)
Author
2020-01-22
test: add missing #include to fix compiler errors
Karl-Johan Alm
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-10
doc: Doxygen-friendly CuckooCache comments
Jon Layton
2019-10-09
test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-12-15
Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
practicalswift
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-27
tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
practicalswift
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-03-21
Fix typos
Dimitris Apostolou
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-05
scripted-diff: Rename cuckoo tests' local rand context
Pieter Wuille
2017-04-12
Deduplicate SignatureCacheHasher
Jeremy Rubin
2017-03-30
Decrease testcase sizes in cuckoocache tests
Jeremy Rubin
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-01-22
[Trivial] Grammar and typo correction
Lauda
2016-12-14
Add unit tests for the CuckooCache
Jeremy Rubin