summaryrefslogtreecommitdiffstats
path: root/bfs.c
AgeCommit message (Expand)Author
2015-09-15Fix -maxdepth handling when -depth is set.Tavian Barnes
2015-09-08Implement -delete.Tavian Barnes
2015-09-08Perform some boolean simplification on the expression tree.Tavian Barnes
2015-09-08Add -depth support.Tavian Barnes
2015-09-02Print the root file/directory too.Tavian Barnes
2015-09-01Add -print0 support.Tavian Barnes
2015-08-31Add -mindepth and -maxdepth support.Tavian Barnes
2015-08-31Fix parsing around ")".Tavian Barnes
2015-08-31Fix -o/-or and comma operator.Tavian Barnes
2015-08-31Add -name support.Tavian Barnes
2015-08-31Free the colors.Tavian Barnes
2015-08-31Don't forget to initialize cl->expr.Tavian Barnes
2015-08-31Simplify evaluation function signatures.Tavian Barnes
2015-08-30Add support for -true and -false.Tavian Barnes
2015-08-30Fix -nohidden return value.Tavian Barnes
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