Age | Commit message (Expand) | Author |
2019-09-16 | Ahem, -newerXY is in _find_, not in _file_. | Rob Landley |
2019-09-04 | find: support -printf \0 octal escapes and \c. | Elliott Hughes |
2019-09-04 | DIRTREE_STATLESS doesn't have to test 3 stat fields, it sets a flag | Rob Landley |
2019-08-30 | find: fix -name corner case. | Elliott Hughes |
2019-08-28 | Fix find(1) after c26870dab346. | Elliott Hughes |
2019-08-09 | find: fix dangling symlink behavior. | Elliott Hughes |
2019-06-11 | find: add -true/-false. | Elliott Hughes |
2019-06-07 | Implement stat %C and find %Z. | Elliott Hughes |
2019-05-29 | Teach find -printf about %.Ns patterns, tweak help text, add tests. | Rob Landley |
2019-05-25 | find: add -printf support. | Elliott Hughes |
2019-03-25 | find: fix inverted -exec exit status | Vidar Holen |
2019-03-10 | find: minor whitespace cleanup. | Elliott Hughes |
2019-03-10 | find: improve -context behavior on failure. | Elliott Hughes |
2019-03-09 | find: add -context. | Elliott Hughes |
2019-02-13 | find: fix -path/-ipath and add -wholename/-iwholename synonyms. | Elliott Hughes |
2018-10-27 | Zach Van Rijn asked for "find -empty". | Rob Landley |
2018-08-19 | Comment tweak. | Rob Landley |
2017-11-21 | Make find -exec + obey ARG_MAX just like xargs. | Elliott Hughes |
2016-12-20 | Add units for -atime and friends. (Also legacy -amin alias, but not in help text | Rob Landley |
2016-08-18 | Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-07-12 | Implement NOP find -noleaf | Rob Landley |
2016-05-20 | Add bufgetgrgid() | Rob Landley |
2016-04-25 | Fix find bug reported by Tom Marshall, add test for it, and while we're at it | Rob Landley |
2016-03-07 | Cleanup pass on the dirtree infrastructure, in preparation for making rm -r | Rob Landley |
2016-02-05 | Another fix from Josh Gao to avoid a null pointer dereference, and | Rob Landley |
2016-02-05 | Fix segfault when `find -iname` gets no argument. | Josh Gao |
2016-02-01 | Add find -delete | Rob Landley |
2016-01-14 | Make "find -execdir toys echo {} +" batch correctly and show topdir results. | Rob Landley |
2016-01-05 | Work towards making "find . -execdir echo {} + -execdir ls {} +" work, | Rob Landley |
2016-01-02 | Fix find --prune. | Rob Landley |
2016-01-02 | Fix "find . -exec echo {}" segfault, and stop measuring environment space, | Rob Landley |
2015-12-06 | Rename dirtree->data to dirfd, and don't store symlink length in it. | Rob Landley |
2015-12-06 | Enable matching any perm bits. | Gilad Arnold |
2015-11-19 | Fix find -perm. | Elliott Hughes |
2015-09-12 | Fix a find segfault. | Rob Landley |
2015-09-07 | Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. | Rob Landley |
2015-08-01 | Move strlower() from find to lib. | Rob Landley |
2015-07-10 | find: add -inum option | Greg Hackmann |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-03-21 | Another bug from David Halls: find -exec wasn't consuming its argument when i... | Rob Landley |
2015-03-12 | Make find accept numeric uid/gid, and simplify makedevs using the new infrast... | Rob Landley |
2015-03-02 | On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's a... | Rob Landley |
2014-11-22 | As long as Android's going to require fortify, fixup the warnings it generates. | Rob Landley |
2014-09-14 | find -xdev should return mount points, just not contents. | Rob Landley |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-09-08 | Add error test and fix memory leak, reported by Ashwini Sharma. | Rob Landley |
2014-08-07 | Fix -mindepth and -maxdepth to not drill down into excluded directories. | Rob Landley |
2014-08-05 | More find bugfixes. | Rob Landley |