summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-01-20Release 1.21.2Tavian Barnes
2018-01-20printf: Add %w and %Wk for file birth timesTavian Barnes
2018-01-08stat: New wrapper around the stat() familyTavian Barnes
2018-01-08Minor header cleanupsTavian Barnes
2018-01-06parse: Minor cleanups from af7878c/7da0d28Tavian Barnes
2018-01-06bftw: Rename 'last' to 'previous'Tavian Barnes
2017-12-15Keep track of required FDs per-exprTavian Barnes
2017-11-13exec: Minor whitespace consistency fixTavian Barnes
2017-11-13color: Optimize cfprintf() a bitTavian Barnes
2017-11-13color: Implement %m for cfprintf()Tavian Barnes
2017-11-12exec: Fix error reportingTavian Barnes
2017-11-12exec: Recover from E2BIGTavian Barnes
2017-11-12cmdline: Account for files opened during/between evaluations more carefullyTavian Barnes
2017-11-05Add support for file birth/creation times on platforms that have itTavian Barnes
2017-11-05parse: Support -perm +7777, for compatibility with BSD and old GNU findTavian Barnes
2017-10-27Release 1.1.41.1.4Tavian Barnes
2017-10-26exec: Make argument size tracking robust to page-granularity accountingTavian Barnes
2017-10-22exec: Apply more headroom to avoid E2BIGTavian Barnes
2017-10-22Use "error:" prefix consistentlyTavian Barnes
2017-10-21cmdline: Declare functions in a more natural orderTavian Barnes
2017-10-21parse: Keep track of what files are already openTavian Barnes
2017-10-21Report errors that occur when closing filesTavian Barnes
2017-10-15Add a man pageTavian Barnes
2017-10-13Don't use install -DTavian Barnes
2017-10-04Release 1.1.31.1.3Tavian Barnes
2017-09-20tests: -quit is not POSIXTavian Barnes
2017-09-20util: Wrap faccessat() to fix some portability issuesTavian Barnes
2017-09-17opt: More -O4 tweaksTavian Barnes
2017-09-17opt: Use the standard LLONG_MAX instead of the nonstandard LONG_LONG_MAXTavian Barnes
2017-09-17opt: Fix -depth with arguments bigger than INT_MAXTavian Barnes
2017-09-17opt: Move some aggressive optimizations back to -O4Tavian Barnes
2017-09-17parse: Document the bfs meaning of -O in -helpTavian Barnes
2017-09-17opt: Have data flow analysis respect always_{true,false}Tavian Barnes
2017-09-16tests: Add tests that trigger some optimizationsTavian Barnes
2017-09-16opt: Implement some data flow optimizationsTavian Barnes
2017-09-16opt: Separate optimization from parsingTavian Barnes
2017-09-10Release 1.1.21.1.2Tavian Barnes
2017-09-09eval: Make sure nopenfd >= 2 for bftw()Tavian Barnes
2017-09-09tests: Silence error messages while creating deep/Tavian Barnes
2017-09-09Try /proc/self/fd before /dev/fdTavian Barnes
2017-09-09mtab: Add support for SolarisTavian Barnes
2017-09-07Revert "tests: Test hardlinks to symlinks"Tavian Barnes
2017-09-06parse: Don't reorder or remove tests with potential side effectsTavian Barnes
2017-09-06util: Factor out checks for nonexistent paths/broken linksTavian Barnes
2017-09-06parse: Factor out common initialization code for -print and friendsTavian Barnes
2017-09-06tests: Test hardlinks to symlinksTavian Barnes
2017-09-04tests: Make test_deep pass with other find implementationsTavian Barnes
2017-09-02Implement -D searchTavian Barnes
2017-09-02tests: Use human-readable filenames in links/Tavian Barnes
2017-09-02mtab: Use __has_include() to check for <mntent.h>Tavian Barnes