index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
find.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply post-1.20.0 patches, bump version to 1.20.1
1_20_1
Denys Vlasenko
2012-05-28
1
-1
/
+9
*
Fix find -follow support
Ian Wienand
2011-08-28
1
-1
/
+4
*
find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
Denys Vlasenko
2011-08-11
1
-1
/
+36
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
2011-05-23
1
-1
/
+33
*
find: implement -ipath
Bogdan Harjoc
2011-05-22
1
-3
/
+7
*
find: trim help text a bit
Denys Vlasenko
2011-02-12
1
-8
/
+8
*
find: remove the hack we use to parse options first, replace with simpler code
Denys Vlasenko
2011-02-12
1
-121
/
+91
*
find: print/print0/prune _can_ be inverted, fix it
Denys Vlasenko
2011-02-12
1
-106
/
+101
*
find: document ! (not) operator
Denys Vlasenko
2011-02-12
1
-0
/
+3
*
find: help text: PATH must be first
Denys Vlasenko
2011-02-12
1
-1
/
+1
*
find: yet another tweak to help text
Denys Vlasenko
2011-02-12
1
-6
/
+6
*
find: fix help text about -prune: it also does assume -print
Denys Vlasenko
2011-02-12
1
-3
/
+3
*
find: significantly improve hext text. +116 bytes
Denys Vlasenko
2011-02-12
1
-49
/
+56
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-1
/
+1
*
find: add rudimentary support for -exec {} +
Denys Vlasenko
2010-08-31
1
-10
/
+14
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-1
/
+1
*
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-15
1
-1
/
+89
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-3
/
+3
*
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-05-09
1
-0
/
+175
*
find: fix -name matching for dotfiles. -1 byte
Denys Vlasenko
2010-04-26
1
-2
/
+7
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
find: tweak error message
Bernhard Reutner-Fischer
2010-02-25
1
-2
/
+6
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
find: correct handling of -xdev
Denys Vlasenko
2010-01-10
1
-17
/
+25
*
find: add optional support for -links. +100 bytes
Matheus Izvekov
2010-01-06
1
-3
/
+23
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
1
-2
/
+2
*
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-30
1
-0
/
+2
*
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-29
1
-34
/
+45
*
find: do not recurse into directories with depth == --maxdepth
Denys Vlasenko
2009-09-27
1
-10
/
+18
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
1
-1
/
+1
*
add USE_PORTABLE_CODE option and use it in find applet
Denys Vlasenko
2009-09-13
1
-0
/
+4
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-6
/
+9
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-75
/
+75
*
Compatibility fixes:
Denis Vlasenko
2009-03-20
1
-10
/
+12
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-5
/
+5
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
gcc compat fix and warning suppression
Denis Vlasenko
2008-03-20
1
-1
/
+4
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-1
/
+4
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+3
*
find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)
Denis Vlasenko
2007-12-09
1
-3
/
+7
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
1
-3
/
+3
*
fix -xdev behavior in the presence of two or more nested mount points
Paul Fox
2007-09-06
1
-2
/
+4
*
*: compile fixes for 64-bit build
Denis Vlasenko
2007-08-23
1
-1
/
+3
*
find: fix SELinux-related warning
Denis Vlasenko
2007-08-16
1
-1
/
+2
*
httpd: round down sendfile byte count to 64k
Denis Vlasenko
2007-08-13
1
-3
/
+3
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
[next]