summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-28test: Add more tests for -H/-L and -type lTavian Barnes
2021-03-28fsade: Fix msan false positive in bfs_check_acl_type()Tavian Barnes
2021-03-28ci: Switch to GitHub ActionsTavian Barnes
2021-03-23tests: Actually remove capabilities after dropping themTavian Barnes
2021-03-22tests: Avoid looping forever when failing to drop capabilitiesTavian Barnes
2021-03-21util: Fix build on GNU HurdTavian Barnes
2021-03-21tests: Drop capabilities when run as root on LinuxTavian Barnes
2021-03-10bftw: Fix bftw_type() for broken links and BFS_STAT_FOLLOWTavian Barnes
2021-03-06RELEASES.md: We made it to 2021, actuallyTavian Barnes
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