agate/src
equalsraf 4b6d238436 Add support for listening UNIX sockets
A new CLI option --socket enables listening on UNIX sockets. This is
similar to the --addr option, but takes a path as argument.

If the given path already exists and it is a socket, attempt to remove
it before listening.

The port check was refactored to avoid the retrieval of the TCP port on
every request.
2023-03-17 09:56:03 -07:00
..
certificates.rs automatically fix lint clippy::uninlined_format_args 2023-03-17 17:28:40 +01:00
codes.rs Replace bare status codes with consts (#163) 2022-04-06 16:25:09 +02:00
main.rs Add support for listening UNIX sockets 2023-03-17 09:56:03 -07:00
metadata.rs resolve clippy warning 2021-03-27 20:31:06 +01:00