Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | Run crypto_prefork() before start_daemon(). | Nick Mathewson | |
Without this, RunAsDaemon breaks NSS. Fixes bug 27664; bug not in any released Tor. | |||
2018-08-08 | Call crypto_postfork on start_daemon() instead. | Nick Mathewson | |
2018-08-08 | Make finish_daemon() return a boolean to say whether it did anything. | Nick Mathewson | |
2018-07-10 | File-level summary documentation for src/lib/*/*.[ch] | Nick Mathewson | |
2018-06-28 | Extract process-management functionality into a new lib/process | Nick Mathewson | |
Note that procmon does *not* go here, since procmon needs to integrate with the event loop. |