| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/main' into sb/tourist | Stefan Boberg | 36 hours | 1 | -2/+2 |
| | | |||||
| * | Move ZipFs from zenserver frontend into zenhttp | Stefan Boberg | 3 days | 1 | -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`. | |||||