summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-02-06Release 3.13.1Tavian Barnes
2024-02-06opt: Enable BFTW_STAT when profitableTavian Barnes
2024-02-06ctx: Fill in ctx->threads earlierTavian Barnes
2024-02-06color: New API to check if stat() is necessaryTavian Barnes
2024-02-06bftw: stat() files asynchronouslyTavian Barnes
2024-02-05mtab: Take the basename directly in bfs_might_be_mount()Tavian Barnes
2024-02-05tests: Fix --stopTavian Barnes
2024-02-04build: Rename test targetsTavian Barnes
2024-02-03ci/macos: Try the new M1 runnerTavian Barnes
2024-02-03tests: Run more integration tests by defaultTavian Barnes
2024-02-03tests: Implement jobserver inheritanceTavian Barnes
2024-02-01tests: Don't clobber inherited FDsTavian Barnes
2024-02-01tests: Use variable redirections to dup std{out,err}Tavian Barnes
2024-02-01ci/freebsd: Use the system compilerTavian Barnes
2024-02-01bftw: Always block in bftw_pop_dir() with multiple threadsTavian Barnes
2024-02-01bftw: Don't immediately pin open directoriesTavian Barnes
2024-02-01bftw: Allow forcing bfs_dir allocation from the main threadTavian Barnes
2024-02-01bftw: Kill trivial bftw_queue_balance() helperTavian Barnes
2024-02-01bfstd: Don't shadow FreeBSD's fflags_tTavian Barnes
2024-01-31bftw: Actually stop if the callback returns BFTW_STOPTavian Barnes
2024-01-31opt: Charge eval_flags() for a stat() callTavian Barnes
2024-01-31bftw: Optimize -s -j2 searchesTavian Barnes
2024-01-31bftw: Use a bftw_queue for files tooTavian Barnes
2024-01-31bftw: New bftw_queue abstractionTavian Barnes
2024-01-30list: Return the next cursor from SLIST_INSERT()Tavian Barnes
2024-01-22eval: Squelch an uninitialized variable warningTavian Barnes
2024-01-18ioq: Implement ioq_stat()Tavian Barnes
2024-01-18ioq: Refactor to take advantage of -WswitchTavian Barnes
2024-01-18stat: Expose bfs_{fstatat,statx}_flags()Tavian Barnes
2024-01-18stat: Expose bfs_stat{,x}_convert()Tavian Barnes
2024-01-17tests/posix: Avoid catastrophic backtrackingTavian Barnes
2024-01-17xspawn: Check for _POSIX_SPAWN in bfs_spawn_addfchdir()Tavian Barnes
2024-01-17fsade: Mark bfs_acl_tag_type() as maybe_unusedTavian Barnes
2024-01-13tests: Properly filter escape sequences with --verbose=testsTavian Barnes
2024-01-13ioq: Use the negative errno conventionTavian Barnes
2024-01-13bfstd: New {error,errno}_is_like() functionsTavian Barnes
2024-01-13tests.h: Add a header guardTavian Barnes
2024-01-12tests: Merge unit test executables into oneTavian Barnes
2024-01-11tests: New output formatTavian Barnes
2024-01-09ci: Add an OmniOS builderTavian Barnes
2024-01-09tests: Don't do chmod +sTavian Barnes
2024-01-09config: Disable sys/acl.h on illumosTavian Barnes
2024-01-09build: Link with -lsocket -lnsl on illumosTavian Barnes
2024-01-09build: Define _POSIX_PTHREAD_SEMANTICS for illumosTavian Barnes
2024-01-07tests/bfs/D_opt: New test for more -D opt coverageTavian Barnes
2024-01-07eval: Check for xbasename() allocation failureTavian Barnes
2024-01-07expr: Make expressions variadicTavian Barnes
2024-01-07list: New SLIST_HEAD() and SLIST_TAIL() macrosTavian Barnes
2024-01-04ci: Add a DragonFly BSD jobTavian Barnes
2024-01-04Work around DragonFly BSD kernel bugTavian Barnes