summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-02-09Give the test cases human-readable namesTavian Barnes
2017-02-09Don't close stdin for -ok or -okdirTavian Barnes
2017-02-09parse: Factor out all "looks like icmp" checksTavian Barnes
2017-02-09bftw: Add the DIR* to bftw_stateTavian Barnes
2017-02-08Add support for -x?type with multiple typesTavian Barnes
2017-02-07bftw: Add mising closedir() to error pathTavian Barnes
2017-02-07Bail out if parse_root() failsTavian Barnes
2017-02-07Add some missing perror() callsTavian Barnes
2017-02-06bftw: Plug a leak if dirqueue_push() failsTavian Barnes
2017-02-06Fix a memory leak parsing -printfTavian Barnes
2017-02-06tests.sh: Set the umask before creating the test treesTavian Barnes
2017-02-05Make -quit happen immediately, not at the end of the current expressionTavian Barnes
2017-02-05bftw: Compute nameoff correctly for the root in BFTW_DEPTH modeTavian Barnes
2017-02-05Implement -printf/-fprintfTavian Barnes
2017-02-04Implement -nouser and -nogroupTavian Barnes
2017-01-31Don't trust st_size when reading symlinksTavian Barnes
2017-01-14Simplify exec_chdir()Tavian Barnes
2017-01-06Don't set _POSIX_C_SOURCETavian Barnes
2017-01-03tests: Add a test for -inumTavian Barnes
2017-01-02tests: Add tests for -quitTavian Barnes
2017-01-02eval: Check that O_DIRECTORY is defined before using itTavian Barnes
2016-12-21travis: Do 32-bit builds tooTavian Barnes
2016-12-21Set _FILE_OFFSET_BITS to 64Tavian Barnes
2016-12-20Bump the version to 0.880.88Tavian Barnes
2016-12-20Add some text to the -help outputTavian Barnes
2016-12-20Implement -mnewerTavian Barnes
2016-12-20Add tera and peta suffices for -sizeTavian Barnes
2016-12-20Implement -sparse from FreeBSD findTavian Barnes
2016-12-20Support -[gu]id NAME like BSD findTavian Barnes
2016-12-20Don't check errno after get{gr,pw}nam()Tavian Barnes
2016-12-18Implement BSD find's -depth NTavian Barnes
2016-12-18tests: Allow limiting the testsuite to POSIX, BSD, GNU, and bfs-specific feat...Tavian Barnes
2016-12-18tests.sh: Let the bfs binary be specified on the command lineTavian Barnes
2016-12-18Add support for -x (same as -mount/-xdev, from BSD)Tavian Barnes
2016-12-18Implement -regex, -iregex, and -regextype/-ETavian Barnes
2016-12-17bftw: Clean up the dirqueue implementation a bitTavian Barnes
2016-12-17Fix the build on macOSTavian Barnes
2016-12-16Fix the build on OpenIndianaTavian Barnes
2016-12-08Add a .travis.ymlTavian Barnes
2016-12-08tests: Fix failure when /tmp is a symlink.Tavian Barnes
2016-12-08tests: Don't use install -DTavian Barnes
2016-12-05tests: Don't check -size for directoriesTavian Barnes
2016-12-05tests: Don't check -links for directoriesTavian Barnes
2016-12-04Move portability code into util.hTavian Barnes
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