| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | server.c: re-locate definitions to appropriate scope | Drew DeVault | 2020-09-26 | 1 | -7/+7 |
| | | |||||
| * | Set SO_REUSEADDR | Drew DeVault | 2020-09-26 | 1 | -1/+2 |
| | | |||||
| * | server.c: appease GCC's magic pixie bullshit | Drew DeVault | 2020-09-26 | 1 | -2/+2 |
| | | |||||
| * | server.c: import netinet/in.h | Drew DeVault | 2020-09-26 | 1 | -0/+1 |
| | | |||||
| * | Fix size of in{,6}_addr | Drew DeVault | 2020-09-26 | 1 | -2/+2 |
| | | |||||
| * | Document (and tweak) log format | Drew DeVault | 2020-09-26 | 1 | -3/+2 |
| | | |||||
| * | Free up resources throughout | Drew DeVault | 2020-09-26 | 1 | -4/+14 |
| | | |||||
| * | disconnect_client: free more client resources | Drew DeVault | 2020-09-26 | 1 | -0/+7 |
| | | |||||
| * | Implement autoindex option | Drew DeVault | 2020-09-26 | 1 | -6/+5 |
| | | |||||
| * | Rehome some logic from server.c -> serve.c | Drew DeVault | 2020-09-26 | 1 | -119/+1 |
| | | |||||
| * | Bump client buffer size to BUFSIZ | Drew DeVault | 2020-09-26 | 1 | -1/+0 |
| | | |||||
| * | Log response body size in bytes | Drew DeVault | 2020-09-26 | 1 | -1/+4 |
| | | |||||
| * | Serve files from root | Drew DeVault | 2020-09-26 | 1 | -11/+82 |
| | | |||||
| * | disconnect_client: clean up bios | Drew DeVault | 2020-09-26 | 1 | -2/+3 |
| | | |||||
| * | Parse requests and serve simple responses | Drew DeVault | 2020-09-26 | 1 | -17/+169 |
| | | |||||
| * | Use O_NONBLOCK for client file descriptors | Drew DeVault | 2020-09-26 | 1 | -2/+13 |
| | | |||||
| * | Implement TLS exchange with clients | Drew DeVault | 2020-09-24 | 1 | -6/+99 |
| | | | | | This probably leaves a bit to be desired tbh | ||||
| * | Log bind addresses on startup | Drew DeVault | 2020-09-24 | 1 | -1/+4 |
| | | |||||
| * | Generalize logging | Drew DeVault | 2020-09-23 | 1 | -28/+5 |
| | | |||||
| * | Implement basic server event loop | Drew DeVault | 2020-09-23 | 1 | -4/+180 |
| | | |||||
| * | Generalize IPV6_V6ONLY usage | Drew DeVault | 2020-09-23 | 1 | -1/+1 |
| | | | | | Some platforms other than Linux may implement this socket option. | ||||
| * | Initialize sockets | Drew DeVault | 2020-09-23 | 1 | -0/+92 |
