mirror of
https://git.sr.ht/~sircmpwn/gmnisrv
synced 2025-02-02 15:08:11 -05:00
All this does is parse the regexes out of the config file. I've vendored libregexp from Bellard's quickjs project, because it's reasonably small and self-contained, and POSIX regexes don't support captures. We're eventually going to want captures for URL rewrites, so this'll do for now. |
||
---|---|---|
.. | ||
config.c | ||
escape.c | ||
ini.c | ||
log.c | ||
main.c | ||
mime.c | ||
regexp.c | ||
serve.c | ||
server.c | ||
tls.c | ||
url.c | ||
util.c |