summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-11Release 0.960.96Tavian Barnes
2017-03-11Implement -ls and -flsTavian Barnes
2017-03-11tests: Run everything in UTCTavian Barnes
2017-03-11Add a test for colored outputTavian Barnes
2017-03-11Make a printf()-style API for colored messagesTavian Barnes
2017-03-11Implement -printf %Ak, %Ck, and %TkTavian Barnes
2017-02-11tests: Print the count of passing and failing testsTavian Barnes
2017-02-11Add some tests for the operators themselvesTavian Barnes
2017-02-11Allow short-circuiting optimizations with non-pure operandsTavian Barnes
2017-02-10Add tests for bfs's flexible command line parsingTavian Barnes
2017-02-10tests: Don't require bash associative arraysTavian Barnes
2017-02-09bftw: Make the nameoff of "///" point to "/"Tavian Barnes
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