| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-25 | Add missing includes | Joel Klinghed | |
| Code compiled earlier because of implicit includes but libc++ has been cleaning that up. | |||
| 2021-11-28 | Fix building tests in release | Joel Klinghed | |
| 2021-11-26 | Create daemon module and use it from server | Joel Klinghed | |
| Need to run setup() after forking, otherwise each TaskRunner created in setup() will dead-lock at exit as there are now two copies of each of them but not of the threads causing the destructors to lock. This made setup a little bit more complicated as it has to forward the log and status to parent process but I turned out quite nice. | |||
