summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2019-06-25util: Filter out . and .. in xreaddir()Tavian Barnes
2019-06-25parse: Reorder table_entry to avoid needing to specify prefix=falseTavian Barnes
2019-06-25tests: Qualify the path to $TMP/scratchTavian Barnes
2019-06-17tests.sh: Try a bit harder to clean up scratchTavian Barnes
2019-06-16parse: Sort the parse tableTavian Barnes
2019-06-16bfs.1: Color -S and bfs/dfs/ids differentlyTavian Barnes
2019-06-16eval: Get rid of a level of indirection for quitTavian Barnes
2019-06-16exec: Assert that at_fd is the immediate parentTavian Barnes
2019-06-16spawn: Move the pipe FD out of the way of input FDs tooTavian Barnes
2019-06-16main: Update comment for fsadeTavian Barnes
2019-06-04parse: Reject unknown search strategiesTavian Barnes
2019-06-04parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes
2019-06-03Add documentation for -bfs/-dfs/-idsTavian Barnes
2019-05-31parse: Pipe bfs -help to a pager when interactiveTavian Barnes
2019-05-31spawn: Add dup2() and close() file actionsTavian Barnes
2019-05-31parse: Fix some line wrappingTavian Barnes
2019-05-29Implement an iterative deepening mode (-ids)Tavian Barnes
2019-05-28Implement a depth-first mode (-dfs)Tavian Barnes
2019-05-28bftw: Visit multiple roots breadth-firstTavian Barnes
2019-05-28bftw: Refactor the implementation a bitTavian Barnes
2019-05-27Makefile: Make the all target really build allTavian Barnes
2019-05-24fsade: Fix ACL detection on macOSTavian Barnes
2019-05-24Add documentation for -xattrTavian Barnes
2019-05-24Implement -xattr predicateTavian Barnes
2019-05-24fsade: Refactor the POSIX.1e abstractionsTavian Barnes