summaryrefslogtreecommitdiffstats
path: root/src/ctx.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
|
* Re-run include-what-you-useTavian Barnes2024-03-111-0/+2
|
* expr: Arena-allocate expressionsTavian Barnes2023-12-201-0/+6
|
* ctx: Switch paths from darray to RESERVE()Tavian Barnes2023-11-231-0/+3
|
* ctx: Store the original and current RLIMIT_NOFILETavian Barnes2023-11-061-4/+4
|
* diag: Move enum debug_flags out of ctx.hTavian Barnes2023-10-121-27/+1
|
* bftw: Use an I/O queue to open directoriesTavian Barnes2023-06-131-0/+2
| | | | Parallelism is controlled by the new -j flag.
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+1
| | | | In anticipation of C23, since those headers won't be necessary any more.
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* expr: Don't use reftime for -lsTavian Barnes2022-11-171-0/+4
| | | | | reftime is part of a different union than the print actions are supposed to use.
* pwcache: Fill the user/group caches lazilyTavian Barnes2022-11-091-23/+1
| | | | | | | Iterating all the users/groups can be expensive, especially with NSS. Android has so many that it doesn't even return them all from get{pw,gr}ent() for performance reasons, leading to incorrect behaviour of -user/-group/etc.
* Fix includesTavian Barnes2022-11-061-0/+1
|
* Source / Include Folder (#88)トトも2022-04-161-0/+212
Moved Source Files Into `src` Folder