aboutsummaryrefslogtreecommitdiff
path: root/zenserver/frontend/frontend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-128/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-241-1/+1
| | | | | a recent change which introduced support for specifying accept: implicitly via the file extension in the URI caused fallout in the dashboard which would fail to serve any content because the extension was stripped from the RelativeUri accessor. This change fixes that by retaining a copy of the Uri string view which includes the suffix additionally, in order to test this change with both asio/http.sys paths I made the path used for all tests configurable in zenserver-test which involved pulling in a change from sb/proto which makes testing configuration a bit more flexible
* Clang format wanted to change one cell from a tab to a spaceMartin Ridgers2023-02-221-1/+1
|
* Removed unused functionMartin Ridgers2023-02-221-129/+0
|
* There is no need to calculate the start of a zip archive.Martin Ridgers2023-02-221-6/+2
| | | | | | | As zip files' directory structures are at the end of an archive, and Zen's dashboard archive is always at the end of the binary, there is no need to workout where the start of the archive is. A future improvement could be to only buffer the tail of the file.
* Fix/safer html folder detection (#153)v0.1.4-pre26Dan Engelbrecht2022-09-051-9/+19
| | | | * safer detection of html folder for frontend in debug mode * changelog
* merged from mainStefan Boberg2022-06-161-1/+7
|
* clang-format fixesStefan Boberg2022-06-101-1/+1
|
* frontend: simplified content-type logicStefan Boberg2022-06-101-26/+15
|
* clang-formatDan Engelbrecht2022-03-211-51/+57
|
* Serve the /dashboard endpoint from an embedded .zip fileMartin Ridgers2022-03-151-80/+82
|
* Implemented zip file locating for fat Mach-o binariesMartin Ridgers2022-03-151-1/+33
|
* Function to find .zip appended to a IoBuffer-wrapped executable fileMartin Ridgers2022-03-151-0/+97
|
* Moved experimental/frontend.* to frontend/frontend.*Martin Ridgers2022-03-151-0/+119