summaryrefslogtreecommitdiff
path: root/src/test/test_routerset.c
AgeCommit message (Expand)Author
2016-10-27Convert remaining files to smartlist_add_strdupovercaffeinated
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2015-10-02Fix "make check-spaces"Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'Nick Mathewson
2015-09-16Ignore accept6/reject6 IPv4, warn about unexpected rule outcomesteor (Tim Wilson-Brown)
2015-09-14Add unit tests for wildcard, IPv4, IPv6 routerset parsingteor (Tim Wilson-Brown)
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-09-15Don't pass invalid memory regions to digestmap_set/get in test_routerlistNick Mathewson
2014-09-03Fix the leaks that valgrind found in the new routerset tests.Nick Mathewson
2014-09-02Use real pointers in unit tests, not (void*)101 etcNick Mathewson
2014-08-29Fix some coverity warnings in new routerset testsNick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch