summaryrefslogtreecommitdiffstats
path: root/include/server.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump client buffer size to BUFSIZDrew DeVault2020-09-261-1/+3
|
* Log response body size in bytesDrew DeVault2020-09-261-0/+1
|
* Parse requests and serve simple responsesDrew DeVault2020-09-261-2/+20
|
* Implement TLS exchange with clientsDrew DeVault2020-09-241-3/+7
| | | | This probably leaves a bit to be desired tbh
* Implement basic server event loopDrew DeVault2020-09-231-1/+10
|
* Initialize socketsDrew DeVault2020-09-231-0/+31