summaryrefslogtreecommitdiffstats
path: root/parse.c
AgeCommit message (Expand)Author
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
2019-02-06Fix -nouser/-nogroup error handlingTavian Barnes
2019-02-01parse: Remove the recommendation to check find -help or man findTavian Barnes
2019-01-11parse: Allow multiple comma-separated debug flagsTavian Barnes
2019-01-03posix1e: Don't #include <sys/capability.h> on FreeBSDTavian Barnes
2019-01-02color: Check format strings + args for cfprintf()Tavian Barnes
2019-01-02diag: Unify diagnostic formattingTavian Barnes
2018-12-30Hide unsupported options from -helpTavian Barnes
2018-12-28parse: Handle argc == 0Tavian Barnes
2018-12-25stat: Provide a helper for getting human-readable field namesTavian Barnes
2018-12-19parse: Fix probabilities when -types are duplicatedTavian Barnes
2018-12-19parse: Add cost info for -acl and -capableTavian Barnes
2018-12-17Implement -acl testTavian Barnes
2018-12-17Add new -capable testTavian Barnes
2018-11-02parse: Use a better reference point for incomplete expression errorsTavian Barnes
2018-11-02parse: Add support for -D all to enable all debug flagsTavian Barnes