summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-11-14[WIP] Simplistic conversion from find syntax to fdfind2fdTavian Barnes
2022-11-13Use BFS_COMMAND over "bfs" in more placesTavian Barnes
2022-11-11distcheck: Add ubsan to msan buildTavian Barnes
2022-11-11exec: Fix index overflow parsing -exec +Tavian Barnes
2022-11-10typo: Array bounds are exclusive, not inclusiveTavian Barnes
2022-11-10xregex: Fix build without OnigurumaTavian Barnes
2022-11-10Try to report I/O errors earlier and only onceTavian Barnes
2022-11-10Revert "exec: Don't flush if the user says no to -ok"Tavian Barnes
2022-11-10docs: Update some example outputsTavian Barnes
2022-11-09parse: Squelch an uninitialized variable warningTavian Barnes
2022-11-09trie: Check __has_attribute(target_clones) before using itTavian Barnes
2022-11-09ctx: Flush the user/group caches when executing commandsTavian Barnes
2022-11-09pwcache: Fill the user/group caches lazilyTavian Barnes
2022-11-08eval: Add missing flag to -D statTavian Barnes
2022-11-08ci/codecov: Use a tokenTavian Barnes
2022-11-08tests/xtouch: Add some missing POSIX touch featuresTavian Barnes
2022-11-07tests/xtouch: New utilityTavian Barnes
2022-11-07xtime: Move parse_gettime() to xgettime()Tavian Barnes
2022-11-07xtime: s/parse_timestamp/xgetdate/Tavian Barnes
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-11-06util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes
2022-11-06tests: Skip fstype tests if the mtab isn't availableTavian Barnes
2022-11-06util: Use fewer BFS_*() wrappers for feature testingTavian Barnes
2022-11-06xspawn: Use _PATH_DEFPATH if _CS_PATH is not definedTavian Barnes
2022-11-05README: Add back empty paragraph for spacingTavian Barnes
2022-11-04README: Work around Content-Security-Policy issues with the animationTavian Barnes
2022-11-03codecov: Fix conflicts between src/*.c and tests/*.cTavian Barnes
2022-11-01color: Avoid dynamic allocation in get_ext_color()Tavian Barnes
2022-11-01trie: Optimize trie_mismatch() with tzcntTavian Barnes
2022-10-30trie: Use target_clones() for popcntTavian Barnes
2022-10-30trie: Refactor insertion to allocate the leaf in one placeTavian Barnes
2022-10-29trie: Make leaves into a linked listTavian Barnes
2022-10-29trie: New is_power_of_two() helperTavian Barnes
2022-10-29trie: Convert ASCII art to Unicode artTavian Barnes
2022-10-26README: Use a different screencast for the light themeTavian Barnes
2022-10-25README: Simplify comparison tableTavian Barnes
2022-10-21tests: Fix privilege dropping when run as rootTavian Barnes
2022-10-21Release 2.6.22.6.2Tavian Barnes
2022-10-21README: Add a <thead> to work around horizontal overflow on FirefoxTavian Barnes
2022-10-21tests/gnu/inum_automount: Work around systemd-mount raceTavian Barnes
2022-10-20tests: Always clean scratch before using itTavian Barnes
2022-10-20tests: Add a helper for cleaning scratchTavian Barnes
2022-10-19parse: Don't free uninitialized data on error pathsTavian Barnes
2022-10-19tests: Coverage number go upTavian Barnes
2022-10-19README: Break inline lists before bulletsTavian Barnes
2022-10-19tests: Split test cases into separate filesTavian Barnes
2022-10-18README: Add bullets to inline listsTavian Barnes
2022-10-18util: Use ENOTSUP instead of ENOSYS for stubbed xconfstr()Tavian Barnes