summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* tls: move cert/key into host structureDrew DeVault2020-09-241-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 storeDrew DeVault2020-09-242-0/+10
| | | | Includes hands-free certificate generation and loading
* Generalize loggingDrew DeVault2020-09-231-0/+10
|
* Implement basic server event loopDrew DeVault2020-09-232-2/+11
|
* Initialize socketsDrew DeVault2020-09-232-0/+33
|
* config: parse listen directivesDrew DeVault2020-09-231-1/+1
|
* Initial config parserDrew DeVault2020-09-231-0/+34
|
* Vendor in some support codeDrew DeVault2020-09-234-0/+367