| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement BSD find's -depth N | Tavian Barnes | 2016-12-18 | 10 | -2/+95 |
* | tests: Allow limiting the testsuite to POSIX, BSD, GNU, and bfs-specific feat... | Tavian Barnes | 2016-12-18 | 7 | -11/+188 |
* | tests.sh: Let the bfs binary be specified on the command line | Tavian Barnes | 2016-12-18 | 1 | -21/+35 |
* | Add support for -x (same as -mount/-xdev, from BSD) | Tavian Barnes | 2016-12-18 | 1 | -0/+1 |
* | Implement -regex, -iregex, and -regextype/-E | Tavian Barnes | 2016-12-18 | 13 | -8/+218 |
* | bftw: Clean up the dirqueue implementation a bit | Tavian Barnes | 2016-12-17 | 1 | -38/+34 |
* | Fix the build on macOS | Tavian Barnes | 2016-12-17 | 1 | -0/+1 |
* | Fix the build on OpenIndiana | Tavian Barnes | 2016-12-16 | 2 | -1/+19 |
* | Add a .travis.yml | Tavian Barnes | 2016-12-08 | 2 | -0/+19 |
* | 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 | 5 | -29/+6 |
* | tests: Don't check -links for directories | Tavian Barnes | 2016-12-05 | 4 | -12/+3 |
* | Move portability code into util.h | Tavian Barnes | 2016-12-04 | 6 | -21/+51 |
* | Release 0.84.10.84.1 | Tavian Barnes | 2016-11-24 | 3 | -2/+19 |
* | Update some copyright dates. | Tavian Barnes | 2016-11-24 | 6 | -6/+6 |
* | Allow // to be different from / | Tavian Barnes | 2016-11-24 | 4 | -10/+8 |
* | bftw: Infer the flags in ftwbuf_stat() | Tavian Barnes | 2016-11-23 | 1 | -5/+5 |
* | 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 | 4 | -40/+43 |
* | Don't pass AT_SYMLINK_NOFOLLOW to faccessat() | Tavian Barnes | 2016-11-22 | 1 | -1/+1 |
* | bftw: Make a defensive copy of the ftwbuf | Tavian Barnes | 2016-11-21 | 1 | -1/+4 |
* | bftw: Always initialize dircache_entry::{dev,ino} | Tavian Barnes | 2016-11-21 | 1 | -6/+7 |
* | bftw: Make bftw_flags more similar to fts() options. | Tavian Barnes | 2016-11-21 | 4 | -25/+30 |
* | Support -perm +MODE for symbolic modes. | Tavian Barnes | 2016-11-21 | 3 | -5/+1 |
* | Fix -execdir for / | Tavian Barnes | 2016-11-21 | 5 | -6/+30 |
* | Fix -execdir for root paths with no slashes. | Tavian Barnes | 2016-11-21 | 2 | -2/+6 |
* | tests: Don't rely on the system 'find' for the expected output. | Tavian Barnes | 2016-11-21 | 88 | -142/+1011 |
* | Check for readdir() errors everywhere. | Tavian Barnes | 2016-11-14 | 4 | -18/+34 |
* | Don't try to -delete the current directory. | Tavian Barnes | 2016-11-13 | 2 | -1/+11 |
* | bftw: Keep trailing slashes on the root in BFTW_DEPTH mode. | Tavian Barnes | 2016-11-13 | 2 | -7/+21 |
* | Redirect stdin from /dev/null for -ok and -okdir. | Tavian Barnes | 2016-11-13 | 6 | -34/+113 |
* | parse: Don't print warnings if standard in is not a terminal. | Tavian Barnes | 2016-11-13 | 1 | -1/+1 |
* | bftw: Don't fail just because we couldn't open/read a directory. | Tavian Barnes | 2016-11-03 | 1 | -3/+3 |
* | Bump the version to 0.840.84 | Tavian Barnes | 2016-10-29 | 3 | -2/+18 |
* | Implement -perm. | Tavian Barnes | 2016-10-29 | 4 | -13/+366 |
* | parse: Use free_expr(expr), not free(expr). | Tavian Barnes | 2016-10-24 | 1 | -7/+7 |
* | 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 | 6 | -31/+82 |
* | Check for POSIX timers before using them. | Tavian Barnes | 2016-10-24 | 2 | -7/+48 |
* | Account for non-standard struct stat on macOS. | Tavian Barnes | 2016-10-22 | 1 | -0/+7 |
* | main: IN is read, OUT is write. | Tavian Barnes | 2016-10-18 | 1 | -3/+3 |
* | main: Make sure that STD{IN,OUT,ERR}_FILENO are open. | Tavian Barnes | 2016-10-16 | 1 | -0/+59 |
* | Check for errors in -print and friends. | Tavian Barnes | 2016-10-16 | 3 | -29/+81 |
* | bftw: Add support for some exotic file types, where available. | Tavian Barnes | 2016-10-02 | 5 | -2/+96 |
* | parse: Ignore -- on the command line. | Tavian Barnes | 2016-10-02 | 2 | -6/+32 |
* | bftw: Handle errors from readdir(). | Tavian Barnes | 2016-10-02 | 1 | -25/+66 |
* | bftw: Fix do/to typo in a comment. | Tavian Barnes | 2016-09-10 | 1 | -1/+1 |
* | Give case a little bit of weight in the typo metric. | Tavian Barnes | 2016-09-09 | 1 | -110/+108 |