summary refs log tree commit diff
path: root/bin/cash/tests/builtins
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-07 21:28:37 -0500
committerJune McEnroe <june@causal.agency>2018-11-07 21:28:37 -0500
commit507aced2e116a6acb6ffb83acddfab5545d40116 (patch)
treecb08651b4f4f9ae6cc672cebc31b32ac28942810 /bin/cash/tests/builtins
parentAdd Low — Double Negative (diff)
downloadsrc-507aced2e116a6acb6ffb83acddfab5545d40116.tar.gz
src-507aced2e116a6acb6ffb83acddfab5545d40116.zip
Implement all of MSR606
Diffstat (limited to 'bin/cash/tests/builtins')
0 files changed, 0 insertions, 0 deletions
e='2014-01-17 13:53:02 +0100'>2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld 2014-01-17cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischerpan='3' class='logmsg'> 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