aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_replay.c
Commit message (Collapse)AuthorAge
* Use size_t for length in replaycache_add_test_and_elapsed()Arlo Breault2013-08-04
| | | | | | For consistency with the rest of buffer lengths in Tor. See #8960
* Remove an unused variable in test_replaycache_scrubNick Mathewson2013-07-16
|
* Add more replaycache.c unit tests, bringing coverage to 100% for that fileAndrea Shepard2013-07-16
|
* Fix even more dead code and resource leaks in the unit testsNick Mathewson2013-02-11
| | | | Found by coverity
* Update the copyright date to 201.Nick Mathewson2013-01-16
|
* Fix a bunch of "implicit 64->32" warnings from introduce refactoringNick Mathewson2012-08-03
|
* Implement replaycache_t for bug 6177, and unit tests for the precedingAndrea Shepard2012-07-31