| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 5 | -407/+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 Boberg | 2023-04-24 | 1 | -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 | ||||
| * | #pragma once added to some headers | Stefan Boberg | 2023-04-20 | 1 | -0/+2 |
| | | |||||
| * | Clang format wanted to change one cell from a tab to a space | Martin Ridgers | 2023-02-22 | 1 | -1/+1 |
| | | |||||
| * | Removed unused function | Martin Ridgers | 2023-02-22 | 1 | -129/+0 |
| | | |||||
| * | There is no need to calculate the start of a zip archive. | Martin Ridgers | 2023-02-22 | 1 | -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. | ||||
| * | The start of a Zip archive can be calculated using its own data | Martin Ridgers | 2023-02-22 | 1 | -1/+1 |
| | | |||||
| * | Magic value for Zip LocalFileHeader struct was incorrect | Martin Ridgers | 2023-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix/safer html folder detection (#153)v0.1.4-pre26 | Dan Engelbrecht | 2022-09-05 | 1 | -9/+19 |
| | | | | | * safer detection of html folder for frontend in debug mode * changelog | ||||
| * | merged from main | Stefan Boberg | 2022-06-16 | 1 | -1/+7 |
| | | |||||
| * | clang-format fixes | Stefan Boberg | 2022-06-10 | 1 | -1/+1 |
| | | |||||
| * | frontend: simplified content-type logic | Stefan Boberg | 2022-06-10 | 1 | -26/+15 |
| | | |||||
| * | clang-format | Dan Engelbrecht | 2022-03-21 | 4 | -141/+146 |
| | | |||||
| * | Serve the /dashboard endpoint from an embedded .zip file | Martin Ridgers | 2022-03-15 | 3 | -86/+148 |
| | | |||||
| * | Implemented zip file locating for fat Mach-o binaries | Martin Ridgers | 2022-03-15 | 1 | -1/+33 |
| | | |||||
| * | Function to find .zip appended to a IoBuffer-wrapped executable file | Martin Ridgers | 2022-03-15 | 1 | -0/+97 |
| | | |||||
| * | ZipFs class providing a rudimentary in-memory/memory-mapped file system | Martin Ridgers | 2022-03-15 | 2 | -0/+194 |
| | | |||||
| * | Moved experimental/frontend.* to frontend/frontend.* | Martin Ridgers | 2022-03-15 | 2 | -0/+143 |