summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.960.96Tavian Barnes2017-03-113-2/+20
* Implement -ls and -flsTavian Barnes2017-03-116-102/+291
* tests: Run everything in UTCTavian Barnes2017-03-112-4/+5
* Add a test for colored outputTavian Barnes2017-03-112-0/+15
* Make a printf()-style API for colored messagesTavian Barnes2017-03-118-322/+306
* Implement -printf %Ak, %Ck, and %TkTavian Barnes2017-03-113-90/+240
* tests: Print the count of passing and failing testsTavian Barnes2017-02-111-13/+14
* Add some tests for the operators themselvesTavian Barnes2017-02-119-10/+118
* Allow short-circuiting optimizations with non-pure operandsTavian Barnes2017-02-112-14/+42
* Add tests for bfs's flexible command line parsingTavian Barnes2017-02-106-0/+35
* tests: Don't require bash associative arraysTavian Barnes2017-02-101-22/+11
* bftw: Make the nameoff of "///" point to "/"Tavian Barnes2017-02-096-11/+14
* Give the test cases human-readable namesTavian Barnes2017-02-09138-312/+452
* Don't close stdin for -ok or -okdirTavian Barnes2017-02-094-15/+45
* parse: Factor out all "looks like icmp" checksTavian Barnes2017-02-091-11/+16
* bftw: Add the DIR* to bftw_stateTavian Barnes2017-02-091-15/+39
* Add support for -x?type with multiple typesTavian Barnes2017-02-088-169/+146
* bftw: Add mising closedir() to error pathTavian Barnes2017-02-071-0/+1
* Bail out if parse_root() failsTavian Barnes2017-02-071-44/+88
* Add some missing perror() callsTavian Barnes2017-02-073-34/+39
* bftw: Plug a leak if dirqueue_push() failsTavian Barnes2017-02-061-16/+28
* Fix a memory leak parsing -printfTavian Barnes2017-02-063-1/+9
* tests.sh: Set the umask before creating the test treesTavian Barnes2017-02-061-0/+1
* Make -quit happen immediately, not at the end of the current expressionTavian Barnes2017-02-054-4/+43
* bftw: Compute nameoff correctly for the root in BFTW_DEPTH modeTavian Barnes2017-02-053-2/+11
* Implement -printf/-fprintfTavian Barnes2017-02-0517-46/+1087
* Implement -nouser and -nogroupTavian Barnes2017-02-046-1/+62
* Don't trust st_size when reading symlinksTavian Barnes2017-01-313-12/+44
* Simplify exec_chdir()Tavian Barnes2017-01-141-16/+10
* Don't set _POSIX_C_SOURCETavian Barnes2017-01-061-5/+4
* tests: Add a test for -inumTavian Barnes2017-01-032-1/+9
* tests: Add tests for -quitTavian Barnes2017-01-025-1/+27
* eval: Check that O_DIRECTORY is defined before using itTavian Barnes2017-01-021-1/+5
* travis: Do 32-bit builds tooTavian Barnes2016-12-211-2/+13
* Set _FILE_OFFSET_BITS to 64Tavian Barnes2016-12-213-1/+8
* Bump the version to 0.880.88Tavian Barnes2016-12-203-2/+19
* Add some text to the -help outputTavian Barnes2016-12-201-1/+27
* Implement -mnewerTavian Barnes2016-12-204-1/+20
* Add tera and peta suffices for -sizeTavian Barnes2016-12-203-3/+15
* Implement -sparse from FreeBSD findTavian Barnes2016-12-203-0/+22
* Support -[gu]id NAME like BSD findTavian Barnes2016-12-204-25/+59
* Don't check errno after get{gr,pw}nam()Tavian Barnes2016-12-201-24/+6
* Implement BSD find's -depth NTavian Barnes2016-12-1810-2/+95
* tests: Allow limiting the testsuite to POSIX, BSD, GNU, and bfs-specific feat...Tavian Barnes2016-12-187-11/+188
* tests.sh: Let the bfs binary be specified on the command lineTavian Barnes2016-12-181-21/+35
* Add support for -x (same as -mount/-xdev, from BSD)Tavian Barnes2016-12-181-0/+1
* Implement -regex, -iregex, and -regextype/-ETavian Barnes2016-12-1813-8/+218
* bftw: Clean up the dirqueue implementation a bitTavian Barnes2016-12-171-38/+34
* Fix the build on macOSTavian Barnes2016-12-171-0/+1
* Fix the build on OpenIndianaTavian Barnes2016-12-162-1/+19