summaryrefslogtreecommitdiffstats
path: root/bftw.c
AgeCommit message (Expand)Author
2015-08-31bftw: Store the paths with a trailing slash.Tavian Barnes
2015-08-31bftw: Fix path size of /.Tavian Barnes
2015-08-30Add -type support.Tavian Barnes
2015-07-27Infer the right value for nopenfd, and recover from EMFILE.Tavian Barnes
2015-07-25Recover from errors in diropen().Tavian Barnes
2015-07-23bftw: New struct BFTW type to hold file attributes.Tavian Barnes
2015-07-19bftw: Assume struct dirent::d_type exists if DT_* are defined.Tavian Barnes
2015-06-23Assorted optimizations.Tavian Barnes
2015-06-21bftw: Don't add extra slashes.Tavian Barnes
2015-06-18bftw: Add flags parameter and BFTW_STAT flag.Tavian Barnes
2015-06-14Implement bftw().Tavian Barnes