summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-07-13color: Only highlight the trailing slash on ENOTDIRTavian Barnes
2023-07-13color: Don't break up leading and trailing dirsTavian Barnes
2023-07-13color: TTY-escape filenamesTavian Barnes
2023-07-13color: Get rid of EXT_MAXTavian Barnes
2023-07-12parse: Reject -j0Tavian Barnes
2023-07-12tests/bfs: Add tests for -jTavian Barnes
2023-06-30color: Compare values too when deciding to smart-caseTavian Barnes
2023-06-29color: Implement smart casingTavian Barnes
2023-06-29tests/bfs/color: Add mixed-case extensionsTavian Barnes
2023-06-27tests: Get more tests passing with --bfs=tests/find-color.shTavian Barnes
2023-06-22tests/gnu/printf_times: Correct %T@ to %A@Tavian Barnes
2023-06-20alloc: Implement an arena for flexible structsTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-08color: `fi=0` should not fall back to `no`Tavian Barnes
2023-05-19tests/bfstd: Use bfs_verify() over explicit abort()Tavian Barnes
2023-05-18Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes
2023-05-18bit: Rename int.h to bit.hTavian Barnes
2023-05-16config: Align after saturating in flex_sizeof()Tavian Barnes
2023-05-16int: Backport C23's bit utilitiesTavian Barnes
2023-05-16int: Backport C23's endian utilitiesTavian Barnes
2023-05-16int: Backport C23's _WIDTH macrosTavian Barnes
2023-05-11config: Saturate on overflow in flex_sizeof()Tavian Barnes
2023-05-11config: Properly align flex_sizeof()Tavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-05-10config: s/BFS_COUNTOF/countof/Tavian Barnes
2023-04-12build: Fix tsanTavian Barnes
2023-03-31list: Use macros instead of type-erased listsTavian Barnes
2023-03-29trie: Use list.h for the list of leavesTavian Barnes
2023-01-31tests: Use close() wrappersTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2023-01-22mtab: Mitigate the race between bfs_mtab_parse() and bfs_mtab_fill_types()Tavian Barnes
2023-01-19tests/xtouch: Fix macOS buildTavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian Barnes
2022-12-29tests: Use bfs_sudo wrapper instead of testing $SUDOTavian Barnes
2022-12-16tests/bfs/printf_everything: Simplify double negationTavian Barnes
2022-12-16tests: New test for -fstype on a stacked mount pointTavian Barnes
2022-12-16tests: Save test stderr to separate filesTavian Barnes
2022-12-16tests: Fail early in bfs_diff if the diff failsTavian Barnes
2022-12-16tests: Print the skip reason for --verbose=skippedTavian Barnes
2022-12-16tests: Turn on set -eTavian Barnes
2022-12-16tests: Move crash detection into invoke_bfs, use ! instead of failTavian Barnes
2022-12-16tests: Replace skip_unless test with test || skipTavian Barnes
2022-12-14tests: Fix crash when stderr is redirectedTavian Barnes
2022-12-14tests/posix/readdir_error: Fix flakinessTavian Barnes
2022-12-13tests: Add a test for readdir() errorsTavian Barnes
2022-12-07config: New BFS_COUNTOF macroTavian Barnes
2022-12-02tests: Allow wildcard patterns like "posix/*"Tavian Barnes
2022-11-30parse: Fix crash on -xdev -mountTavian Barnes
2022-11-30parse: Pass the right argument when warning about -O9Tavian Barnes
2022-11-20tests: Avoid syslog() using a low fd on macOSTavian Barnes