| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove [:tls] email directive | Drew DeVault | 2020-09-26 | 1 | -1/+0 |
| | | |||||
| * | Free up resources throughout | Drew DeVault | 2020-09-26 | 1 | -3/+4 |
| | | |||||
| * | Implement autoindex option | Drew DeVault | 2020-09-26 | 2 | -2/+7 |
| | | |||||
| * | Rehome some logic from server.c -> serve.c | Drew DeVault | 2020-09-26 | 1 | -0/+11 |
| | | |||||
| * | Okay, time to quit fucking around with BUFSIZ | Drew DeVault | 2020-09-26 | 1 | -1/+2 |
| | | |||||
| * | Turns out BUFSIZ is small sometimes | Drew DeVault | 2020-09-26 | 1 | -2/+1 |
| | | |||||
| * | Bump client buffer size to BUFSIZ | Drew DeVault | 2020-09-26 | 1 | -1/+3 |
| | | |||||
| * | Log response body size in bytes | Drew DeVault | 2020-09-26 | 1 | -0/+1 |
| | | |||||
| * | Serve files from root | Drew DeVault | 2020-09-26 | 1 | -0/+6 |
| | | |||||
| * | Parse requests and serve simple responses | Drew DeVault | 2020-09-26 | 2 | -2/+47 |
| | | |||||
| * | Implement TLS exchange with clients | Drew DeVault | 2020-09-24 | 3 | -4/+10 |
| | | | | | 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 | 2 | -0/+10 |
| | | | | | Includes hands-free certificate generation and loading | ||||
| * | Generalize logging | Drew DeVault | 2020-09-23 | 1 | -0/+10 |
| | | |||||
| * | Implement basic server event loop | Drew DeVault | 2020-09-23 | 2 | -2/+11 |
| | | |||||
| * | Initialize sockets | Drew DeVault | 2020-09-23 | 2 | -0/+33 |
| | | |||||
| * | config: parse listen directives | Drew DeVault | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Initial config parser | Drew DeVault | 2020-09-23 | 1 | -0/+34 |
| | | |||||
| * | Vendor in some support code | Drew DeVault | 2020-09-23 | 4 | -0/+367 |
