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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
2
-2
/
+4
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-1
/
+1
*
grep: fix wrong filename in error message
Denis Vlasenko
2008-01-24
1
-1
/
+1
*
find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)
Denis Vlasenko
2007-12-09
1
-3
/
+7
*
grep: fix -Fo
Denis Vlasenko
2007-11-04
1
-3
/
+10
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
3
-3
/
+3
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
3
-6
/
+6
*
grep: delete obsolete comment
Denis Vlasenko
2007-09-10
1
-7
/
+1
*
grep: fix grep -F -e str1 -e str2 (was matching str2 only)
Denis Vlasenko
2007-09-10
1
-37
/
+61
*
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
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
2
-3
/
+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
*
grep: implement -m MAX_MATCHES; fix help text
Denis Vlasenko
2007-07-15
1
-37
/
+46
*
grep: fix buglets with context printing
Denis Vlasenko
2007-07-15
1
-28
/
+42
*
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
2
-163
/
+189
*
find: make -size match GNU find
Denis Vlasenko
2007-06-16
2
-3
/
+35
*
find: add conditional support for -maxdepth and -regex
Denis Vlasenko
2007-06-15
2
-52
/
+115
*
grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix.
Denis Vlasenko
2007-06-08
1
-16
/
+16
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
3
-3
/
+3
*
xargs: simplify word list management
Denis Vlasenko
2007-04-15
1
-29
/
+25
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-14
1
-1
/
+3
*
find: add support for -delete, -path (by Natanael Copa)
Denis Vlasenko
2007-04-13
2
-0
/
+60
*
make sure we free the grep data as well
Mike Frysinger
2007-04-12
1
-0
/
+1
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
1
-1
/
+1
*
xargs: fix my brain fart (resulted in memory leak)
Denis Vlasenko
2007-04-10
1
-7
/
+6
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
2
-0
/
+6
*
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
2
-50
/
+17
*
xargs: shrink code, ~80 bytes
Denis Vlasenko
2007-04-09
1
-75
/
+77
*
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
2
-32
/
+42
*
- 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
2
-115
/
+155
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-1
/
+1
*
- 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
2
-11
/
+9
*
grep: "implement" -a and -I by ignoring them
Denis Vlasenko
2007-02-25
1
-0
/
+3
*
grep: implement -w
Denis Vlasenko
2007-02-25
1
-76
/
+96
[prev]
[next]