summaryrefslogtreecommitdiffstats
path: root/parse.c
AgeCommit message (Expand)Author
2020-03-20parse: Fix color code with -D tree -xdevTavian Barnes
2020-03-20parse: Prettify some errors and warningsTavian Barnes
2020-03-20parse: Prettify some of the option-specific helpTavian Barnes
2020-03-15parse: Don't warn if POSIXLY_CORRECT is setTavian Barnes
2020-03-15diag: Make the -warn flag part of the cmdlineTavian Barnes
2020-02-29passwd: Cache the user/group tablesTavian Barnes
2020-02-29parse: Give -ls and -fls an ephemeral FD for getpwuid()/getgrgid()Tavian Barnes
2020-02-25parse: Don't return success for invalid parse_int() calls with -DNDEBUGTavian Barnes
2020-02-13time: Split out time-related functions from utilTavian Barnes
2020-02-13parse: Handle 1969-12-31T23:59:59ZTavian Barnes
2020-02-12Implement -{a,B,c,m,}sinceTavian Barnes
2020-02-12parse: Set tm_isdst to -1Tavian Barnes
2020-02-12parse: Work around missing `timezone` on FreeBSDTavian Barnes
2020-02-11Implement explicit reference times (-newerXt)Tavian Barnes
2020-01-22parse: Add a missing NULL check for trie_insert_mem()Tavian Barnes
2019-09-14Update documentation for the -mount/-xdev revertTavian Barnes
2019-09-11parse: Don't treat -mount differently from -xdev yetTavian Barnes
2019-08-29darray: New dynamic array libraryTavian Barnes
2019-07-05Make -mount and -xdev documentation alphabeticalTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
2019-06-27parse: Add costs for -*able testsTavian Barnes
2019-06-25parse: Reorder table_entry to avoid needing to specify prefix=falseTavian Barnes
2019-06-16parse: Sort the parse tableTavian Barnes
2019-06-04parse: Reject unknown search strategiesTavian Barnes
2019-06-04parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes
2019-06-03Add documentation for -bfs/-dfs/-idsTavian Barnes
2019-05-31parse: Pipe bfs -help to a pager when interactiveTavian Barnes
2019-05-31parse: Fix some line wrappingTavian 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-24Add documentation for -xattrTavian Barnes
2019-05-24Implement -xattr predicateTavian Barnes
2019-05-24fsade: Refactor the POSIX.1e abstractionsTavian Barnes
2019-05-04stat: Get rid of bfs_fstat()Tavian Barnes
2019-05-04stat: Unify the flags argumentsTavian Barnes
2019-04-27Add support for the NO_COLOR environment variableTavian Barnes
2019-04-24parse: Add some missing costs/probabilitiesTavian Barnes
2019-04-21parse: Allow things like -uid ++10Tavian Barnes
2019-04-20trie: Make trie_remove() take a leaf instead of a keyTavian Barnes
2019-03-27trie: Store void* values rather than const void*Tavian Barnes
2019-03-06bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes
2019-03-06parse: Use a trie to hold currently open filesTavian Barnes
2019-03-01Implement -uniqueTavian Barnes
2019-02-13parse: Wrap -help output at 80 charsTavian Barnes
2019-02-12Fix missing color escape ($) in the -help outputTavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2019-02-06Re-write the help/manpageTavian Barnes
2019-02-06parse: Treat -d as a flag, not an optionTavian Barnes
2019-02-06parse: Add support for whiteouts in -type/-xtypeTavian Barnes