summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass on regex routing supportDrew DeVault2020-10-291-1/+2
| | | | | | | | | 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.
* Rehome some logic from server.c -> serve.cDrew DeVault2020-09-261-0/+1
|
* Serve files from rootDrew DeVault2020-09-261-0/+1
|
* Implement TLS storeDrew DeVault2020-09-241-1/+2
| | | | Includes hands-free certificate generation and loading
* Generalize loggingDrew DeVault2020-09-231-0/+2
|
* Initialize socketsDrew DeVault2020-09-231-0/+1
|
* Initial config parserDrew DeVault2020-09-231-0/+1
|
* Vendor in some support codeDrew DeVault2020-09-231-1/+4
|
* Initial commitDrew DeVault2020-09-231-0/+12