summaryrefslogtreecommitdiffstats
path: root/src/ctx.c
AgeCommit message (Expand)Author
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-13bftw: Use an I/O queue to open directoriesTavian Barnes
2023-05-18Use bfs_bug("...") over assert(!"...")Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-17expr: Don't use reftime for -lsTavian Barnes
2022-11-10Try to report I/O errors earlier and only onceTavian Barnes
2022-11-09ctx: Flush the user/group caches when executing commandsTavian Barnes
2022-11-09pwcache: Fill the user/group caches lazilyTavian Barnes
2022-10-29trie: Make leaves into a linked listTavian Barnes
2022-04-16Source / Include Folder (#88)トトも