about summary refs log tree commit diff
path: root/local.c (follow)
Commit message (Expand)AuthorAge
* Update copyrights, authorsJune McEnroe2022-07-17
* Refactor XDG base directory iterator APIJune McEnroe2021-10-05
* Load and reload local certificates like normalJune McEnroe2021-10-05
* Delete local-path socket like normalJune McEnroe2021-10-05
* FreeBSD: Remove capsicum supportJune McEnroe2021-10-05
* Remove TCP keepalive settingsJune McEnroe2021-10-03
* Don't create new tls_server(3), just reconfigureJune McEnroe2021-08-21
* Zero local-key memory before freeing itJune McEnroe2021-08-21
* Unlink existing UNIX socket if it can't be connected to 2.1June McEnroe2020-11-23
* Swap localAccept parameter orderJune McEnroe2020-11-14
* Add support for OpenBSDJune McEnroe2020-08-27
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-06
* Remove compat.hJune McEnroe2020-08-01
* 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