Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-05 | Run "make autostyle." | Nick Mathewson | |
2019-05-02 | Add comments to include.am files to note where new sources go | Nick Mathewson | |
This mechanism isn't perfect, and sometimes it will guess wrong, but it will help our automation. | |||
2019-03-26 | Merge branch 'messaging_v3' into messaging_v3_merged | Nick Mathewson | |
2019-03-25 | Code to manage publish/subscribe setup via subsystem interface. | Nick Mathewson | |
This commit has the necessary logic to run the publish/subscribe system from the mainloop, and to initialize it on startup and tear it down later. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-11-09 | Document that subsystem callbacks are optional. | Nick Mathewson | |
2018-11-09 | Explain that configuration should happen elsewhere, but not init. | Nick Mathewson | |
2018-11-05 | Move prefork, postfork, and thread-exit hooks into subsys | Nick Mathewson | |
So far, crypto is the only module that uses them, but others are likely to do so in the future. | |||
2018-11-05 | Use subsystems manager for subsystems used in tests. | Nick Mathewson | |
2018-11-05 | Code to manage the list of subsystems. | Nick Mathewson | |
2018-11-01 | Declare the subsystem structure. | Nick Mathewson | |