| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
