summaryrefslogtreecommitdiffstats
path: root/include/config.h
Commit message (Expand)AuthorAgeFilesLines
* Implement URL rewrites with regex capture groupsDrew DeVault2020-11-011-0/+1
* Initial pass on regex routing supportDrew DeVault2020-10-291-2/+2
* Initial support for CGI scriptsDrew DeVault2020-10-251-0/+1
* Initial implementation of a routing tableDrew DeVault2020-10-251-2/+21
* Remove [:tls] email directiveDrew DeVault2020-09-261-1/+0
* Implement autoindex optionDrew DeVault2020-09-261-0/+5
* Implement TLS exchange with clientsDrew DeVault2020-09-241-1/+1
* tls: move cert/key into host structureDrew DeVault2020-09-241-0/+2
* Implement TLS storeDrew DeVault2020-09-241-0/+2
* Implement basic server event loopDrew DeVault2020-09-231-1/+1
* Initialize socketsDrew DeVault2020-09-231-0/+2
* config: parse listen directivesDrew DeVault2020-09-231-1/+1
* Initial config parserDrew DeVault2020-09-231-0/+34