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
*
*: 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
*
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-27
1
-2
/
+2
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-39
/
+37
*
find: fix build failure on certain configs
Denis Vlasenko
2007-07-01
1
-2
/
+3
*
find: style fix
Denis Vlasenko
2007-07-01
1
-6
/
+6
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-12
/
+7
*
find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Denis Vlasenko
2007-06-19
1
-163
/
+182
*
find: make -size match GNU find
Denis Vlasenko
2007-06-16
1
-2
/
+34
*
find: add conditional support for -maxdepth and -regex
Denis Vlasenko
2007-06-15
1
-49
/
+99
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
find: add support for -delete, -path (by Natanael Copa)
Denis Vlasenko
2007-04-13
1
-0
/
+44
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-0
/
+3
*
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
1
-25
/
+7
*
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-09
1
-2
/
+23
*
find: fix -prune more. Add big comment about it.
Denis Vlasenko
2007-04-08
1
-7
/
+21
*
find: fix handling of -prune
Denis Vlasenko
2007-04-08
1
-29
/
+39
*
- size and prune were mixed up
Bernhard Reutner-Fischer
2007-04-05
1
-6
/
+6
*
find: missed 'ststic' on const data
Denis Vlasenko
2007-04-05
1
-5
/
+6
*
find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)
Denis Vlasenko
2007-04-04
1
-112
/
+116
*
- use index_in_str_array also for find_main
Bernhard Reutner-Fischer
2007-03-29
1
-2
/
+8
*
- remove bloated switch statement.
Bernhard Reutner-Fischer
2007-03-29
1
-17
/
+8
*
- implement a TODO: Use index_in_str_array in parse_params
Bernhard Reutner-Fischer
2007-03-29
1
-40
/
+118
*
- Purely cosmetic type fiddling
Bernhard Reutner-Fischer
2007-03-29
1
-15
/
+14
[next]