Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement -L/-follow. | Tavian Barnes | 2016-02-09 | 1 | -22/+66 |
* | bftw: Don't give up when following a broken symlink. | Tavian Barnes | 2016-02-06 | 1 | -1/+9 |
* | Implement -P and -H. | Tavian Barnes | 2016-02-04 | 1 | -4/+14 |
* | Don't use typedefs to avoid struct/enum tags. | Tavian Barnes | 2016-02-04 | 1 | -66/+62 |
* | bftw: Add missing #include. | Tavian Barnes | 2016-01-30 | 1 | -0/+1 |
* | bftw: Fix fd leak if fdopendir() fails. | Tavian Barnes | 2016-01-30 | 1 | -1/+5 |
* | Optimize -maxdepth in -depth mode. | Tavian Barnes | 2015-09-26 | 1 | -14/+1 |
* | bftw() interface improvements: | Tavian Barnes | 2015-09-26 | 1 | -52/+38 |
* | Add -depth support. | Tavian Barnes | 2015-09-08 | 1 | -41/+186 |
* | Factor some code out of bftw(). | Tavian Barnes | 2015-09-06 | 1 | -77/+172 |
* | Print the root file/directory too. | Tavian Barnes | 2015-09-02 | 1 | -84/+130 |
* | bftw: Store the paths with a trailing slash. | Tavian Barnes | 2015-08-31 | 1 | -32/+37 |
* | bftw: Fix path size of /. | Tavian Barnes | 2015-08-31 | 1 | -2/+6 |
* | Add -type support. | Tavian Barnes | 2015-08-30 | 1 | -9/+33 |
* | Infer the right value for nopenfd, and recover from EMFILE. | Tavian Barnes | 2015-07-27 | 1 | -1/+13 |
* | Recover from errors in diropen(). | Tavian Barnes | 2015-07-25 | 1 | -78/+122 |
* | bftw: New struct BFTW type to hold file attributes. | Tavian Barnes | 2015-07-23 | 1 | -22/+27 |
* | bftw: Assume struct dirent::d_type exists if DT_* are defined. | Tavian Barnes | 2015-07-19 | 1 | -1/+1 |
* | Assorted optimizations. | Tavian Barnes | 2015-06-23 | 1 | -18/+25 |
* | bftw: Don't add extra slashes. | Tavian Barnes | 2015-06-21 | 1 | -4/+20 |
* | bftw: Add flags parameter and BFTW_STAT flag. | Tavian Barnes | 2015-06-18 | 1 | -4/+8 |
* | Implement bftw(). | Tavian Barnes | 2015-06-14 | 1 | -0/+491 |