aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/routerset.c
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-10-21Allow mutiple lines on configuration for ROUTERSET entries. #28361Daniel Pinto
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-06-24Make routerset_contains_router() support IPv6Neel Chauhan
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-01Add comments to try to prevent recurrence of #31495.Nick Mathewson
2019-09-03Merge branch 'tor-github/pr/1269'George Kadianakis
2019-08-28Document configuration type definition functions for routerset_tNick Mathewson
2019-08-28Routerset config parsing: represent empty sets as NULL.Nick Mathewson
2019-08-28Remove extraneous "n" from comment in routerset.cNick Mathewson
2019-06-25Port confparse to use struct_var in place of typed_var.Nick Mathewson
2019-06-24Partially port routerset to being a full-fledged config type again.Nick Mathewson
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick 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-09-25Revise things that had included router.h beforeNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson