1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2025-02-02 15:08:11 -05:00
gmnisrv/src
Drew DeVault 16e55c6262 Change meaning of root (backwards incompatible!)
This takes the nginx approach to the "root" directive, which is simpler
to implement and more consistent with more complex routing behaviors
like regexp.

The path component of the URL is now simply appended to the root to form
the path to the file which should be served to the client.
2020-11-01 10:32:44 -05:00
..
config.c Initial pass on regex routing support 2020-10-29 22:47:56 -04:00
escape.c Vendor in some support code 2020-09-23 10:40:14 -04:00
ini.c Initial config parser 2020-09-23 11:24:23 -04:00
log.c Always log server messages to stderr 2020-09-26 13:40:20 -04:00
main.c Implement MIME database support 2020-10-28 12:38:32 -04:00
mime.c Fail gracefully if mime database is not present 2020-10-28 12:49:47 -04:00
regexp.c regexp.c: ditch unused test code 2020-11-01 09:51:14 -05:00
serve.c Change meaning of root (backwards incompatible!) 2020-11-01 10:32:44 -05:00
server.c server: handle write errors 2020-10-28 12:36:05 -04:00
tls.c Overhaul network I/O to be async for real 2020-10-25 14:50:07 -04:00
url.c Vendor in some support code 2020-09-23 10:40:14 -04:00
util.c Implement TLS store 2020-09-24 17:51:29 -04:00