| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial pass on regex routing support | Drew DeVault | 2020-10-29 | 1 | -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.c | Drew DeVault | 2020-09-26 | 1 | -0/+1 |
| | | |||||
| * | Serve files from root | Drew DeVault | 2020-09-26 | 1 | -0/+1 |
| | | |||||
| * | Implement TLS store | Drew DeVault | 2020-09-24 | 1 | -1/+2 |
| | | | | | Includes hands-free certificate generation and loading | ||||
| * | Generalize logging | Drew DeVault | 2020-09-23 | 1 | -0/+2 |
| | | |||||
| * | Initialize sockets | Drew DeVault | 2020-09-23 | 1 | -0/+1 |
| | | |||||
| * | Initial config parser | Drew DeVault | 2020-09-23 | 1 | -0/+1 |
| | | |||||
| * | Vendor in some support code | Drew DeVault | 2020-09-23 | 1 | -1/+4 |
| | | |||||
| * | Initial commit | Drew DeVault | 2020-09-23 | 1 | -0/+12 |
