summaryrefslogtreecommitdiffstats
path: root/src/regexp.c
Commit message (Collapse)AuthorAgeFilesLines
* regexp.c: ditch unused test codeDrew DeVault2020-11-011-170/+0
|
* Initial pass on regex routing supportDrew DeVault2020-10-291-0/+3044
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.