summary refs log tree commit diff
path: root/local.c (follow)
Commit message (Expand)AuthorAge
* Use snprintf instead of strlcpyJune McEnroe2020-07-31
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Don't bother setting SO_NOSIGPIPEJune McEnroe2020-05-18
* Enable TCP keepalive with half-hour idleJune McEnroe2020-05-18
* Do not crash on error from acceptJune McEnroe2020-04-02
* Add option to set local client CAJune McEnroe2020-01-12
* Avoid a couple VLAs with constant sizeMichael Forney2019-11-20
* Use strlcpy for sun_pathsJune McEnroe2019-11-20
* Rename listen to localJune McEnroe2019-11-10