summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2019-02-06Re-write the help/manpageTavian Barnes
2019-02-06parse: Treat -d as a flag, not an optionTavian Barnes
2019-02-06parse: Add support for whiteouts in -type/-xtypeTavian Barnes
2019-02-06Fix -nouser/-nogroup error handlingTavian Barnes
2019-02-04opt: Optimize -samefile together with -inumTavian Barnes
2019-02-01Merge branch 'improvements'Tavian Barnes
2019-02-01util: Remove some unused macrosTavian Barnes
2019-02-01opt: Apply data flow optimizations to more numeric rangesTavian Barnes
2019-02-01parse: Remove the recommendation to check find -help or man findTavian Barnes
2019-02-01tests: New utility for making and testing socket filesTavian Barnes
2019-02-01eval: Fix wrong colors in error messagesTavian Barnes
2019-02-01main: Fix closed standard stream handlingTavian Barnes