index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
find.c
Age
Commit message (
Expand
)
Author
2007-06-19
find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Denis Vlasenko
2007-06-16
find: make -size match GNU find
Denis Vlasenko
2007-06-15
find: add conditional support for -maxdepth and -regex
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-13
find: add support for -delete, -path (by Natanael Copa)
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-09
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-08
find: fix -prune more. Add big comment about it.
Denis Vlasenko
2007-04-08
find: fix handling of -prune
Denis Vlasenko
2007-04-05
- size and prune were mixed up
Bernhard Reutner-Fischer
2007-04-05
find: missed 'ststic' on const data
Denis Vlasenko
2007-04-04
find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)
Denis Vlasenko
2007-03-29
- use index_in_str_array also for find_main
Bernhard Reutner-Fischer
2007-03-29
- remove bloated switch statement.
Bernhard Reutner-Fischer
2007-03-29
- implement a TODO: Use index_in_str_array in parse_params
Bernhard Reutner-Fischer
2007-03-29
- Purely cosmetic type fiddling
Bernhard Reutner-Fischer
2007-03-29
- fold recurse, depthFirst and dereference params into one param flags.
Bernhard Reutner-Fischer
2007-02-06
find: fix -not support
Denis Vlasenko
2007-02-04
find: support for !
Denis Vlasenko
2007-02-04
- strip 12 bytes off by using a smaller type for need_print.
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
assorted fixes for bugs found with randomconfig
Denis Vlasenko
2007-02-02
find -user support by Natanael Copa <natanael.copa@gmail.com>
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-27
fix warning in find.c
Denis Vlasenko
2007-01-26
find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)
Denis Vlasenko
2007-01-22
fix warning from needlessly-global functions
Denis Vlasenko
2007-01-03
find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)
Denis Vlasenko
2006-12-26
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-23
sum: 40% size reduction (-300 bytes)
Denis Vlasenko
2006-12-23
find: fix spurious -exec error messages
Denis Vlasenko
2006-12-12
build system: add "release" target
Denis Vlasenko
2006-11-01
mostly style fixes
Denis Vlasenko
2006-10-31
find: -type T was actually meaning ! -type T!
Denis Vlasenko
2006-10-31
find: implement -prune. "make clean" now works! :)
Denis Vlasenko
2006-10-31
find: fix implicit -print (sometime differed from standard)
Denis Vlasenko
2006-10-30
find: implement ( )
Denis Vlasenko
2006-10-29
find: a lot more compliant to 'standard' find
Denis Vlasenko
2006-10-29
find: small improvement
Denis Vlasenko
2006-10-29
find: fix -exec to work like stock find does.
Denis Vlasenko
2006-10-27
recursive_action: add depth param
Denis Vlasenko
2006-10-14
grep: add support for -r
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-12
implement -print0 for find
Paul Fox
2006-03-27
prevent find from ever descending into an xdev'ed directory.
Paul Fox
[next]