2009-03-20 |
Denis Vlasenko | Compatibility fixes: |
blob | commitdiff | raw |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Denis Vlasenko | *: introduce and use FAST_FUNC: regparm on i386, otherw... |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Denis Vlasenko | gcc compat fix and warning suppression |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: fix fallout from -Wunused-parameter |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Denis Vlasenko | find: add -iname support (Alexander Griesser <alexander... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Denis Vlasenko | 'simple' error message functions by Loic Grenie <loic... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
Paul Fox | fix -xdev behavior in the presence of two or more neste... |
blob | commitdiff | raw | diff to current |
2007-08-23 |
Denis Vlasenko | *: compile fixes for 64-bit build |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Denis Vlasenko | find: fix SELinux-related warning |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Denis Vlasenko | httpd: round down sendfile byte count to 64k |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Denis Vlasenko | multiplier suffixes are short, store them directly... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Denis Vlasenko | Replace index_in_[sub]str_array with index_in_[sub... |
blob | commitdiff | raw | diff to current |
2007-07-01 |
Denis Vlasenko | find: fix build failure on certain configs |
blob | commitdiff | raw | diff to current |
2007-07-01 |
Denis Vlasenko | find: style fix |
blob | commitdiff | raw | diff to current |
2007-06-30 |
Denis Vlasenko | introduce and use bb_basename() |
blob | commitdiff | raw | diff to current |
2007-06-19 |
Denis Vlasenko | find: -context support for SELinux (KaiGai Kohei <kaiga... |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Denis Vlasenko | find: make -size match GNU find |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Denis Vlasenko | find: add conditional support for -maxdepth and -regex |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Denis Vlasenko | find: add support for -delete, -path (by Natanael Copa) |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Denis Vlasenko | audit small applets and mark some of them as NOFORK. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Denis Vlasenko | factor out NOFORK/NOEXEC code from find. Use it for... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Denis Vlasenko | Implement first instance of NOFORK applet - echo |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Denis Vlasenko | find: fix -prune more. Add big comment about it. |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Denis Vlasenko | find: fix handling of -prune |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Bernhard Reutner... | - size and prune were mixed up |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Denis Vlasenko | find: missed 'ststic' on const data |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Denis Vlasenko | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Bernhard Reutner... | - use index_in_str_array also for find_main |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Bernhard Reutner... | - remove bloated switch statement. |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Bernhard Reutner... | - implement a TODO: Use index_in_str_array in parse_params |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Bernhard Reutner... | - Purely cosmetic type fiddling |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Bernhard Reutner... | - fold recurse, depthFirst and dereference params into... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Denis Vlasenko | find: fix -not support |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Denis Vlasenko | find: support for ! |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Bernhard Reutner... | - strip 12 bytes off by using a smaller type for need_p... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | assorted fixes for bugs found with randomconfig |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Denis Vlasenko | find -user support by Natanael Copa <natanael.copa... |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #4 |
blob | commitdiff | raw | diff to current |
2007-01-27 |
Denis Vlasenko | fix warning in find.c |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Denis Vlasenko | find: fix -mtime, -mmin, -perm (+ add symbolic perm... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Denis Vlasenko | fix warning from needlessly-global functions |
blob | commitdiff | raw | diff to current |
2007-01-03 |
Denis Vlasenko | find: fix misplaced #else (fix by Harald Kuthe <trhoudi... |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | merge post-1.3.0 fixes |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Denis Vlasenko | sum: 40% size reduction (-300 bytes) |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Denis Vlasenko | find: fix spurious -exec error messages |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Denis Vlasenko | build system: add "release" target |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Denis Vlasenko | mostly style fixes |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Denis Vlasenko | find: -type T was actually meaning ! -type T! |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Denis Vlasenko | find: implement -prune. "make clean" now works! :) |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Denis Vlasenko | find: fix implicit -print (sometime differed from standard) |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Denis Vlasenko | find: implement ( ) |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Denis Vlasenko | find: a lot more compliant to 'standard' find |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Denis Vlasenko | find: small improvement |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Denis Vlasenko | find: fix -exec to work like stock find does. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Denis Vlasenko | recursive_action: add depth param |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | grep: add support for -r |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-09-22 |
Rob Landley | Change license statements (and clean up headers) on... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Bernhard Reutner... | - reuse strings and messages. Saves about 600B |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Paul Fox | implement -print0 for find |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Paul Fox | prevent find from ever descending into an xdev'ed direc... |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Rob Landley | Patch from Denis Vlasenko to add xstat() and use it. |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Paul Fox | add find's "-mmin" option. configurable. |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Rob Landley | The supposedly trivial CONFIG->ENABLE conversion wasn... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Rob Landley | Add find -exec support from Rob Sullivan, and convert... |
blob | commitdiff | raw | diff to current |
2005-09-22 |
"Vladimir N. Oleynik" | network "default" --> bb_INET_default. Reduce 2 exporte... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Eric Andersen | Patch from Bernhard Fischer to make a bunch of symbols... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-07-14 |
Eric Andersen | Update a bunch of docs. Run a script to update my... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Eric Andersen | Apply patch from Ghozlane Toumi to add -inum support... |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Glenn L McGrath | Fix -mtime, by Ian Abbott |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Robert Griebl | Patch for bug #1183: Added a -xdev option to find ... |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Matt Kraai | Remove `== TRUE' tests and convert `!= TRUE' and `... |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Mark Whitley | Applied patch from David Douthitt to re-add -print... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-02-07 |
Matt Kraai | Reworked find with David Douthitt to support -type... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | raw | diff to current |
2001-01-18 |
Matt Kraai | Eliminate calls of the form "fprintf(stdout,". Thanks... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Mark Whitley | Removed unnecessary #include "regexp.h" line from find... |
blob | commitdiff | raw | diff to current |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | More doc updates for BusyBox, with fixes to apps for... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
blob | commitdiff | raw | diff to current |
next |