Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-06 | Wrap columnar tables in "clang-format off/on" | Nick Mathewson | |
These tables have aligned comments, so we don't want clang-format to mess with them. | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-12-20 | Replace several C identifiers. | teor | |
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ EXPOSE_CLEAN_BACKTRACE BACKTRACE_PRIVATE \ TOR_CHANNEL_INTERNAL_ CHANNEL_OBJECT_PRIVATE \ CHANNEL_PRIVATE_ CHANNEL_FILE_PRIVATE \ EXPOSE_ROUTERDESC_TOKEN_TABLE ROUTERDESC_TOKEN_TABLE_PRIVATE \ SCHEDULER_PRIVATE_ SCHEDULER_PRIVATE | |||
2019-06-06 | Merge branch 'bug30781_035' into bug30781_040 | teor | |
2019-06-06 | Merge branch 'bug30781_034' into bug30781_035 | teor | |
Moved fix from src/or/routerparse.c to src/feature/dirparse/routerparse.c. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2018-12-18 | Avoid a needless decode/re-encode step in assigning onion keys | Nick Mathewson | |
Previously we had decoded the asn.1 to get a public key, and then discarded the asn.1 so that we had to re-encode the key to store it in the onion_pkey field of a microdesc_t or routerinfo_t. Now we can just do a tor_memdup() instead, which should be loads faster. | |||
2018-10-01 | Remove versions.h include from routerparse.h | Nick Mathewson | |
2018-10-01 | Remove unused headers from routerparse.c | Nick Mathewson | |
2018-10-01 | Extract addr-policy parsing code. | Nick Mathewson | |
2018-10-01 | Move summarize_protover_flags to versions.c | Nick Mathewson | |
2018-10-01 | extract networkstatus parsing to its own file. | Nick Mathewson | |
2018-10-01 | Pull detached-signatures code into dirauth. | Nick Mathewson | |
2018-10-01 | Split microdescriptor parser into its own file. | Nick Mathewson | |
2018-10-01 | Remove addr_policy_assert_ok() as unused | Nick Mathewson | |
2018-10-01 | Remove dump_distinct_digest_count() | Nick Mathewson | |
It was disabled-by-default for ages, and it no longer compiles. I think it's safe to call it obsolete. | |||
2018-10-01 | Remove router_get_dir_hash as unused. | Nick Mathewson | |
2018-10-01 | Move v2 hs parsing into feature/rend | Nick Mathewson | |
2018-10-01 | Split the authority-cert and signature/hash code from routerparse | Nick Mathewson | |
2018-10-01 | Extract the version-managing code from routerparse.c | Nick Mathewson | |
Leave the versions.h include in routerparse.h for now; I'll remove it later. | |||
2018-10-01 | Extract logic for dumping unparseable junk from routerparse.c | Nick Mathewson | |
2018-10-01 | Move routerparse and parsecommon to their own module. | Nick Mathewson | |