summary refs log tree commit diff
path: root/config.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-06 13:38:52 -0400
committerJune McEnroe <june@causal.agency>2020-08-06 13:38:52 -0400
commit4046ddacddced524615f8314d6389b971843d9b9 (patch)
treec05334433a888089033d51d31640618f1bfce892 /config.c
parentDocument concatenating client certificates for auth (diff)
downloadpounce-4046ddacddced524615f8314d6389b971843d9b9.tar.gz
pounce-4046ddacddced524615f8314d6389b971843d9b9.zip
Handle broken clients sending only \n
Sigh. The robustness principle enables the proliferation of worse
quality software.
Diffstat (limited to 'config.c')
0 files changed, 0 insertions, 0 deletions
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