| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* moved source directories into `/src`
* updated bundle.lua for new `src` path
* moved some docs, icon
* removed old test trees
|
| |
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
| |
* safer detection of html folder for frontend in debug mode
* changelog
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|