summaryrefslogtreecommitdiff
path: root/local.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove potential UB in local.cHEADmasterRunxi Yu2024-08-081-1/+2
* Update copyrights, authorsJune McEnroe2022-07-171-1/+1
* Refactor XDG base directory iterator APIC. McEnroe2021-10-051-9/+8
* Load and reload local certificates like normalC. McEnroe2021-10-051-37/+25
* Delete local-path socket like normalC. McEnroe2021-10-051-24/+0
* FreeBSD: Remove capsicum supportC. McEnroe2021-10-051-10/+0
* Remove TCP keepalive settingsC. McEnroe2021-10-031-16/+1
* Don't create new tls_server(3), just reconfigureC. McEnroe2021-08-211-2/+1
* Zero local-key memory before freeing itC. McEnroe2021-08-211-0/+1
* Unlink existing UNIX socket if it can't be connected toC. McEnroe2020-11-231-10/+26
* Swap localAccept parameter orderC. McEnroe2020-11-141-11/+11
* Add support for OpenBSDC. McEnroe2020-08-271-0/+2
* Say "OpenSSL" in additional permission noticesC. McEnroe2020-08-061-2/+2
* Remove compat.hC. McEnroe2020-08-011-0/+4
* Use snprintf instead of strlcpyC. McEnroe2020-07-311-2/+4
* Add additional permission for linking with LibreSSLC. McEnroe2020-06-081-0/+11
* Don't bother setting SO_NOSIGPIPEC. McEnroe2020-05-181-5/+2
* Enable TCP keepalive with half-hour idleC. McEnroe2020-05-181-0/+8
* Do not crash on error from acceptC. McEnroe2020-04-021-1/+1
* Add option to set local client CAC. McEnroe2020-01-121-1/+19
* Avoid a couple VLAs with constant sizeMichael Forney2019-11-201-3/+2
* Use strlcpy for sun_pathsC. McEnroe2019-11-201-2/+2
* Rename listen to localC. McEnroe2019-11-101-0/+208