summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-07-15Release 1.2.31.2.3Tavian Barnes
2018-07-15eval: Debug all stat() callsTavian Barnes
2018-07-12eval: Share the statbuf across multiple -xtype'sTavian Barnes
2018-07-12eval: Get rid of duplicate statbuf fieldTavian Barnes
2018-07-12eval: Fix -delete when following symlinks.Tavian Barnes
2018-07-11stat: Support the glibc statx() wrapperTavian Barnes
2018-07-08exec: Add some debugging info about failed commandsTavian Barnes
2018-07-07tests: Add some more tests for broken symlinksTavian Barnes
2018-07-07exec: Make ARG_MAX accounting a bit less restrictive with large pagesTavian Barnes
2018-07-07tests: Use -maxdepth 0 instead of | head -n1Tavian Barnes
2018-07-06parse: Add some missing failure messagesTavian Barnes
2018-07-02stat: Handle platforms that don't support AT_EMPTY_PATH for fstatat()Tavian Barnes
2018-07-02stat: Don't try to statx() on architectures without the syscallTavian Barnes
2018-06-25exec: Don't assume bfs_exec_debug() doesn't change errnoTavian Barnes
2018-06-25bftw: Use bftw_action as the return type when applicableTavian Barnes
2018-06-24tests: Relax test_depth_errorTavian Barnes
2018-06-23Release 1.2.21.2.2Tavian Barnes
2018-06-23bftw: Introduce bftw_reader typeTavian Barnes
2018-06-23tests: New test for -depth in the presence of read errorsTavian Barnes
2018-06-19eval: Don't use %m to report a non-errno errorTavian Barnes
2018-06-18parse: Don't leave expr->mode_cmp uninitializedTavian Barnes
2018-04-07bftw: Replace the circular buffer queue with a linked listTavian Barnes
2018-04-05README: Add a repology badgeTavian Barnes
2018-03-18tests: Work around broken rm in cleanupTavian Barnes
2018-03-18tests: Don't use process substitution for diffTavian Barnes
2018-03-18tests: Be robust to ls -i implementation that output a leading spaceTavian Barnes
2018-03-18tests: Add a --noclean option to preserve the test directoryTavian Barnes
2018-03-18New 'sanitized' make targetTavian Barnes
2018-03-04mtab: Fall back on /proc/mounts if /etc/mtab isn't availableTavian Barnes
2018-02-10exec: Fix size accounting when recovering from E2BIGTavian Barnes
2018-02-08Release 1.2.11.2.1Tavian Barnes
2018-02-06exec: Avoid a warning when building with _FORTIFY_SOURCETavian Barnes
2018-02-01eval: Don't unnecessarily zero fields in struct eval_stateTavian Barnes
2018-02-01bftw: Open-code the "."/".." checksTavian Barnes
2018-02-01bftw: Fix the heap implementationTavian Barnes
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