| Commit message (Expand) | Author | Age | Files | Lines |
* | color: Color leading directories as errors if they don't exist | Tavian Barnes | 2019-08-23 | 1 | -5/+74 |
* | color: Fix a crash if LS_COLORS ends in * | Tavian Barnes | 2019-06-27 | 1 | -5/+10 |
* | color: Fix a crash if strndup() fails | Tavian Barnes | 2019-06-27 | 1 | -5/+5 |
* | fsade: Refactor the POSIX.1e abstractions | Tavian Barnes | 2019-05-24 | 1 | -2/+2 |
* | color: Don't stat() if we don't need to | Tavian Barnes | 2019-05-05 | 1 | -26/+44 |
* | bftw: Pass a const struct BFTW * to the callback | Tavian Barnes | 2019-05-05 | 1 | -6/+6 |
* | bftw: Add a caching stat() API to struct BFTW | Tavian Barnes | 2019-05-04 | 1 | -39/+30 |
* | stat: Unify the flags arguments | Tavian Barnes | 2019-05-04 | 1 | -5/+5 |
* | trie: Make trie_remove() take a leaf instead of a key | Tavian Barnes | 2019-04-20 | 1 | -3/+3 |
* | color: Implement ln=target | Tavian Barnes | 2019-03-28 | 1 | -18/+57 |
* | color: Implement escape sequence parsing | Tavian Barnes | 2019-03-28 | 1 | -196/+396 |
* | trie: Store void* values rather than const void* | Tavian Barnes | 2019-03-27 | 1 | -1/+1 |
* | color: Match the behaviour of GNU ls more closely | Tavian Barnes | 2019-03-17 | 1 | -23/+19 |
* | color: Use a trie to store file extension colors | Tavian Barnes | 2019-03-04 | 1 | -48/+82 |
* | Add some documentation comments | Tavian Barnes | 2019-02-09 | 1 | -0/+20 |
* | color.c: Fix an out-of-bounds read if LS_COLORS doesn't end in a colon | Tavian Barnes | 2019-01-11 | 1 | -9/+9 |
* | posix1e: Split out ACL and capability handling from util | Tavian Barnes | 2019-01-02 | 1 | -0/+1 |
* | color: Fix more incompatibilities with GNU ls | Tavian Barnes | 2019-01-02 | 1 | -14/+17 |
* | color: Check format strings + args for cfprintf() | Tavian Barnes | 2019-01-02 | 1 | -82/+105 |
* | diag: Unify diagnostic formatting | Tavian Barnes | 2019-01-02 | 1 | -23/+22 |
* | color: Don't bail out on colors that exist but are NULL | Tavian Barnes | 2018-12-28 | 1 | -14/+7 |
* | color: Support coloring files with capabilities | Tavian Barnes | 2018-12-17 | 1 | -0/+2 |
* | color: Make extension detection case-insensitive | Tavian Barnes | 2018-12-17 | 1 | -8/+18 |
* | color: Don't print the leading directory color if there's no leading directory | Tavian Barnes | 2018-12-17 | 1 | -23/+22 |
* | Update copyright dates | Tavian Barnes | 2018-09-24 | 1 | -1/+1 |
* | stat: New wrapper around the stat() family | Tavian Barnes | 2018-01-08 | 1 | -11/+12 |
* | color: Optimize cfprintf() a bit | Tavian Barnes | 2017-11-13 | 1 | -76/+86 |
* | color: Implement %m for cfprintf() | Tavian Barnes | 2017-11-13 | 1 | -0/+7 |
* | parse: Keep track of what files are already open | Tavian Barnes | 2017-10-21 | 1 | -2/+0 |
* | Report errors that occur when closing files | Tavian Barnes | 2017-10-21 | 1 | -0/+2 |
* | util: Wrap faccessat() to fix some portability issues | Tavian Barnes | 2017-09-20 | 1 | -1/+1 |
* | Implement cost-based optimization | Tavian Barnes | 2017-08-27 | 1 | -0/+16 |
* | Re-license under the BSD Zero Clause License | Tavian Barnes | 2017-07-27 | 1 | -10/+15 |
* | Add colors to -D tree | Tavian Barnes | 2017-05-15 | 1 | -0/+6 |
* | Pass AT_EACCESS to faccessat() | Tavian Barnes | 2017-04-30 | 1 | -1/+1 |
* | Release 1.01.0 | Tavian Barnes | 2017-04-24 | 1 | -1/+1 |
* | Make -help output prettier and more complete | Tavian Barnes | 2017-04-16 | 1 | -13/+53 |
* | Color link targets for -ls | Tavian Barnes | 2017-03-16 | 1 | -0/+33 |
* | Give struct expr a CFILE* instead of just a FILE* | Tavian Barnes | 2017-03-16 | 1 | -9/+43 |
* | Make a printf()-style API for colored messages | Tavian Barnes | 2017-03-11 | 1 | -144/+158 |
* | Update some copyright dates. | Tavian Barnes | 2016-11-24 | 1 | -1/+1 |
* | Check for errors in -print and friends. | Tavian Barnes | 2016-10-16 | 1 | -22/+57 |
* | bftw: Add support for some exotic file types, where available. | Tavian Barnes | 2016-10-02 | 1 | -0/+6 |
* | color: Ignore colors that are all zeros. | Tavian Barnes | 2016-06-03 | 1 | -1/+6 |
* | color: Add multi-hard link coloring support. | Tavian Barnes | 2016-06-02 | 1 | -1/+14 |
* | Fix uninitialized read in parse_colors(). | Tavian Barnes | 2016-02-27 | 1 | -0/+1 |
* | Color broken symlinks correctly. | Tavian Barnes | 2016-02-24 | 1 | -3/+10 |
* | s/color_table/colors/. | Tavian Barnes | 2016-02-14 | 1 | -9/+9 |
* | Refactor color handling. | Tavian Barnes | 2016-02-14 | 1 | -7/+27 |
* | Don't modify the result of getenv(). | Tavian Barnes | 2016-02-14 | 1 | -3/+10 |