aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirparse/ns_parse.c
AgeCommit message (Expand)Author
2021-10-21Implement a MiddleOnly flag for vote generation.Nick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-19Make dirauths vote the Sybil flag when other flags are zeroed outNeel Chauhan
2020-11-12Fix typos.Samanta Navarro
2020-10-15Mark as required fields from prop315.Nick Mathewson
2020-08-03Rename protover_contains_long_protocol_names to protover_list_is_invalidNick Mathewson
2020-08-03Merge remote-tracking branch 'tor-gitlab/mr/94'Nick Mathewson
2020-07-14Merge branch 'ticket40033_045_01_squashed'Nick Mathewson
2020-07-14Rename blacklist and whitelist wordingDavid Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-02-09dirparse: add helper for recommended/required protocolscypherpunks
2020-02-09dirparse: reject votes with invalid recommended/required protocolscypherpunks
2020-02-09dirparse: curlybraceify if statementscypherpunks
2020-02-09dirparse: reject routerstatus entries with malformed protovercypherpunks
2020-02-09dirparse: reject votes with malformed routerstatus entriescypherpunks
2020-02-06Wrap columnar tables in "clang-format off/on"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-16Rename authcert_members.i to .h, and have it define a macro.Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-11-25Vote on the StaleDesc flag from prop293Nick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
2018-10-01Remove versions.h include from routerparse.hNick Mathewson
2018-10-01extract networkstatus parsing to its own file.Nick Mathewson