summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2017-08-27Implement cost-based optimizationTavian Barnes
2017-08-27printf: Save some lines in time specifier parsingTavian Barnes
2017-08-22Avoid multiple extra stat()s of broken symlinks for -xtypeTavian Barnes
2017-08-16tests: Remove unnecessary sort-args.sh invocationsTavian Barnes
2017-08-12tests: Add some syntax highlighting to --verboseTavian Barnes
2017-08-12Unify broken symlink handlingTavian Barnes
2017-08-12tests: Add a test for -exec ... {} + with a failing commandTavian Barnes
2017-08-10Update README.mdTavian Barnes
2017-08-10bftw: Assert that the queue is empty when freeing itTavian Barnes
2017-08-10parse: Don't allow negative optimization levelsTavian Barnes
2017-08-10Release 1.1.11.1.1Tavian Barnes
2017-07-29exec: Fix more corner cases with -ok ... +Tavian Barnes
2017-07-29tests.sh: Add a --verbose modeTavian Barnes
2017-07-29exec: Don't allow anything between {} and +Tavian Barnes
2017-07-29util: Define O_DIRECTORY to 0 if it's not already definedTavian Barnes