summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2019-03-28color: Implement ln=targetTavian Barnes
2019-03-28color: Implement escape sequence parsingTavian Barnes
2019-03-27dstring: Add a dstrdup() functionTavian Barnes
2019-03-27trie: Store void* values rather than const void*Tavian Barnes
2019-03-21opt: Optimize redundant comma expressionsTavian Barnes
2019-03-21tests: Respond to terminal resizesTavian Barnes
2019-03-20tests: Make the output more colorful and nicerTavian Barnes
2019-03-20opt: Replace -a -false/-o -true with -not when possibleTavian Barnes
2019-03-19tests: Add utilities for comparing colors to lsTavian Barnes
2019-03-17tests: Use archive extensions for color testsTavian Barnes
2019-03-17color: Match the behaviour of GNU ls more closelyTavian Barnes
2019-03-17main: Add pointer to trie.[ch]Tavian Barnes
2019-03-08README: Reorganize it a bitTavian Barnes
2019-03-07tests: Add a test for extension overridesTavian Barnes
2019-03-07eval: Fix -unique with -depthTavian Barnes
2019-03-06bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes
2019-03-06bftw: Switch from taking separate parameters to a parameters structTavian Barnes
2019-03-06parse: Use a trie to hold currently open filesTavian Barnes
2019-03-06mtab: Fix implementation for all platformsTavian Barnes
2019-03-06mtab: Replace the linked list of file system types with a trieTavian Barnes
2019-03-06trie: Add a function to get an arbitrary leafTavian Barnes
2019-03-06trie: Fix jump node offsetsTavian Barnes
2019-03-05trie: Minor optimizationTavian Barnes
2019-03-04color: Use a trie to store file extension colorsTavian Barnes
2019-03-04trie: Implement prefix/postfix searchTavian Barnes
2019-03-04trie: Implement removalTavian Barnes
2019-03-04trie: Revamp the API to support mappingsTavian Barnes
2019-03-01Implement -uniqueTavian Barnes
2019-03-01trie: Implement a QP trieTavian Barnes
2019-02-18tests: Add a test for symlink coloring to a deviceTavian Barnes
2019-02-13parse: Wrap -help output at 80 charsTavian Barnes
2019-02-12Fix missing color escape ($) in the -help outputTavian Barnes
2019-02-10Release 1.3.31.3.3Tavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2019-02-07tests: Add tests for -no{group,user} under fd pressureTavian Barnes
2019-02-06Turn on -Wstrict-prototypesTavian Barnes