Age | Commit message (Expand) | Author |
2008-02-11 | - spelling fixes | Bernhard Reutner-Fischer |
2008-01-24 | grep: fix wrong filename in error message | Denis Vlasenko |
2007-12-09 | find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) | Denis Vlasenko |
2007-11-04 | grep: fix -Fo | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-10 | grep: delete obsolete comment | Denis Vlasenko |
2007-09-10 | grep: fix grep -F -e str1 -e str2 (was matching str2 only) | Denis Vlasenko |
2007-09-06 | fix -xdev behavior in the presence of two or more nested mount points | Paul Fox |
2007-08-23 | *: compile fixes for 64-bit build | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-16 | find: fix SELinux-related warning | Denis Vlasenko |
2007-08-13 | httpd: round down sendfile byte count to 64k | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-27 | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-15 | grep: implement -m MAX_MATCHES; fix help text | Denis Vlasenko |
2007-07-15 | grep: fix buglets with context printing | Denis Vlasenko |
2007-07-01 | find: fix build failure on certain configs | Denis Vlasenko |
2007-07-01 | find: style fix | Denis Vlasenko |
2007-06-30 | introduce and use bb_basename() | Denis Vlasenko |
2007-06-19 | find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) | Denis Vlasenko |
2007-06-16 | find: make -size match GNU find | Denis Vlasenko |
2007-06-15 | find: add conditional support for -maxdepth and -regex | Denis Vlasenko |
2007-06-08 | grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix. | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-15 | xargs: simplify word list management | Denis Vlasenko |
2007-04-14 | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko |
2007-04-13 | find: add support for -delete, -path (by Natanael Copa) | Denis Vlasenko |
2007-04-12 | make sure we free the grep data as well | Mike Frysinger |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-04-10 | xargs: fix my brain fart (resulted in memory leak) | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-04-09 | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko |
2007-04-09 | xargs: shrink code, ~80 bytes | Denis Vlasenko |
2007-04-09 | Implement first instance of NOFORK applet - echo | Denis Vlasenko |
2007-04-08 | find: fix -prune more. Add big comment about it. | Denis Vlasenko |
2007-04-08 | find: fix handling of -prune | Denis Vlasenko |
2007-04-05 | - size and prune were mixed up | Bernhard Reutner-Fischer |
2007-04-05 | find: missed 'ststic' on const data | Denis Vlasenko |
2007-04-04 | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-03-29 | - use index_in_str_array also for find_main | Bernhard Reutner-Fischer |
2007-03-29 | - remove bloated switch statement. | Bernhard Reutner-Fischer |
2007-03-29 | - implement a TODO: Use index_in_str_array in parse_params | Bernhard Reutner-Fischer |
2007-03-29 | - Purely cosmetic type fiddling | Bernhard Reutner-Fischer |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer |
2007-02-25 | grep: "implement" -a and -I by ignoring them | Denis Vlasenko |
2007-02-25 | grep: implement -w | Denis Vlasenko |
2007-02-25 | ash: replace xstrdup (shell shall not die) | Denis Vlasenko |