summaryrefslogtreecommitdiffstats
path: root/src/ctx.c
AgeCommit message (Expand)Author
2024-04-24ctx: Escape paths when reporting errors in bfs_ctx_free()Tavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-02-06ctx: Fill in ctx->threads earlierTavian Barnes
2024-01-07expr: Make expressions variadicTavian Barnes
2023-12-20expr: Arena-allocate expressionsTavian Barnes
2023-11-23ctx: Switch paths from darray to RESERVE()Tavian Barnes
2023-11-06ctx: Store the original and current RLIMIT_NOFILETavian Barnes
2023-10-12diag: Move enum debug_flags out of ctx.hTavian Barnes
2023-09-27Formatting fixesTavian Barnes
2023-09-25Use the new list macrosTavian Barnes
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)トトも