summaryrefslogtreecommitdiffstats
path: root/bftw.h
AgeCommit message (Collapse)Author
2015-08-30Add -type support.Tavian Barnes
Fixes #2.
2015-07-25Recover from errors in diropen().Tavian Barnes
Fixes #4.
2015-07-23bftw: New struct BFTW type to hold file attributes.Tavian Barnes
Like nftw()'s struct FTW. level is needed to implement -mindepth/ -maxdepth.
2015-06-18bftw: Add flags parameter and BFTW_STAT flag.Tavian Barnes
2015-06-14Implement bftw().Tavian Barnes