about summary refs log tree commit diff
path: root/listen.c (follow)
Commit message (Expand)AuthorAge
* Unlink UNIX socket at exitJune McEnroe2019-11-02
* Implement UNIX-domain bindingJune McEnroe2019-11-02
* Reload certificates using openatJune McEnroe2019-11-01
* 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
* 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
ration'> 1.2June McEnroe 2021-02-01Remove use of "%n"June McEnroe 2021-02-01Check signals first in the loopJune McEnroe 2020-12-15Log a message when stopping a service waiting to restart 1.1June McEnroe 2020-11-10Refactor unveil calls so errors can be reported properlyJune McEnroe 2020-10-27Do not increment signalsJune McEnroe 2020-10-23Only look up group if one is namedJune McEnroe 2020-10-23Remove default defines of RUNDIR, ETCDIRJune McEnroe 2020-10-23Set shell scripts executable in buildJune McEnroe 2020-10-20Humanize milliseconds if interval is less than 1sJune McEnroe 2020-10-20Humanize restart intervalJune McEnroe 2020-08-17Document default catsit.conf location on OpenBSD 1.0June McEnroe 2020-08-17Template catsit script with RUNDIRJune McEnroe 2020-08-17Clean up includesJune McEnroe 2020-08-17Log service uptime in statusJune McEnroe