aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_routerset.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-06-24Add routerset_contains_router() testNeel Chauhan
2020-01-09Fix wide lines from NS() removal fallout.Nick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-09Replace various NS_MODULE/SUBMODULE vals with shorter names.Nick Mathewson
2020-01-09Put all NS_DECL invocations on single lines.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-10-14Merge branch 'bug27772_squashed'Nick Mathewson
2018-10-14Fix various GCC LTO warnings in the unit tests.Nick Mathewson
2018-10-01Extract addr-policy parsing code.Nick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-01Extract addr_policy_t into a new header.Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move extend_info_t into its own header.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Extract routerstatus_t into its own header.Nick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-11-17Make all the free() functions from container.h clear their targetsNick Mathewson
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
2017-08-22Refactor node lookup APIs to take flagsNick Mathewson
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