about summary refs log tree commit diff
path: root/cache.h (follow)
Commit message (Expand)AuthorAge
* global: spelling fixesVille Skyttä2017-10-15
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* use __attribute__ to catch printf format mistakesMark Lodato2010-09-04
* cache.h: export hash_str()Lars Hjemli2009-08-24
* Add page 'ls_cache'Lars Hjemli2008-04-28
* Redesign the caching layerLars Hjemli2008-04-28
* Add cache.hLars Hjemli2008-03-27
2Do 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