aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/zipfs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/main' into sb/touristStefan Boberg36 hours1-2/+2
|
* Move ZipFs from zenserver frontend into zenhttpStefan Boberg3 days1-0/+228
- Makes ZipFs available to any binary that links zenhttp so it can be reused by the upcoming `zen trace serve` subcommand which needs to serve a bundled web UI from a zip archive. - Moves zlib dependency from zenserver to zenhttp where ZipFs now lives. - Renames the test suite from `server.zipfs` to `http.zipfs` and hooks the test file into zenhttp's forcelink chain so it runs under `xmake test --run=http`.