summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-15Release 1.0.21.0.2Tavian Barnes
2017-06-15-perm: Handle permcopy (e.g. u=rw,g=u) correctlyTavian Barnes
2017-06-11tests: Fix test_printf_nul with non-GNU sortTavian Barnes
2017-06-10printf: Fix embedded nul bytesTavian Barnes
2017-06-03parse: Make some error messages redTavian Barnes
2017-06-03Add Homebrew installation instructionsPeter Brunner
2017-05-17Release 1.0.11.0.1Tavian Barnes
2017-05-17parse: Set always_true for some actions that never return falseTavian Barnes
2017-05-17bftw: Remove unused parameter to dircache_entry_base()Tavian Barnes
2017-05-15Add colors to -D treeTavian Barnes
2017-05-15Optimize based on reachability due to -quitTavian Barnes
2017-05-11Don't make -quit disable the implicit -printTavian Barnes
2017-05-09Implement -D execTavian Barnes
2017-05-06main: Fix error checking of redirect()Tavian Barnes
2017-04-30exec: Treat -1 from _SC_ARG_MAX as "unlimited"Tavian Barnes
2017-04-30mtab: Check __GLIBC__ instead of __linux__ for getmntent()Tavian Barnes
2017-04-30Pass AT_EACCESS to faccessat()Tavian Barnes
2017-04-30Don't forget an access mode to openat() in -emptyTavian Barnes
2017-04-29Don't parse the mount table until it's neededTavian Barnes
2017-04-29mtab: Don't hardcode /etc/mtabTavian Barnes
2017-04-29Add Debian installation instructions.Chris Lamb
2017-04-24Release 1.01.0Tavian Barnes
2017-04-23Implement -fstypeTavian Barnes
2017-04-16Make -help output prettier and more completeTavian Barnes
2017-04-16tests.sh: Allow individual tests to be specified on the command lineTavian Barnes
2017-04-16Implement -XTavian Barnes
2017-04-16tests: Add tests for bfs extensions to -exec ... +Tavian Barnes
2017-04-15exec: Interpret ARG_MAX corretly.Tavian Barnes
2017-04-15exec: close() the working directory even if !ftwbufTavian Barnes
2017-04-15Implement -exec/-execdir ... +Tavian Barnes
2017-04-13util.h: Don't use a forward reference to enum bftw_typeflagTavian Barnes
2017-04-08tests.sh: Use eval instead of declare -gTavian Barnes
2017-04-08Move bftw_typeflag converters to util.cTavian Barnes
2017-03-22bftw: Only rebuild the part of the path that changesTavian Barnes
2017-03-20bftw: Fix quadratic reference counting complexityTavian Barnes
2017-03-16Respect -nocolor for -fprint /dev/stdoutTavian Barnes
2017-03-16Color link targets for -lsTavian Barnes
2017-03-16Give struct expr a CFILE* instead of just a FILE*Tavian Barnes
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