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
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 all post-1.7.1 patches, set version to 1.7.2
1_7_2
Denis Vlasenko
2007-09-29
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
*
- fold recurse, depthFirst and dereference params into one param flags.
Bernhard Reutner-Fischer
2007-03-29
1
-8
/
+6
*
find: fix -not support
Denis Vlasenko
2007-02-06
1
-3
/
+3
*
find: support for !
Denis Vlasenko
2007-02-04
1
-8
/
+37
*
- strip 12 bytes off by using a smaller type for need_print.
Bernhard Reutner-Fischer
2007-02-04
1
-8
/
+9
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
assorted fixes for bugs found with randomconfig
Denis Vlasenko
2007-02-03
1
-1
/
+4
*
find -user support by Natanael Copa <natanael.copa@gmail.com>
Denis Vlasenko
2007-02-02
1
-0
/
+19
*
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-29
1
-4
/
+4
*
fix warning in find.c
Denis Vlasenko
2007-01-27
1
-4
/
+4
*
find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)
Denis Vlasenko
2007-01-26
1
-27
/
+40
*
fix warning from needlessly-global functions
Denis Vlasenko
2007-01-22
1
-1
/
+1
*
find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)
Denis Vlasenko
2007-01-03
1
-2
/
+3
*
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-26
1
-1
/
+3
*
sum: 40% size reduction (-300 bytes)
Denis Vlasenko
2006-12-23
1
-10
/
+5
*
find: fix spurious -exec error messages
Denis Vlasenko
2006-12-23
1
-2
/
+1
*
build system: add "release" target
Denis Vlasenko
2006-12-12
1
-0
/
+14
*
mostly style fixes
Denis Vlasenko
2006-11-01
1
-29
/
+29
*
find: -type T was actually meaning ! -type T!
Denis Vlasenko
2006-10-31
1
-1
/
+1
*
find: implement -prune. "make clean" now works! :)
Denis Vlasenko
2006-10-31
1
-3
/
+21
*
find: fix implicit -print (sometime differed from standard)
Denis Vlasenko
2006-10-31
1
-3
/
+11
*
find: implement ( )
Denis Vlasenko
2006-10-30
1
-96
/
+169
*
find: a lot more compliant to 'standard' find
Denis Vlasenko
2006-10-29
1
-173
/
+260
*
find: small improvement
Denis Vlasenko
2006-10-29
1
-11
/
+15
[next]