summaryrefslogtreecommitdiffstats
path: root/src/serve.c
Commit message (Expand)AuthorAgeFilesLines
* 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