1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-08 17:30:43 +00:00
gmnisrv/include
Drew DeVault 7e8a953794 Initial pass on regex routing support
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.
2020-10-29 22:47:56 -04:00
..
config.h Initial pass on regex routing support 2020-10-29 22:47:56 -04:00
escape.h Vendor in some support code 2020-09-23 10:40:14 -04:00
gemini.h Parse requests and serve simple responses 2020-09-26 13:39:37 -04:00
ini.h Vendor in some support code 2020-09-23 10:40:14 -04:00
log.h Generalize logging 2020-09-23 14:32:52 -04:00
mime.h Implement MIME database support 2020-10-28 12:38:32 -04:00
regexp-opcode.h Initial pass on regex routing support 2020-10-29 22:47:56 -04:00
regexp.h Initial pass on regex routing support 2020-10-29 22:47:56 -04:00
server.h Overhaul network I/O to be async for real 2020-10-25 14:50:07 -04:00
tls.h Overhaul network I/O to be async for real 2020-10-25 14:50:07 -04:00
unicode-table.h Initial pass on regex routing support 2020-10-29 22:47:56 -04:00
url.h Vendor in some support code 2020-09-23 10:40:14 -04:00
util.h Vendor in some support code 2020-09-23 10:40:14 -04:00