| Age | Commit message (Collapse) | Author |
|
Code compiled earlier because of implicit includes but libc++ has
been cleaning that up.
|
|
|
|
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.
|
|
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).
|
|
|
|
|
|
Reads the images and videos from filesystem and builds a site in
memroy.
|