aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/zipfs_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move ZipFs from zenserver frontend into zenhttp (#980)Stefan Boberg2026-04-201-0/+221
Moves `ZipFs` from `src/zenserver/frontend/` to `src/zenhttp/` so any binary linking `zenhttp` can serve a bundled web UI from a zip archive (motivator: the upcoming `zen trace serve` subcommand).