Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-01-17 | Merge branch 'ticket32806' | Nick Mathewson | |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-12-19 | Move TestingDirVote{Exit,Guard,HSdir}{,IsStrict} to dirauth module | Nick Mathewson | |
2019-12-19 | Declare relay/dirauth subsystem levels in a header. | Nick Mathewson | |
This way, we can't get out of sync between the two declarations. | |||
2019-12-19 | Add config object for dirauth; move one option there. | Nick Mathewson | |
I've chosen the "AuthDirMaxServersPerAddr" option here for simplicity, since it is used literally nowhere else besides the dirauth module. Once we have all the infrastructure in place for this, we can move more options into this structure. | |||
2019-12-19 | Add "stub" files for disabled modules. | Nick Mathewson | |
These modules are only built when the selected modules are disabled. The provide stub implementations of the subsystem blocks. Later, other stub implementations could move here. Having real subsystem blocks here will let us handle disabled configuration options better. | |||
2019-11-14 | relay: Disable relay_sys when the relay module is disabled | teor | |
Closes ticket 32245. | |||
2019-10-26 | doxygen: add @file declarations for src/feature/ | Nick Mathewson | |
If a file doesn't use the file command (either \file or @file), Doxygen won't try to process it. | |||
2019-06-05 | Run "make autostyle." | Nick Mathewson | |
2019-04-30 | Move dirauth periodic events into dirauth module. | Nick Mathewson | |
Closes ticket 30294. |