summaryrefslogtreecommitdiffstats
path: root/bfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump the version to 0.840.84Tavian Barnes2016-10-291-1/+1
|
* Implement -perm.Tavian Barnes2016-10-291-0/+20
|
* Implement -ignore_readdir_race.Tavian Barnes2016-10-241-0/+2
|
* Account for non-standard struct stat on macOS.Tavian Barnes2016-10-221-0/+7
|
* Bump the version to 0.82.0.82Tavian Barnes2016-09-041-1/+1
|
* Use a linked list to store the root paths.Tavian Barnes2016-07-131-4/+12
|
* Implement -D rates.Tavian Barnes2016-06-281-3/+17
|
* Use underscores.Tavian Barnes2016-06-191-12/+12
|
* Implement -fprint and -fprint0.Tavian Barnes2016-06-081-0/+8
|
* Implement -D opt.Tavian Barnes2016-06-071-2/+4
|
* Bump to 0.79.0.79Tavian Barnes2016-05-221-1/+1
|
* Use argc/argv naming consistently.Tavian Barnes2016-05-221-4/+4
|
* Implement -{exec,ok}{,dir}.Tavian Barnes2016-05-221-1/+17
|
* Bump the version to 0.74.0.74Tavian Barnes2016-03-121-1/+1
|
* Implement -size.Tavian Barnes2016-03-121-1/+23
|
* Implement -used.Tavian Barnes2016-03-051-0/+1
| | | | | | This doesn't agree with find's output, but I think find is buggy here. For example, find -used +0 is returning fewer results than find -used 1, which makes no sense given that 1 is greater than 0.
* Bump the version to 0.70.0.70Tavian Barnes2016-02-231-1/+1
|
* Implement -O.Tavian Barnes2016-02-231-0/+2
|
* Implement -D tree.Tavian Barnes2016-02-231-3/+10
|
* Implement -D stat.Tavian Barnes2016-02-221-1/+12
|
* Make optimizations based on the purity of predicates.Tavian Barnes2016-02-211-2/+6
| | | | | | | | This allows something like $ ./bfs -empty -false to avoid evaluating -empty, just like find.
* Set the version to 0.67.0.67Tavian Barnes2016-02-141-2/+7
| | | | | For now, version numbers are the fraction of GNU find features supported.
* s/color_table/colors/.Tavian Barnes2016-02-141-3/+3
|
* Refactor color handling.Tavian Barnes2016-02-141-2/+4
| | | | The main benefit is colored warnings/errors during parsing.
* Implement -lname and -ilname.Tavian Barnes2016-02-141-0/+1
|
* Add brief -help and -version support.Tavian Barnes2016-02-141-0/+3
|
* Implement -xtype.Tavian Barnes2016-02-131-0/+1
|
* Use 'cmdline' instead of 'cl'.Tavian Barnes2016-02-121-2/+2
|
* Report failures that happen inside predicates.Tavian Barnes2016-02-121-1/+1
|
* Implement -samefile.Tavian Barnes2016-02-101-0/+7
|
* Implement -links.Tavian Barnes2016-02-041-0/+1
|
* Implement -inum.Tavian Barnes2016-02-041-0/+1
|
* Implement -[ac]?newer.Tavian Barnes2016-02-041-0/+1
|
* Implements -daystart.Tavian Barnes2016-02-041-3/+6
|
* Refactor how -[acm]{min,time} are handled.Tavian Barnes2016-02-041-7/+28
|
* Don't use typedefs to avoid struct/enum tags.Tavian Barnes2016-02-041-45/+43
|
* Add -gid and -uid support.Tavian Barnes2016-02-021-0/+3
|
* Add -[acm]{min,time} support.Tavian Barnes2016-02-021-5/+34
|
* Implement -empty.Tavian Barnes2016-01-301-0/+1
|
* Split out parsing code.Tavian Barnes2015-11-291-0/+118