summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-06Release 2.22.2Tavian Barnes
2021-03-06.gitattributes: Remove .cirrus.ymlTavian Barnes
2021-03-06Support -flags on all the BSDsTavian Barnes
2021-03-06Implement -flags, from FreeBSD findTavian Barnes
2021-03-06eval: Set the exit status automatically in eval_error()Tavian Barnes
2021-02-26travis: Try a different way to work around the apt bugTavian Barnes
2021-02-16Revert "travis: Do apt-get upgrade"Tavian Barnes
2021-02-11travis: Do apt-get upgradeTavian Barnes
2021-02-05Fix up some #includesTavian Barnes
2021-02-05Update copyright datesTavian Barnes
2021-02-05completions/bash: Use bash-completions helpersTavian Barnes
2021-01-29dir: Use fdclosedir() for bfs_freedir() on FreeBSDTavian Barnes
2021-01-29Makefile: Give LTO linking access to the jobserverTavian Barnes
2021-01-29bftw: Share the fd between the cache and open bfs_dirTavian Barnes
2021-01-29dir: Add a Linux implementation using the getdents() syscall directlyTavian Barnes
2021-01-28dir: Add missing #include <sys/stat.h>Tavian Barnes
2021-01-28main: Add some new source files to the top-level commentTavian Barnes
2021-01-28dir: New DIR* facadeTavian Barnes
2021-01-28bftw: Get rid of bftw_readerTavian Barnes
2021-01-28bftw: Avoid allocating when handling ENAMETOOLONGTavian Barnes
2021-01-28bftw: Allow for NULL base when recovering from EMFILETavian Barnes
2021-01-28Enable -Wshadow by defaultTavian Barnes
2021-01-24parse: Fix the token type of -nowarnTavian Barnes
2021-01-24Makefile: Install completionsTavian Barnes
2021-01-24completions/bash: Some improvementsTavian Barnes
2021-01-23Merge pull request #64 from bmundt6/mainTavian Barnes
2021-01-13-used: Make the implementation match the GNU fixes for findutils 4.8.0Tavian Barnes
2021-01-13tests: -sparse is BSD, not GNUTavian Barnes
2021-01-13-perm: Use +t instead of ug+tTavian Barnes
2021-01-13Revert "travis: Add an arm64 build"Tavian Barnes
2021-01-07travis: Add an arm64 buildTavian Barnes
2021-01-07travis: Use edge instancesTavian Barnes
2020-12-22Clean up completion script, add symbolic permission modes completionBenjamin Mundt
2020-12-19Makefile: Fix behaviour if .flags doesn't exist yetTavian Barnes
2020-12-17Bash completionBenjamin Mundt
2020-12-16Makefile: Clean up check dependencies a bitTavian Barnes
2020-12-16Makefile: Avoid rebuilding everything for make release main.oTavian Barnes
2020-12-10Makefile: Rebuild whenever the build flags changeTavian Barnes
2020-12-02Give messages to unconditional assertion failuresTavian Barnes
2020-12-02parse: Clean up debug flag parsing/printingTavian Barnes
2020-11-30travis: Do parallel buildsTavian Barnes
2020-11-30travis: Try the experimental FreeBSD environmentTavian Barnes
2020-11-30util: Use fgetc(stdin) instead of getchar()Tavian Barnes
2020-11-30travis: Add a ppc64le buildTavian Barnes
2020-11-30Makefile: Clean up flag handling a bitTavian Barnes
2020-11-30Makefile: Only do -m32 during distcheck on x86_64Tavian Barnes
2020-11-30travis: Switch to the LXD-based infrastructureTavian Barnes
2020-11-28Makefile: Run tests with --verbose during distcheckTavian Barnes
2020-11-28parse: Don't pass an uninitialized regex_t to regerror()Tavian Barnes
2020-11-28color: Add an intermediate bufferTavian Barnes