aboutsummaryrefslogtreecommitdiff
path: root/zenserver/frontend
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-025-407/+0
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-241-1/+1
* #pragma once added to some headersStefan Boberg2023-04-201-0/+2
* 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
* The start of a Zip archive can be calculated using its own dataMartin Ridgers2023-02-221-1/+1
* Magic value for Zip LocalFileHeader struct was incorrectMartin Ridgers2023-02-221-1/+1
* Fix/safer html folder detection (#153)v0.1.4-pre26Dan Engelbrecht2022-09-051-9/+19
* 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-214-141/+146
* Serve the /dashboard endpoint from an embedded .zip fileMartin Ridgers2022-03-153-86/+148
* 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
* ZipFs class providing a rudimentary in-memory/memory-mapped file systemMartin Ridgers2022-03-152-0/+194
* Moved experimental/frontend.* to frontend/frontend.*Martin Ridgers2022-03-152-0/+143