Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-12 | Replace operators used as macro arguments with OP_XX macros | Nick Mathewson | |
Part of fix for 13172 | |||
2014-09-15 | Don't pass invalid memory regions to digestmap_set/get in test_routerlist | Nick Mathewson | |
Fixes bug in c887e20e6a5a2c17c65; bug in no released Tor version. | |||
2014-09-03 | Fix the leaks that valgrind found in the new routerset tests. | Nick Mathewson | |
(We have a tests-shouldn't-leak policy so that we won't accidentally ignore true-positives.) | |||
2014-09-02 | Use real pointers in unit tests, not (void*)101 etc | Nick Mathewson | |
The clangalyzer hates (void*)101 etc | |||
2014-08-29 | Fix some coverity warnings in new routerset tests | Nick Mathewson | |
2014-08-29 | Introduce full coverage tests for module routerset.c. | dana koch | |
This is using the paradigm introduced for test_status.c. |