summaryrefslogtreecommitdiffstats
path: root/bftw.c
Commit message (Expand)AuthorAgeFilesLines
* bftw: New struct BFTW type to hold file attributes.Tavian Barnes2015-07-231-22/+27
* bftw: Assume struct dirent::d_type exists if DT_* are defined.Tavian Barnes2015-07-191-1/+1
* Assorted optimizations.Tavian Barnes2015-06-231-18/+25
* bftw: Don't add extra slashes.Tavian Barnes2015-06-211-4/+20
* bftw: Add flags parameter and BFTW_STAT flag.Tavian Barnes2015-06-181-4/+8
* Implement bftw().Tavian Barnes2015-06-141-0/+491