summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Fix test_xtype_reorderTavian Barnes2019-04-281-2/+2
* Add support for the NO_COLOR environment variableTavian Barnes2019-04-271-4/+10
* parse: Add some missing costs/probabilitiesTavian Barnes2019-04-241-0/+4
* tests: Add some tests that require sudoTavian Barnes2019-04-245-13/+89
* tests: Redirect stdin from /dev/nullTavian Barnes2019-04-241-0/+3
* tests: Use more colorsTavian Barnes2019-04-241-32/+39
* parse: Allow things like -uid ++10Tavian Barnes2019-04-216-3/+105
* tests: Fix --bfs=pathTavian Barnes2019-04-211-10/+10
* tests: Don't test symlink permissionsTavian Barnes2019-04-202-32/+32
* tests: Add a test with -printf %H and multiple rootsTavian Barnes2019-04-202-0/+36
* trie: Make trie_remove() take a leaf instead of a keyTavian Barnes2019-04-205-62/+27
* tests: Refuse to run as rootTavian Barnes2019-04-181-256/+267
* Release 1.41.4Tavian Barnes2019-04-1510-9/+23
* tests: Fix color NUL byte test on platforms where sort expects textTavian Barnes2019-03-283-1/+17
* color: Implement ln=targetTavian Barnes2019-03-283-18/+82
* color: Implement escape sequence parsingTavian Barnes2019-03-284-196/+426
* dstring: Add a dstrdup() functionTavian Barnes2019-03-272-6/+23
* trie: Store void* values rather than const void*Tavian Barnes2019-03-274-5/+5
* opt: Optimize redundant comma expressionsTavian Barnes2019-03-214-5/+21
* tests: Respond to terminal resizesTavian Barnes2019-03-211-3/+9
* tests: Make the output more colorful and nicerTavian Barnes2019-03-201-18/+16
* opt: Replace -a -false/-o -true with -not when possibleTavian Barnes2019-03-203-0/+25
* tests: Add utilities for comparing colors to lsTavian Barnes2019-03-193-1/+93
* tests: Use archive extensions for color testsTavian Barnes2019-03-1726-6/+82
* color: Match the behaviour of GNU ls more closelyTavian Barnes2019-03-1727-51/+289
* main: Add pointer to trie.[ch]Tavian Barnes2019-03-171-0/+1
* README: Reorganize it a bitTavian Barnes2019-03-081-15/+27
* tests: Add a test for extension overridesTavian Barnes2019-03-073-0/+44
* eval: Fix -unique with -depthTavian Barnes2019-03-074-1/+33
* bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes2019-03-068-43/+121
* bftw: Switch from taking separate parameters to a parameters structTavian Barnes2019-03-063-30/+50
* parse: Use a trie to hold currently open filesTavian Barnes2019-03-065-31/+37
* mtab: Fix implementation for all platformsTavian Barnes2019-03-061-14/+7
* mtab: Replace the linked list of file system types with a trieTavian Barnes2019-03-061-44/+24
* trie: Add a function to get an arbitrary leafTavian Barnes2019-03-062-0/+14
* trie: Fix jump node offsetsTavian Barnes2019-03-061-1/+1
* trie: Minor optimizationTavian Barnes2019-03-051-7/+6
* color: Use a trie to store file extension colorsTavian Barnes2019-03-041-48/+82
* trie: Implement prefix/postfix searchTavian Barnes2019-03-042-0/+106
* trie: Implement removalTavian Barnes2019-03-042-0/+150
* trie: Revamp the API to support mappingsTavian Barnes2019-03-043-169/+127
* Implement -uniqueTavian Barnes2019-03-018-3/+95
* trie: Implement a QP trieTavian Barnes2019-03-013-0/+661
* tests: Add a test for symlink coloring to a deviceTavian Barnes2019-02-1813-1/+34
* parse: Wrap -help output at 80 charsTavian Barnes2019-02-131-3/+4
* Fix missing color escape ($) in the -help outputTavian Barnes2019-02-121-1/+1
* Release 1.3.31.3.3Tavian Barnes2019-02-103-2/+16
* Add some documentation commentsTavian Barnes2019-02-0921-1/+159
* tests: Add tests for -no{group,user} under fd pressureTavian Barnes2019-02-073-0/+16
* Turn on -Wstrict-prototypesTavian Barnes2019-02-064-4/+4