*: remove some uses of argc
[platform/upstream/busybox.git] / findutils / find.c
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-26 Denys Vlasenkofind: do not recurse into directories with depth =...
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-13 Denys Vlasenkoadd USE_PORTABLE_CODE option and use it in find applet
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-20 Denis VlasenkoCompatibility fixes:
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-20 Denis Vlasenkogcc compat fix and warning suppression
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-12-09 Denis Vlasenkofind: add -iname support (Alexander Griesser <alexander...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-06 Paul Foxfix -xdev behavior in the presence of two or more neste...
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-16 Denis Vlasenkofind: fix SELinux-related warning
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-01 Denis Vlasenkofind: fix build failure on certain configs
2007-07-01 Denis Vlasenkofind: style fix
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-19 Denis Vlasenkofind: -context support for SELinux (KaiGai Kohei <kaiga...
2007-06-16 Denis Vlasenkofind: make -size match GNU find
2007-06-15 Denis Vlasenkofind: add conditional support for -maxdepth and -regex
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-13 Denis Vlasenkofind: add support for -delete, -path (by Natanael Copa)
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-08 Denis Vlasenkofind: fix -prune more. Add big comment about it.
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-05 Bernhard Reutner... - size and prune were mixed up
2007-04-05 Denis Vlasenkofind: missed 'ststic' on const data
2007-04-04 Denis Vlasenkofind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx...
2007-03-29 Bernhard Reutner... - use index_in_str_array also for find_main
2007-03-29 Bernhard Reutner... - remove bloated switch statement.
2007-03-29 Bernhard Reutner... - implement a TODO: Use index_in_str_array in parse_params
2007-03-29 Bernhard Reutner... - Purely cosmetic type fiddling
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-02-06 Denis Vlasenkofind: fix -not support
2007-02-04 Denis Vlasenkofind: support for !
2007-02-04 Bernhard Reutner... - strip 12 bytes off by using a smaller type for need_p...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-02-02 Denis Vlasenkofind -user support by Natanael Copa <natanael.copa...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-27 Denis Vlasenkofix warning in find.c
2007-01-26 Denis Vlasenkofind: fix -mtime, -mmin, -perm (+ add symbolic perm...
2007-01-22 Denis Vlasenkofix warning from needlessly-global functions
2007-01-03 Denis Vlasenkofind: fix misplaced #else (fix by Harald Kuthe <trhoudi...
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-23 Denis Vlasenkosum: 40% size reduction (-300 bytes)
2006-12-23 Denis Vlasenkofind: fix spurious -exec error messages
2006-12-12 Denis Vlasenkobuild system: add "release" target
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-31 Denis Vlasenkofind: -type T was actually meaning ! -type T!
2006-10-31 Denis Vlasenkofind: implement -prune. "make clean" now works! :)
2006-10-31 Denis Vlasenkofind: fix implicit -print (sometime differed from standard)
2006-10-30 Denis Vlasenkofind: implement ( )
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-29 Denis Vlasenkofind: small improvement
2006-10-29 Denis Vlasenkofind: fix -exec to work like stock find does.
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-14 Denis Vlasenkogrep: add support for -r
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-12 Paul Foximplement -print0 for find
2006-03-27 Paul Foxprevent find from ever descending into an xdev'ed direc...
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-01-25 Tim Rikerjust whitespace
2006-01-13 Paul Foxadd find's "-mmin" option. configurable.
2005-10-06 Rob LandleyThe supposedly trivial CONFIG->ENABLE conversion wasn...
2005-10-04 Rob LandleyAdd find -exec support from Rob Sullivan, and convert...
2005-09-22 "Vladimir N. Oleynik"network "default" --> bb_INET_default. Reduce 2 exporte...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-23 Eric AndersenApply patch from Ghozlane Toumi to add -inum support...
2002-12-11 Glenn L McGrathFix -mtime, by Ian Abbott
2002-07-24 Robert GrieblPatch for bug #1183: Added a -xdev option to find ...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-03-28 Mark WhitleyApplied patch from David Douthitt to re-add -print...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-07 Matt KraaiReworked find with David Douthitt to support -type...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
next