| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests: Add -mount/-xdev tests with -L | Tavian Barnes | 2019-09-11 | 1 | -0/+32 |
* | tests: Test more cases in test_color_ls | Tavian Barnes | 2019-09-05 | 1 | -1/+3 |
* | color: Actually resolve symlinks against their parent directory | Tavian Barnes | 2019-09-04 | 1 | -0/+1 |
* | color: Fix directory coloring when resolving symlinks at the root | Tavian Barnes | 2019-09-03 | 1 | -0/+25 |
* | tests: Bail out of ACL tests if we can't set ACLs | Tavian Barnes | 2019-08-23 | 1 | -10/+6 |
* | tests: Relax test_execdir_ulimit so that GNU find passes | Tavian Barnes | 2019-06-28 | 1 | -3/+3 |
* | color: Fix a crash if LS_COLORS ends in * | Tavian Barnes | 2019-06-27 | 1 | -0/+6 |
* | bftw: Queue individual files in depth-first mode | Tavian Barnes | 2019-06-25 | 1 | -1/+15 |
* | tests: Qualify the path to $TMP/scratch | Tavian Barnes | 2019-06-25 | 1 | -1/+3 |
* | tests.sh: Try a bit harder to clean up scratch | Tavian Barnes | 2019-06-17 | 1 | -4/+3 |
* | fsade: Fix ACL detection on macOS | Tavian Barnes | 2019-05-24 | 1 | -10/+56 |
* | Add documentation for -xattr | Tavian Barnes | 2019-05-24 | 1 | -0/+6 |
* | Implement -xattr predicate | Tavian Barnes | 2019-05-24 | 1 | -0/+27 |
* | fsade: Refactor the POSIX.1e abstractions | Tavian Barnes | 2019-05-24 | 1 | -0/+52 |
* | tests: Fix a typo | Tavian Barnes | 2019-05-23 | 1 | -1/+1 |
* | tests: Work around Bash 4 not updating $COLUMNS | Tavian Barnes | 2019-05-09 | 1 | -0/+7 |
* | tests: Add some more --sudo tests | Tavian Barnes | 2019-05-09 | 1 | -5/+49 |
* | color: Don't stat() if we don't need to | Tavian Barnes | 2019-05-05 | 1 | -0/+10 |
* | bftw: Add a caching stat() API to struct BFTW | Tavian Barnes | 2019-05-04 | 1 | -0/+10 |
* | tests: Fix test_xtype_reorder | Tavian Barnes | 2019-04-28 | 1 | -2/+2 |
* | tests: Add some tests that require sudo | Tavian Barnes | 2019-04-24 | 1 | -13/+77 |
* | tests: Redirect stdin from /dev/null | Tavian Barnes | 2019-04-24 | 1 | -0/+3 |
* | tests: Use more colors | Tavian Barnes | 2019-04-24 | 1 | -32/+39 |
* | parse: Allow things like -uid ++10 | Tavian Barnes | 2019-04-21 | 1 | -0/+20 |
* | tests: Fix --bfs=path | Tavian Barnes | 2019-04-21 | 1 | -10/+10 |
* | tests: Don't test symlink permissions | Tavian Barnes | 2019-04-20 | 1 | -1/+1 |
* | tests: Add a test with -printf %H and multiple roots | Tavian Barnes | 2019-04-20 | 1 | -0/+5 |
* | tests: Refuse to run as root | Tavian Barnes | 2019-04-18 | 1 | -256/+267 |
* | tests: Fix color NUL byte test on platforms where sort expects text | Tavian Barnes | 2019-03-28 | 1 | -1/+17 |
* | color: Implement ln=target | Tavian Barnes | 2019-03-28 | 1 | -0/+5 |
* | color: Implement escape sequence parsing | Tavian Barnes | 2019-03-28 | 1 | -0/+10 |
* | opt: Optimize redundant comma expressions | Tavian Barnes | 2019-03-21 | 1 | -2/+14 |
* | tests: Respond to terminal resizes | Tavian Barnes | 2019-03-21 | 1 | -3/+9 |
* | tests: Make the output more colorful and nicer | Tavian Barnes | 2019-03-20 | 1 | -18/+16 |
* | opt: Replace -a -false/-o -true with -not when possible | Tavian Barnes | 2019-03-20 | 1 | -0/+7 |
* | tests: Add utilities for comparing colors to ls | Tavian Barnes | 2019-03-19 | 1 | -1/+1 |
* | tests: Use archive extensions for color tests | Tavian Barnes | 2019-03-17 | 1 | -2/+3 |
* | color: Match the behaviour of GNU ls more closely | Tavian Barnes | 2019-03-17 | 1 | -3/+58 |
* | tests: Add a test for extension overrides | Tavian Barnes | 2019-03-07 | 1 | -0/+10 |
* | eval: Fix -unique with -depth | Tavian Barnes | 2019-03-07 | 1 | -0/+10 |
* | Implement -unique | Tavian Barnes | 2019-03-01 | 1 | -0/+16 |
* | tests: Add a test for symlink coloring to a device | Tavian Barnes | 2019-02-18 | 1 | -1/+6 |
* | tests: Add tests for -no{group,user} under fd pressure | Tavian Barnes | 2019-02-07 | 1 | -0/+16 |
* | tests: New utility for making and testing socket files | Tavian Barnes | 2019-02-01 | 1 | -11/+11 |
* | main: Fix closed standard stream handling | Tavian Barnes | 2019-02-01 | 1 | -0/+29 |
* | tests: Fail if bfs fails | Tavian Barnes | 2019-01-31 | 1 | -3/+17 |
* | posix1e: Split out ACL and capability handling from util | Tavian Barnes | 2019-01-02 | 1 | -3/+3 |
* | color: Fix more incompatibilities with GNU ls | Tavian Barnes | 2019-01-02 | 1 | -4/+79 |
* | tests: Fix test_exit() to not depend on breadth-first ordering | Tavian Barnes | 2018-12-28 | 1 | -1/+1 |
* | tests.sh: Add a --help with usage information | Tavian Barnes | 2018-12-17 | 1 | -1/+36 |