summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2019-05-23dstring: Add a printf()-style creation APITavian Barnes
2019-05-23tests: Fix a typoTavian Barnes
2019-05-23bftw: Take dir->{dev,ino} from the right stat bufferTavian Barnes
2019-05-09tests: Work around Bash 4 not updating $COLUMNSTavian Barnes
2019-05-09tests: Add some more --sudo testsTavian Barnes
2019-05-05Release 1.4.11.4.1Tavian Barnes
2019-05-05color: Don't stat() if we don't need toTavian Barnes
2019-05-05bftw: Pass a const struct BFTW * to the callbackTavian Barnes
2019-05-04tests: Add missing expectation fileTavian Barnes
2019-05-04bftw: Add a caching stat() API to struct BFTWTavian Barnes
2019-05-04stat: Get rid of bfs_fstat()Tavian Barnes
2019-05-04stat: Unify the flags argumentsTavian Barnes
2019-04-28tests: Fix test_xtype_reorderTavian Barnes
2019-04-27Add support for the NO_COLOR environment variableTavian Barnes
2019-04-24parse: Add some missing costs/probabilitiesTavian Barnes
2019-04-24tests: Add some tests that require sudoTavian Barnes
2019-04-24tests: Redirect stdin from /dev/nullTavian Barnes
2019-04-24tests: Use more colorsTavian Barnes
2019-04-21parse: Allow things like -uid ++10Tavian Barnes
2019-04-21tests: Fix --bfs=pathTavian Barnes
2019-04-20tests: Don't test symlink permissionsTavian Barnes
2019-04-20tests: Add a test with -printf %H and multiple rootsTavian Barnes
2019-04-20trie: Make trie_remove() take a leaf instead of a keyTavian Barnes
2019-04-18tests: Refuse to run as rootTavian Barnes
2019-04-15Release 1.41.4Tavian Barnes
2019-03-28tests: Fix color NUL byte test on platforms where sort expects textTavian Barnes