summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-10Release 1.3.31.3.3Tavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2019-02-07tests: Add tests for -no{group,user} under fd pressureTavian Barnes
2019-02-06Turn on -Wstrict-prototypesTavian Barnes
2019-02-06Re-write the help/manpageTavian Barnes
2019-02-06parse: Treat -d as a flag, not an optionTavian Barnes
2019-02-06parse: Add support for whiteouts in -type/-xtypeTavian Barnes
2019-02-06Fix -nouser/-nogroup error handlingTavian Barnes
2019-02-04opt: Optimize -samefile together with -inumTavian Barnes
2019-02-01Merge branch 'improvements'Tavian Barnes
2019-02-01util: Remove some unused macrosTavian Barnes
2019-02-01opt: Apply data flow optimizations to more numeric rangesTavian Barnes
2019-02-01parse: Remove the recommendation to check find -help or man findTavian Barnes
2019-02-01tests: New utility for making and testing socket filesTavian Barnes
2019-02-01eval: Fix wrong colors in error messagesTavian Barnes
2019-02-01main: Fix closed standard stream handlingTavian Barnes
2019-02-01Makefile: New distcheck targetTavian Barnes
2019-02-01util: Allow configuration macros to be specified with -DTavian Barnes
2019-01-31stat: Work around msan not knowing about statx()Tavian Barnes
2019-01-31tests: Fail if bfs failsTavian Barnes
2019-01-31dstring: Initialize freshly-allocated stringsTavian Barnes
2019-01-22Merge pull request #49 from ylluminarious/patch-1Tavian Barnes
2019-01-18add instructions for installing via MacPortsGeorge Plymale II
2019-01-11Release 1.3.21.3.2Tavian Barnes
2019-01-11parse: Allow multiple comma-separated debug flagsTavian Barnes
2019-01-11color.c: Fix an out-of-bounds read if LS_COLORS doesn't end in a colonTavian Barnes
2019-01-03Release 1.3.11.3.1Tavian Barnes
2019-01-03posix1e: Don't #include <sys/capability.h> on FreeBSDTavian Barnes
2019-01-03stat: s/ENODATA/ENOTSUP, since ENODATA is POSIX-optionalTavian Barnes
2019-01-02Release 1.31.3Tavian Barnes
2019-01-02posix1e: Split out ACL and capability handling from utilTavian Barnes
2019-01-02color: Fix more incompatibilities with GNU lsTavian Barnes
2019-01-02color: Check format strings + args for cfprintf()Tavian Barnes
2019-01-02diag: Unify diagnostic formattingTavian Barnes
2018-12-30README.md: Fix broken macOS find man page linkTavian Barnes
2018-12-30Hide unsupported options from -helpTavian Barnes
2018-12-30RELEASES.md: Update for the next releaseTavian Barnes
2018-12-28tests: Fix test_exit() to not depend on breadth-first orderingTavian Barnes
2018-12-28color: Don't bail out on colors that exist but are NULLTavian Barnes
2018-12-28parse: Handle argc == 0Tavian Barnes
2018-12-25stat: Provide a helper for getting human-readable field namesTavian Barnes
2018-12-20stat: Unify bfs_stat_time() implementationsTavian Barnes
2018-12-19stat: Handle statx() not returning some timesTavian Barnes
2018-12-19parse: Fix probabilities when -types are duplicatedTavian Barnes
2018-12-19parse: Add cost info for -acl and -capableTavian Barnes
2018-12-19util: Don't leak an acl_t on non-POSIX.1e platformsTavian Barnes
2018-12-18util: Support systems that don't define the POSIX.1e ACL tag valuesTavian Barnes
2018-12-18travis: Install the POSIX.1e headersTavian Barnes
2018-12-17Implement -acl testTavian Barnes
2018-12-17Add new -capable testTavian Barnes