Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | Check for NULL from tor_dup_ip() | rl1987 | |
2020-04-30 | relay: Fix a comment typo in the selftest.c header | teor | |
2020-03-20 | relay: Move inform_testing_rechability() to relay | teor | |
Move inform_testing_rechability() to the relay module, and disable it when the relay module is disabled. Part of 33633. | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-12-20 | Code Style: Delete PRIVATE defines that are never used | teor | |
Some ".c" files define *_PRIVATE macros, but those macros are not used in any header file. Delete them. These changes were created using the "make autostyle" from 32522, and then split into commits. | |||
2019-05-06 | Move "relay" and "router" periodic callbacks out of mainloop.c | Nick Mathewson | |
(Some of these callbacks are specific to the OR module, so now it's time to have an or_sys and or_periodic.) | |||
2019-03-25 | Split all controller events code into a new control_events.c | Nick Mathewson | |
Also, split the formatting code shared by control.c and control_events.c into controller_fmt.c. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-09-25 | Revise things that had included router.h before | Nick Mathewson | |
Make them only include the headers that they needed, and sort their headers while we're at it. | |||
2018-09-25 | Move self-test functionality into its own file. | Nick Mathewson | |