summary refs log tree commit diff
path: root/listen.c (follow)
Commit message (Expand)AuthorAge
* Change license to GPLv3June McEnroe2019-11-06
* Use explicit_bzero from LibreSSLJune McEnroe2019-11-06
* Add missing includeJune McEnroe2019-11-05
* 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
ed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts