summary refs log tree commit diff
path: root/listen.c (follow)
Commit message (Collapse)AuthorAge
* Reload certificates using openatJune McEnroe2019-11-01
| | | | | This is more versatile since files are more likely to be replaced than overwritten.
* Re-read cert and key from the same FILEsJune McEnroe2019-11-01
|
* Set SO_REUSEADDR on bindsJune McEnroe2019-10-27
|
* Reload certificate on SIGUSR1June McEnroe2019-10-27
|
* Clean up listen APIJune McEnroe2019-10-25
|
* Unset non-blocking on clientsJune McEnroe2019-10-24
| | | | | I figure I'll actually use POLLOUT on clients so should never have issues.
* Set clients non-blockingJune McEnroe2019-10-23
|
* Implement serverLoginJune McEnroe2019-10-22
|
* Rename bouncer to bounceJune McEnroe2019-10-22
|
* Remove pollfd from listen interfaceJune McEnroe2019-10-20
|
* Move listen code to listen.cJune McEnroe2019-10-19