| Age | Commit message (Collapse) | Author |
|
Just shows what data we extracted from an image, good for debugging.
Make it clear that travels-server is to be installed and dump-image
is not.
|
|
The old ones was marked as deprecated in openssl 3.0.0 but
the replaments have been in openssl since 1.1.0.
|
|
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.
|
|
Reads the images and videos from filesystem and builds a site in
memroy.
|