Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-10-15 | Add a function to get an ed25519 ID from a routerinfo. | Nick Mathewson | |
2020-05-07 | routerinfo: Make router_get_orport() return an error status | teor | |
Part of 33222. | |||
2020-04-30 | relay: Add an address family to self-test launches | teor | |
Add an address family argument to the functions that launch relay ORPort self-test circuits. Part of 33222. | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-08-19 | nodelist: Move router_get_verbose_nickname() declaration | teor | |
The declaration was in nodelist/routerinfo.h, but the implementation was in nodelist/describe.h. Part of 21003. | |||
2019-06-05 | Run "make autostyle." | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-09-25 | Move routerinfo_t functions out of router.c | Nick Mathewson | |
(It turns out that some of the functions in router.h didn't even exist any more, so I just got to delete their declarations completely.) |