aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko2015-10-071-1/+4
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+2
* find: fix regression in status processing for path argumentsFelix Fietkau2015-04-141-4/+2
* find: support -perm /BITS. Closes 7340Denys Vlasenko2014-09-051-4/+4
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-221-1/+3
* find: exit code fixes for find -execDenys Vlasenko2014-06-191-8/+9
* find: add optional support for '-exec ... {} +'Bartosz Golaszewski2014-06-171-15/+141
* xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-271-30/+2
* find: code shrinkDenys Vlasenko2014-02-261-5/+3
* find: fix a regression introduced with -HLP supportDenys Vlasenko2014-01-091-1/+20
* Whitespace fixesDenys Vlasenko2013-07-301-2/+2
* find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko2013-05-161-6/+45
* find: support -HLPDenys Vlasenko2013-05-141-3/+12
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-2/+2
* find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko2012-09-061-14/+21
* typo fix in commentDenys Vlasenko2012-05-181-1/+1
* find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko2012-05-171-1/+9
* Fix find -follow supportIan Wienand2011-08-281-1/+4
* find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko2011-08-111-1/+36
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko2011-05-231-1/+33
* find: implement -ipathBogdan Harjoc2011-05-221-3/+7
* find: trim help text a bitDenys Vlasenko2011-02-121-8/+8
* find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko2011-02-121-121/+91
* find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko2011-02-121-106/+101
* find: document ! (not) operatorDenys Vlasenko2011-02-121-0/+3
* find: help text: PATH must be firstDenys Vlasenko2011-02-121-1/+1
* find: yet another tweak to help textDenys Vlasenko2011-02-121-6/+6
* find: fix help text about -prune: it also does assume -printDenys Vlasenko2011-02-121-3/+3
* find: significantly improve hext text. +116 bytesDenys Vlasenko2011-02-121-49/+56
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* find: add rudimentary support for -exec {} +Denys Vlasenko2010-08-311-10/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-151-1/+89
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-3/+3
* make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko2010-05-091-0/+175
* find: fix -name matching for dotfiles. -1 byteDenys Vlasenko2010-04-261-2/+7
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* find: tweak error messageBernhard Reutner-Fischer2010-02-251-2/+6
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* find: correct handling of -xdevDenys Vlasenko2010-01-101-17/+25
* find: add optional support for -links. +100 bytesMatheus Izvekov2010-01-061-3/+23
* *: remove some uses of argcDenys Vlasenko2010-01-041-2/+2
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-301-0/+2
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-291-34/+45
* find: do not recurse into directories with depth == --maxdepthDenys Vlasenko2009-09-271-10/+18
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-1/+1
* add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2009-09-131-0/+4
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1