Age | Commit message (Expand) | Author |
---|---|---|
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 |
2014-08-05 | Rereading posix find.c page: "Specifying more than one of the mutually-exclus... | Rob Landley |
2014-08-05 | find.c: Posix wants loop detection. | Rob Landley |
2014-08-05 | Building busybox from source needs find -not (a synonym for posix's "!"). | Rob Landley |
2014-08-04 | find.c: add -mindepth, -maxdepth, and document -newer and -depth. | Rob Landley |
2014-08-03 | Implement exec -user, -group, and -newer. Enable find in defconfig. | Rob Landley |
2014-08-02 | Unbreak find -exec. | Rob Landley |
2014-07-30 | find.c: fix -iname. | Rob Landley |
2014-07-29 | find.c: first pass at case case insensitivity and exec. (Needs more debugging.) | Rob Landley |
2014-07-18 | Find bugfixes. | Rob Landley |
2014-07-16 | Write a new find. Not quite done, but the basics work. | Rob Landley |