| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | implement handling of ROUTE_EXACT definitions | René Wagner | 2021-01-29 | 1 | -0/+1 |
| | | | | | | This patchset implements the handling of exact routes as described in gmnisrvini(5). | ||||
| * | Implement URL rewrites with regex capture groups | Drew DeVault | 2020-11-01 | 1 | -0/+1 |
| | | |||||
| * | Initial pass on regex routing support | Drew DeVault | 2020-10-29 | 1 | -2/+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. | ||||
| * | Initial support for CGI scripts | Drew DeVault | 2020-10-25 | 1 | -0/+1 |
| | | |||||
| * | Initial implementation of a routing table | Drew DeVault | 2020-10-25 | 1 | -2/+21 |
| | | |||||
| * | Remove [:tls] email directive | Drew DeVault | 2020-09-26 | 1 | -1/+0 |
| | | |||||
| * | Implement autoindex option | Drew DeVault | 2020-09-26 | 1 | -0/+5 |
| | | |||||
| * | Implement TLS exchange with clients | Drew DeVault | 2020-09-24 | 1 | -1/+1 |
| | | | | | This probably leaves a bit to be desired tbh | ||||
| * | tls: move cert/key into host structure | Drew DeVault | 2020-09-24 | 1 | -0/+2 |
| | | | | | | | | | We'll later want to set these on the SSL object (rather than SSL_CTX), so move these into the host struct for later access. We'll prefer to set it on the SSL object so that we can automatically use an up-to-date certificate, per ~sircmpwn/gmni#26. | ||||
| * | Implement TLS store | Drew DeVault | 2020-09-24 | 1 | -0/+2 |
| | | | | | Includes hands-free certificate generation and loading | ||||
| * | Implement basic server event loop | Drew DeVault | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Initialize sockets | Drew DeVault | 2020-09-23 | 1 | -0/+2 |
| | | |||||
| * | config: parse listen directives | Drew DeVault | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Initial config parser | Drew DeVault | 2020-09-23 | 1 | -0/+34 |
