Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement -L/-follow. | Tavian Barnes | 2016-02-09 | 1 | -4/+10 |
* | Implement -P and -H. | Tavian Barnes | 2016-02-04 | 1 | -3/+5 |
* | Don't use typedefs to avoid struct/enum tags. | Tavian Barnes | 2016-02-04 | 1 | -12/+15 |
* | Optimize -maxdepth in -depth mode. | Tavian Barnes | 2015-09-26 | 1 | -1/+13 |
* | Don't call stat() until absolutely necessary. | Tavian Barnes | 2015-09-26 | 1 | -1/+1 |
* | bftw() interface improvements: | Tavian Barnes | 2015-09-26 | 1 | -50/+68 |
* | Add -depth support. | Tavian Barnes | 2015-09-08 | 1 | -0/+2 |
* | Print the root file/directory too. | Tavian Barnes | 2015-09-02 | 1 | -2/+2 |
* | Add -type support. | Tavian Barnes | 2015-08-30 | 1 | -6/+14 |
* | Recover from errors in diropen(). | Tavian Barnes | 2015-07-25 | 1 | -1/+12 |
* | bftw: New struct BFTW type to hold file attributes. | Tavian Barnes | 2015-07-23 | 1 | -5/+17 |
* | bftw: Add flags parameter and BFTW_STAT flag. | Tavian Barnes | 2015-06-18 | 1 | -2/+11 |
* | Implement bftw(). | Tavian Barnes | 2015-06-14 | 1 | -0/+62 |