summary refs log tree commit diff
path: root/server.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-12 16:26:28 -0400
committerJune McEnroe <june@causal.agency>2020-06-12 16:26:28 -0400
commit0612bda26527c230814a9d5b1dec7f09f2a33eed (patch)
treef75c6b3059a543bb11fc5e9bbdc4b6b8d19d4a09 /server.c
parentAdd additional permission for linking with LibreSSL (diff)
downloadpounce-1.3p1.tar.gz
pounce-1.3p1.zip
Grant CAP_SETSOCKOPT in dispatch 1.3p1
This fixes a major issue that somehow didn't surface until upgrading to
FreeBSD 12.1-RELEASE-p6, where since calico doesn't grant the
CAP_SETSOCKOPT capability on accepted sockets, pounce crashes trying to
set keepalive on sockets on receives from it.
Diffstat (limited to 'server.c')
0 files changed, 0 insertions, 0 deletions
tr> Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe