aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpnull.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-83/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Handle HTTP port collisions when initializing server (#40)zousar2022-01-271-2/+2
|
* Merged main.Per Larsson2021-12-141-8/+22
|\
| * Use m_ShutdownEvent.Wait() in HttpNullServer::Run() on POSIXMartin Ridgers2021-10-251-8/+7
| |
| * A null httpd main loop for POSIX platformsMartin Ridgers2021-10-151-1/+17
|/
* zenserver can now run as a Windows service. We'll still need to improve how ↵Stefan Boberg2021-09-171-1/+3
| | | | data files are found as the current defaults are relative to the user directory which ends up being in the Windows folder when running as the local system user
* clang-formatStefan Boberg2021-09-091-1/+3
|
* Added compile time logic to toggle http.sys / null http implementation on/offStefan Boberg2021-09-091-0/+65