summaryrefslogtreecommitdiffstats
path: root/src/serve.c
Commit message (Expand)AuthorAgeFilesLines
* Fix double freeDrew DeVault2020-11-081-0/+1
* check if file served as cgi is executableRené Wagner2020-11-081-0/+6
* fix typo in GATEWAY_INTERFACE valuedbandstra2020-11-081-1/+1
* Fix memory leaksTom Lebreux2020-11-081-0/+3
* Implement URL rewrites with regex capture groupsDrew DeVault2020-11-011-1/+122
* Change meaning of root (backwards incompatible!)Drew DeVault2020-11-011-9/+10
* Implement regex route matchingDrew DeVault2020-11-011-2/+16
* Implement MIME database supportDrew DeVault2020-10-281-1/+1
* CGI: Fix SCRIPT_NAME variableDrew DeVault2020-10-261-3/+6
* CGI: set PATH_INFODrew DeVault2020-10-251-16/+48
* Initial support for CGI scriptsDrew DeVault2020-10-251-0/+83
* Initial implementation of a routing tableDrew DeVault2020-10-251-4/+49
* Overhaul network I/O to be async for realDrew DeVault2020-10-251-0/+1
* add a missing "/" to autoindex pathsio mintz2020-10-151-2/+1
* serve: fix gcc-9.3.0 error in serve_autoindexWilliam Casarin2020-10-151-1/+1
* return false on request_validate errorsChris Vittal2020-10-121-1/+4
* Implement autoindex optionDrew DeVault2020-09-261-19/+144
* Rehome some logic from server.c -> serve.cDrew DeVault2020-09-261-0/+128