summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-14Release 1.5.11.5.1Tavian Barnes
2019-09-14Update documentation for the -mount/-xdev revertTavian Barnes
2019-09-13tests: Don't redirect to /dev/null when unnecessaryTavian Barnes
2019-09-13README: Add a version badge, remove the LOC badgeTavian Barnes
2019-09-13Makefile: Test different search strategies in parallelTavian Barnes
2019-09-13Makefile: Include -fsanitize=* in the sanitizer flag variablesTavian Barnes
2019-09-12main: Add darray.[ch] to the indexTavian Barnes
2019-09-11tests.sh: Use an array for the enabled testsTavian Barnes
2019-09-11parse: Don't treat -mount differently from -xdev yetTavian Barnes
2019-09-11tests: Add -mount/-xdev tests with -LTavian Barnes
2019-09-05tests: Test more cases in test_color_lsTavian Barnes
2019-09-04color: Actually resolve symlinks against their parent directoryTavian Barnes
2019-09-03color: Fix unsigned < 0 comparisonTavian Barnes
2019-09-03color: Fix directory coloring when resolving symlinks at the rootTavian Barnes
2019-09-03dstring: New dstrndup() functionTavian Barnes
2019-09-02darray: Clarify some documentation/commentsTavian Barnes
2019-08-30stat: Check that AT_STATX_DONT_SYNC exists before using itTavian Barnes
2019-08-29mtab: Rename maybe_mount to might_be_mountTavian Barnes
2019-08-29mtab: Lazy-load the device IDs from the mount tableTavian Barnes
2019-08-29mtab: Use BFS_STAT_NOSYNCTavian Barnes
2019-08-29stat: New BFS_STAT_NOSYNC flagTavian Barnes
2019-08-29darray: New dynamic array libraryTavian Barnes
2019-08-23tests: Bail out of ACL tests if we can't set ACLsTavian Barnes
2019-08-23color: Color leading directories as errors if they don't existTavian Barnes
2019-07-08spawn: Actually fix moving the pipe out of the wayTavian Barnes
2019-07-05spawn: Fix moving the pipe out of the wayTavian Barnes
2019-07-05stat: Treat EPERM like ENOSYS for statx()Tavian Barnes
2019-07-05exec: Mark a formatting function as BFS_FORMATTERTavian Barnes
2019-07-05Make -mount and -xdev documentation alphabeticalTavian Barnes
2019-07-04Makefile: Use $(CURDIR)/bfs instead of $(realpath bfs)Tavian Barnes
2019-07-04README: Shrink the "try it" examplesTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
2019-07-04bftw: Track the root bftw_file, not just the pathTavian Barnes
2019-07-04distcheck: Run --sudo tests with all search strategiesTavian Barnes
2019-07-03bftw: Use a flags enum rather than two bools for bftw_release_*()Tavian Barnes
2019-07-03bfs.1: Remove reference to non-existent sectionTavian Barnes
2019-06-28tests: Relax test_execdir_ulimit so that GNU find passesTavian Barnes
2019-06-28Makefile: Allow MANDIR to be overriddenTavian Barnes
2019-06-27Release 1.51.5Tavian Barnes
2019-06-27parse: Add costs for -*able testsTavian Barnes
2019-06-27color: Fix a crash if LS_COLORS ends in *Tavian Barnes
2019-06-27color: Fix a crash if strndup() failsTavian Barnes
2019-06-27bftw: Remove a dead assignmentTavian Barnes
2019-06-25bftw: Only rebuild the part of the path that changesTavian Barnes
2019-06-25bftw: Queue individual files in depth-first modeTavian Barnes
2019-06-25bftw: Don't store bftw_file in bftw_readerTavian Barnes
2019-06-25bftw: Remove BFTW_SKIP_SIBLINGSTavian Barnes
2019-06-25bftw: Rename bftw_dir to bftw_fileTavian Barnes
2019-06-25bftw: Don't store trailing slashes in bftw_dir namesTavian Barnes
2019-06-25bftw.h: Add missing #include for mode_tTavian Barnes