summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-24Release 0.84.10.84.1Tavian Barnes
2016-11-24Update some copyright dates.Tavian Barnes
2016-11-24Allow // to be different from /Tavian Barnes
2016-11-23bftw: Infer the flags in ftwbuf_stat()Tavian Barnes
2016-11-22tests: Make sure the temporary directory is owned by the current user/groupTavian Barnes
2016-11-22tests: Mkae LC_ALL=C apply to the whole pipeline when sorting.Tavian Barnes
2016-11-22Don't pass AT_SYMLINK_NOFOLLOW to faccessat()Tavian Barnes
2016-11-21bftw: Make a defensive copy of the ftwbufTavian Barnes
2016-11-21bftw: Always initialize dircache_entry::{dev,ino}Tavian Barnes
2016-11-21bftw: Make bftw_flags more similar to fts() options.Tavian Barnes
2016-11-21Support -perm +MODE for symbolic modes.Tavian Barnes
2016-11-21Fix -execdir for /Tavian Barnes
2016-11-21Fix -execdir for root paths with no slashes.Tavian Barnes
2016-11-21tests: Don't rely on the system 'find' for the expected output.Tavian Barnes
2016-11-14Check for readdir() errors everywhere.Tavian Barnes
2016-11-13Don't try to -delete the current directory.Tavian Barnes
2016-11-13bftw: Keep trailing slashes on the root in BFTW_DEPTH mode.Tavian Barnes
2016-11-13Redirect stdin from /dev/null for -ok and -okdir.Tavian Barnes
2016-11-13parse: Don't print warnings if standard in is not a terminal.Tavian Barnes
2016-11-03bftw: Don't fail just because we couldn't open/read a directory.Tavian Barnes
2016-10-29Bump the version to 0.840.84Tavian Barnes
2016-10-29Implement -perm.Tavian Barnes
2016-10-24parse: Use free_expr(expr), not free(expr).Tavian Barnes
2016-10-24tests.sh: Give some feedback while running.Tavian Barnes
2016-10-24tests: Be more careful not to invoke remove-siblings.sh $scratch.Tavian Barnes
2016-10-24Implement -ignore_readdir_race.Tavian Barnes
2016-10-24Check for POSIX timers before using them.Tavian Barnes
2016-10-22Account for non-standard struct stat on macOS.Tavian Barnes
2016-10-18main: IN is read, OUT is write.Tavian Barnes
2016-10-16main: Make sure that STD{IN,OUT,ERR}_FILENO are open.Tavian Barnes
2016-10-16Check for errors in -print and friends.Tavian Barnes
2016-10-02bftw: Add support for some exotic file types, where available.Tavian Barnes
2016-10-02parse: Ignore -- on the command line.Tavian Barnes
2016-10-02bftw: Handle errors from readdir().Tavian Barnes
2016-09-10bftw: Fix do/to typo in a comment.Tavian Barnes
2016-09-09Give case a little bit of weight in the typo metric.Tavian Barnes
2016-09-06Give suggestions for operators too.Tavian Barnes
2016-09-05Use the two-star list augmenting method.Tavian Barnes
2016-09-04Bump the version to 0.82.0.82Tavian Barnes
2016-09-04Require -{min,max}depth argument to be positive.Tavian Barnes
2016-09-04Implement typo detection for literals.Tavian Barnes
2016-09-04Use a table-driven parser for literals.Tavian Barnes
2016-08-24bftw: Initialize typeflag to BFTW_UNKNOWN.Tavian Barnes
2016-07-13Implement -f PATH from BSD find.Tavian Barnes
2016-07-13Use a linked list to store the root paths.Tavian Barnes
2016-06-28Implement -D rates.Tavian Barnes
2016-06-19Use underscores.Tavian Barnes
2016-06-11RELEASES.md: Be less verbose about optimization levels.Tavian Barnes
2016-06-09Re-work optimization levels.Tavian Barnes
2016-06-09Allow flags like -L before ',' or ')' as pathnames.Tavian Barnes