| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bftw: Make the nameoff of "///" point to "/" | Tavian Barnes | 2017-02-09 | 1 | -1/+2 |
* | Give the test cases human-readable names | Tavian Barnes | 2017-02-09 | 1 | -312/+433 |
* | Don't close stdin for -ok or -okdir | Tavian Barnes | 2017-02-09 | 1 | -6/+7 |
* | Add support for -x?type with multiple types | Tavian Barnes | 2017-02-08 | 1 | -1/+11 |
* | Fix a memory leak parsing -printf | Tavian Barnes | 2017-02-06 | 1 | -1/+7 |
* | tests.sh: Set the umask before creating the test trees | Tavian Barnes | 2017-02-06 | 1 | -0/+1 |
* | Make -quit happen immediately, not at the end of the current expression | Tavian Barnes | 2017-02-05 | 1 | -1/+11 |
* | bftw: Compute nameoff correctly for the root in BFTW_DEPTH mode | Tavian Barnes | 2017-02-05 | 1 | -1/+5 |
* | Implement -printf/-fprintf | Tavian Barnes | 2017-02-05 | 1 | -9/+42 |
* | Implement -nouser and -nogroup | Tavian Barnes | 2017-02-04 | 1 | -1/+18 |
* | 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 |