summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-19ci/freebsd: Run tailscale logout after the jobtailscale-logoutTavian Barnes
2021-05-18ci/freebsd: Use the official tailscale GitHub actionTavian Barnes
2021-05-18ci/freebsd: Use `tailscale ip` instead of hardcoding itTavian Barnes
2021-05-17ci/freebsd: Don't run multiple jobs at onceTavian Barnes
2021-05-17ci/freebsd: Work around https://github.com/tailscale/tailscale/issues/1889Tavian Barnes
2021-05-17ci/freebsd: Use an ephemeral Tailscale keyTavian Barnes
2021-04-18tests: Optimize test_delete_many()Tavian Barnes
2021-04-18tests: Don't fail -flags test if we can't set flagsTavian Barnes
2021-04-18tests: Don't fail xattr tests if we can't set xattrs at allTavian Barnes
2021-04-18tests: Add a test for deleting large directoriesTavian Barnes
2021-04-15util: Tweak the safe read/write functionsTavian Barnes
2021-04-15Merge pull request #73 from markus-oberhumer/safe-read-writeTavian Barnes
2021-04-15util: add safe_read_all() and safe_write_all() functions.Markus F.X.J. Oberhumer
2021-04-15util: introduce safe versions of read & write that handle interruptedMarkus F.X.J. Oberhumer
2021-04-14Merge pull request #72 from markus-oberhumer/allow-empty-less-envvarTavian Barnes
2021-04-14parse: launch_pager(): set the LESS environment variable if it is empty.Markus F.X.J. Oberhumer
2021-04-14Merge pull request #70 from markus-oberhumer/fix-ci-freebsdTavian Barnes
2021-04-14CI: try to fix freebsd once again.Markus F.X.J. Oberhumer
2021-04-13ci/freebsd: Don't skip non-pull-request eventsTavian Barnes
2021-04-13Merge pull request #69 from markus-oberhumer/fix-launch-pager-v2Tavian Barnes
2021-04-13parse: check if PAGER environment variable is empty.Markus F.X.J. Oberhumer
2021-04-13ci/freebsd: only run if we are the correct repository owner.Markus F.X.J. Oberhumer
2021-03-31README: Remove repology badgeTavian Barnes
2021-03-28ci/freebsd: Set the hostname explicitlyTavian Barnes
2021-03-28README: Add a FreeBSD badgeTavian Barnes
2021-03-28ci: Add a FreeBSD buildTavian Barnes
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