summaryrefslogtreecommitdiffstats
path: root/parse.c
Commit message (Expand)AuthorAgeFilesLines
* parse: Reorder table_entry to avoid needing to specify prefix=falseTavian Barnes2019-06-251-101/+101
* parse: Sort the parse tableTavian Barnes2019-06-161-6/+6
* parse: Reject unknown search strategiesTavian Barnes2019-06-041-1/+17
* parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes2019-06-041-14/+29
* Add documentation for -bfs/-dfs/-idsTavian Barnes2019-06-031-1/+5
* parse: Pipe bfs -help to a pager when interactiveTavian Barnes2019-05-311-3/+125
* parse: Fix some line wrappingTavian Barnes2019-05-311-2/+2
* Implement an iterative deepening mode (-ids)Tavian Barnes2019-05-291-1/+5
* Implement a depth-first mode (-dfs)Tavian Barnes2019-05-281-0/+26
* bftw: Visit multiple roots breadth-firstTavian Barnes2019-05-281-24/+18
* Add documentation for -xattrTavian Barnes2019-05-241-4/+8
* Implement -xattr predicateTavian Barnes2019-05-241-0/+18
* fsade: Refactor the POSIX.1e abstractionsTavian Barnes2019-05-241-7/+5
* stat: Get rid of bfs_fstat()Tavian Barnes2019-05-041-1/+1
* stat: Unify the flags argumentsTavian Barnes2019-05-041-2/+2
* Add support for the NO_COLOR environment variableTavian Barnes2019-04-271-4/+10
* parse: Add some missing costs/probabilitiesTavian Barnes2019-04-241-0/+4
* parse: Allow things like -uid ++10Tavian Barnes2019-04-211-3/+9
* trie: Make trie_remove() take a leaf instead of a keyTavian Barnes2019-04-201-2/+2
* trie: Store void* values rather than const void*Tavian Barnes2019-03-271-2/+2
* bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes2019-03-061-5/+8
* parse: Use a trie to hold currently open filesTavian Barnes2019-03-061-21/+18
* Implement -uniqueTavian Barnes2019-03-011-3/+23
* parse: Wrap -help output at 80 charsTavian Barnes2019-02-131-3/+4
* Fix missing color escape ($) in the -help outputTavian Barnes2019-02-121-1/+1
* Add some documentation commentsTavian Barnes2019-02-091-0/+7
* Re-write the help/manpageTavian Barnes2019-02-061-164/+125
* parse: Treat -d as a flag, not an optionTavian Barnes2019-02-061-2/+2
* parse: Add support for whiteouts in -type/-xtypeTavian Barnes2019-02-061-0/+4
* Fix -nouser/-nogroup error handlingTavian Barnes2019-02-061-0/+2
* parse: Remove the recommendation to check find -help or man findTavian Barnes2019-02-011-6/+3
* parse: Allow multiple comma-separated debug flagsTavian Barnes2019-01-111-46/+81
* posix1e: Don't #include <sys/capability.h> on FreeBSDTavian Barnes2019-01-031-0/+1
* color: Check format strings + args for cfprintf()Tavian Barnes2019-01-021-219/+221
* diag: Unify diagnostic formattingTavian Barnes2019-01-021-67/+70
* Hide unsupported options from -helpTavian Barnes2018-12-301-0/+6
* parse: Handle argc == 0Tavian Barnes2018-12-281-0/+6
* stat: Provide a helper for getting human-readable field namesTavian Barnes2018-12-251-37/+30
* parse: Fix probabilities when -types are duplicatedTavian Barnes2018-12-191-16/+24
* parse: Add cost info for -acl and -capableTavian Barnes2018-12-191-2/+6
* Implement -acl testTavian Barnes2018-12-171-0/+19
* Add new -capable testTavian Barnes2018-12-171-0/+20
* parse: Use a better reference point for incomplete expression errorsTavian Barnes2018-11-021-1/+8
* parse: Add support for -D all to enable all debug flagsTavian Barnes2018-11-021-0/+3
* parse: Improve -D diagnosticsTavian Barnes2018-11-021-12/+26
* Update copyright datesTavian Barnes2018-09-241-1/+1
* Add some missing fallthrough commentsTavian Barnes2018-08-161-0/+1
* parse: Add some missing failure messagesTavian Barnes2018-07-061-0/+2
* parse: Don't leave expr->mode_cmp uninitializedTavian Barnes2018-06-181-1/+1
* printf: Add %w and %Wk for file birth timesTavian Barnes2018-01-201-1/+6