summaryrefslogtreecommitdiffstats
path: root/src/server.c
Commit message (Collapse)AuthorAgeFilesLines
* Serve files from rootDrew DeVault2020-09-261-11/+82
|
* disconnect_client: clean up biosDrew DeVault2020-09-261-2/+3
|
* Parse requests and serve simple responsesDrew DeVault2020-09-261-17/+169
|
* Use O_NONBLOCK for client file descriptorsDrew DeVault2020-09-261-2/+13
|
* Implement TLS exchange with clientsDrew DeVault2020-09-241-6/+99
| | | | This probably leaves a bit to be desired tbh
* Log bind addresses on startupDrew DeVault2020-09-241-1/+4
|
* Generalize loggingDrew DeVault2020-09-231-28/+5
|
* Implement basic server event loopDrew DeVault2020-09-231-4/+180
|
* Generalize IPV6_V6ONLY usageDrew DeVault2020-09-231-1/+1
| | | | Some platforms other than Linux may implement this socket option.
* Initialize socketsDrew DeVault2020-09-231-0/+92