Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-03-26 | Add a SUBSYS_DECLARE_LOCATION() to every subsystem. | Nick Mathewson | |
2020-02-24 | Move process subsystem after evloop. | Nick Mathewson | |
Process uses evloop, and so should be initialized after it. | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-12-21 | Fix priority on process subsystem level: it uses "net" | Nick Mathewson | |
2018-12-21 | Use the subsystem list to initialize and shutdown process module. | Alexander Færøy | |
This patch makes the process module use the subsystem list for initializing and shutting down. See: https://bugs.torproject.org/28847 |