| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Add a test for -inum | Tavian Barnes | 2017-01-03 | 1 | -1/+8 |
* | tests: Add tests for -quit | Tavian Barnes | 2017-01-02 | 1 | -1/+21 |
* | Set _FILE_OFFSET_BITS to 64 | Tavian Barnes | 2016-12-21 | 1 | -1/+6 |
* | Implement -mnewer | Tavian Barnes | 2016-12-20 | 1 | -1/+11 |
* | Support -[gu]id NAME like BSD find | Tavian Barnes | 2016-12-20 | 1 | -1/+11 |
* | Implement BSD find's -depth N | Tavian Barnes | 2016-12-18 | 1 | -1/+31 |
* | tests: Allow limiting the testsuite to POSIX, BSD, GNU, and bfs-specific feat... | Tavian Barnes | 2016-12-18 | 1 | -11/+128 |
* | tests.sh: Let the bfs binary be specified on the command line | Tavian Barnes | 2016-12-18 | 1 | -21/+35 |
* | Implement -regex, -iregex, and -regextype/-E | Tavian Barnes | 2016-12-18 | 1 | -1/+29 |
* | tests: Fix failure when /tmp is a symlink. | Tavian Barnes | 2016-12-08 | 1 | -1/+4 |
* | tests: Don't use install -D | Tavian Barnes | 2016-12-08 | 1 | -7/+14 |
* | tests: Don't check -size for directories | Tavian Barnes | 2016-12-05 | 1 | -3/+4 |
* | tests: Don't check -links for directories | Tavian Barnes | 2016-12-05 | 1 | -3/+3 |
* | Allow // to be different from / | Tavian Barnes | 2016-11-24 | 1 | -3/+2 |
* | tests: Make sure the temporary directory is owned by the current user/group | Tavian Barnes | 2016-11-22 | 1 | -0/+1 |
* | tests: Mkae LC_ALL=C apply to the whole pipeline when sorting. | Tavian Barnes | 2016-11-22 | 1 | -1/+4 |
* | Support -perm +MODE for symbolic modes. | Tavian Barnes | 2016-11-21 | 1 | -1/+1 |
* | Fix -execdir for / | Tavian Barnes | 2016-11-21 | 1 | -1/+15 |
* | tests: Don't rely on the system 'find' for the expected output. | Tavian Barnes | 2016-11-21 | 1 | -142/+211 |
* | Don't try to -delete the current directory. | Tavian Barnes | 2016-11-13 | 1 | -1/+6 |
* | bftw: Keep trailing slashes on the root in BFTW_DEPTH mode. | Tavian Barnes | 2016-11-13 | 1 | -1/+5 |
* | Redirect stdin from /dev/null for -ok and -okdir. | Tavian Barnes | 2016-11-13 | 1 | -1/+11 |
* | Implement -perm. | Tavian Barnes | 2016-10-29 | 1 | -4/+47 |
* | tests.sh: Give some feedback while running. | Tavian Barnes | 2016-10-24 | 1 | -1/+15 |
* | tests: Be more careful not to invoke remove-siblings.sh $scratch. | Tavian Barnes | 2016-10-24 | 1 | -1/+1 |
* | Implement -ignore_readdir_race. | Tavian Barnes | 2016-10-24 | 1 | -8/+22 |
* | parse: Ignore -- on the command line. | Tavian Barnes | 2016-10-02 | 1 | -1/+11 |
* | Allow flags like -L before ',' or ')' as pathnames. | Tavian Barnes | 2016-06-09 | 1 | -1/+16 |
* | Implement -fprint and -fprint0. | Tavian Barnes | 2016-06-08 | 1 | -1/+13 |
* | Treat '-', ')', and ',' as paths when possible. | Tavian Barnes | 2016-06-08 | 1 | -3/+40 |
* | Implement -{exec,ok}{,dir}. | Tavian Barnes | 2016-05-22 | 1 | -1/+21 |
* | Implement -size. | Tavian Barnes | 2016-03-12 | 1 | -1/+17 |
* | Implement (most of) -newerXY. | Tavian Barnes | 2016-02-27 | 1 | -3/+7 |
* | Fix -daystart to not round 0 upwards. | Tavian Barnes | 2016-02-27 | 1 | -1/+9 |
* | Implement -user and -group. | Tavian Barnes | 2016-02-14 | 1 | -1/+17 |
* | Implement -lname and -ilname. | Tavian Barnes | 2016-02-14 | 1 | -1/+17 |
* | Implement -iname and -ipath. | Tavian Barnes | 2016-02-13 | 1 | -1/+9 |
* | Fix -name handling when the root has trailing slashes. | Tavian Barnes | 2016-02-13 | 1 | -1/+17 |
* | Implement -xtype. | Tavian Barnes | 2016-02-13 | 1 | -1/+17 |
* | tests.sh: Don't re-create the same directory structures needlessly. | Tavian Barnes | 2016-02-13 | 1 | -69/+56 |
* | Implement -samefile. | Tavian Barnes | 2016-02-10 | 1 | -1/+6 |
* | Implement -L/-follow. | Tavian Barnes | 2016-02-09 | 1 | -6/+21 |
* | bftw: Don't give up when following a broken symlink. | Tavian Barnes | 2016-02-06 | 1 | -1/+7 |
* | Implement -P and -H. | Tavian Barnes | 2016-02-04 | 1 | -1/+19 |
* | Implement -links. | Tavian Barnes | 2016-02-04 | 1 | -1/+17 |
* | Implement -[ac]?newer. | Tavian Barnes | 2016-02-04 | 1 | -1/+11 |
* | Add -gid and -uid support. | Tavian Barnes | 2016-02-02 | 1 | -1/+15 |
* | Implement -empty. | Tavian Barnes | 2016-01-30 | 1 | -1/+6 |
* | Implement -executable, -readable, and -writable. | Tavian Barnes | 2015-11-28 | 1 | -1/+26 |
* | Implement -path. | Tavian Barnes | 2015-11-27 | 1 | -1/+14 |