summaryrefslogtreecommitdiffstats
path: root/bfs.c
AgeCommit message (Expand)Author
2015-08-30Add -type support.Tavian Barnes
2015-08-30Parse command line expressions properly.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-06-20Add initial support for colorized output.Tavian Barnes
2015-06-18bftw: Add flags parameter and BFTW_STAT flag.Tavian Barnes
2015-06-18Add -hidden/-nohidden flags.Tavian Barnes
2015-06-14Implement bftw().Tavian Barnes