summaryrefslogtreecommitdiffstats
path: root/bfs.c
Commit message (Expand)AuthorAgeFilesLines
* Add -type support.Tavian Barnes2015-08-301-1/+56
* Parse command line expressions properly.Tavian Barnes2015-08-301-61/+492
* Infer the right value for nopenfd, and recover from EMFILE.Tavian Barnes2015-07-271-2/+21
* Recover from errors in diropen().Tavian Barnes2015-07-251-3/+8
* bftw: New struct BFTW type to hold file attributes.Tavian Barnes2015-07-231-4/+3
* Add initial support for colorized output.Tavian Barnes2015-06-201-15/+36
* bftw: Add flags parameter and BFTW_STAT flag.Tavian Barnes2015-06-181-2/+2
* Add -hidden/-nohidden flags.Tavian Barnes2015-06-181-4/+43
* Implement bftw().Tavian Barnes2015-06-141-0/+34