Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Optimize -maxdepth in -depth mode. | Tavian Barnes | 2015-09-26 | 1 | -1/+11 |
* | tests.sh: Use a more portable mktemp form. | Tavian Barnes | 2015-09-15 | 1 | -1/+1 |
* | Fix -maxdepth handling when -depth is set. | Tavian Barnes | 2015-09-15 | 1 | -2/+14 |
* | Add a basic test suite. | Tavian Barnes | 2015-09-15 | 1 | -0/+58 |