summaryrefslogtreecommitdiffstats
path: root/eval.c
AgeCommit message (Expand)Author
2021-06-09util: Rename fallthrough to BFS_FALLTHROUGHTavian Barnes
2021-06-02Implement time units for -{a,B,c,m}timeTavian Barnes
2021-05-20eval: Raise RLIMIT_NOFILE if possibleTavian Barnes
2021-05-20Use `<< {10,20,...}` instead of `*1024*1024...`Tavian Barnes
2021-03-06Implement -flags, from FreeBSD findTavian Barnes
2021-03-06eval: Set the exit status automatically in eval_error()Tavian Barnes
2021-02-05Update copyright datesTavian Barnes
2021-01-28dir: New DIR* facadeTavian Barnes
2021-01-28Enable -Wshadow by defaultTavian Barnes
2021-01-13-used: Make the implementation match the GNU fixes for findutils 4.8.0Tavian Barnes
2020-11-28eval: Make -hidden behave consistentlyTavian Barnes
2020-11-12Include what I useTavian Barnes
2020-11-09Use two newlines for all pre-eval warningsTavian Barnes
2020-11-04eval: Fix the status bar to only print the parent againTavian Barnes
2020-11-04eval: Make a crude attempt to handle double-width chars in the status barTavian Barnes
2020-11-04Enable -Wsign-compare to catch bugs like 726d7801Tavian Barnes
2020-11-03New -status option to display a status barTavian Barnes
2020-10-06expr, eval: Clean up header dependenciesTavian Barnes
2020-10-05diag: New bfs_perror() functionTavian Barnes
2020-09-30util: Don't rely on bftwTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2020-09-18stat: Rename bfs_stat_flag to _flagsTavian Barnes
2020-09-18Don't call stat() just to determine symbolic lengthsTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
2020-07-29bftw: Make some flag names more explicitTavian Barnes
2020-07-29bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes
2020-06-16eval: Fix an assertion failure with -D search -sTavian Barnes
2020-06-16eval: Fix a segfault with -D search -S edsTavian Barnes
2020-06-07Treat -nohidden like -exclude -hiddenTavian Barnes
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
2020-06-02diag: Unify debug printingTavian Barnes
2020-04-22pwcache: Rename from passwd.[ch]Tavian Barnes
2020-02-29passwd: Cache the user/group tablesTavian Barnes
2020-02-14eval: Irregular files aren't emptyTavian Barnes
2020-02-13time: Split out time-related functions from utilTavian Barnes
2020-01-07Update copyright datesTavian Barnes
2020-01-07eval: For -ls, print a + if a file has ACLsTavian Barnes
2019-08-29darray: New dynamic array libraryTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
2019-06-25bftw: Remove BFTW_SKIP_SIBLINGSTavian Barnes
2019-06-25util: Filter out . and .. in xreaddir()Tavian Barnes
2019-06-16eval: Get rid of a level of indirection for quitTavian Barnes
2019-05-29Implement an iterative deepening mode (-ids)Tavian Barnes
2019-05-28Implement a depth-first mode (-dfs)Tavian Barnes
2019-05-28bftw: Visit multiple roots breadth-firstTavian Barnes
2019-05-24Implement -xattr predicateTavian Barnes
2019-05-24fsade: Refactor the POSIX.1e abstractionsTavian Barnes
2019-05-05color: Don't stat() if we don't need toTavian Barnes
2019-05-05bftw: Pass a const struct BFTW * to the callbackTavian Barnes
2019-05-04bftw: Add a caching stat() API to struct BFTWTavian Barnes