summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-02-25Add missing includesJoel Klinghed
Code compiled earlier because of implicit includes but libc++ has been cleaning that up.
2021-11-28Fix building tests in releaseJoel Klinghed
2021-11-26Create daemon module and use it from serverJoel 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.
2021-11-23Make config keep the absolute root to load relative files fromJoel Klinghed
This means Config::get_path will continue to work even if we change current directory in the process (when the path the config was loaded from was relative).
2021-11-23Avoid quirks mode by specifying doctype htmlJoel Klinghed
2021-11-18strutil: Add to_lower_asciiJoel Klinghed
2021-11-17Travel3: Simple image and video display siteJoel Klinghed
Reads the images and videos from filesystem and builds a site in memroy.