1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 75aa615 find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) by Denis Vlasenko · 17 years ago
  3. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  4. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  5. dcf9bba fix -xdev behavior in the presence of two or more nested mount points by Paul Fox · 17 years ago
  6. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  7. 838daca find: fix SELinux-related warning by Denis Vlasenko · 17 years ago
  8. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  9. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  10. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  11. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  12. 4b9b0ce find: fix build failure on certain configs by Denis Vlasenko · 17 years ago
  13. 99fcc62 find: style fix by Denis Vlasenko · 17 years ago
  14. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  15. a19faf8 find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) by Denis Vlasenko · 17 years ago
  16. 53a0e97 find: make -size match GNU find by Denis Vlasenko · 17 years ago
  17. b941129 find: add conditional support for -maxdepth and -regex by Denis Vlasenko · 17 years ago
  18. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  19. 62f0479 find: add support for -delete, -path (by Natanael Copa) by Denis Vlasenko · 17 years ago
  20. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  21. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 17 years ago
  22. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 17 years ago
  23. b04b435 find: fix -prune more. Add big comment about it. by Denis Vlasenko · 17 years ago
  24. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  25. 6d79dd6 - size and prune were mixed up by Bernhard Reutner-Fischer · 17 years ago
  26. 7d6c929 find: missed 'ststic' on const data by Denis Vlasenko · 17 years ago
  27. 56fce00 find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) by Denis Vlasenko · 17 years ago
  28. a87ed2c - use index_in_str_array also for find_main by Bernhard Reutner-Fischer · 17 years ago
  29. 307d27d - remove bloated switch statement. by Bernhard Reutner-Fischer · 17 years ago
  30. 557b458 - implement a TODO: Use index_in_str_array in parse_params by Bernhard Reutner-Fischer · 17 years ago
  31. 32773ac - Purely cosmetic type fiddling by Bernhard Reutner-Fischer · 17 years ago
  32. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  33. b292264 find: fix -not support by Denis Vlasenko · 18 years ago
  34. cf787cf find: support for ! by Denis Vlasenko · 18 years ago
  35. 10b7996 - strip 12 bytes off by using a smaller type for need_print. by Bernhard Reutner-Fischer · 18 years ago
  36. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  37. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  38. a100707 find -user support by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 18 years ago
  39. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  40. 434ad54 fix warning in find.c by Denis Vlasenko · 18 years ago
  41. fc7f922 find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) by Denis Vlasenko · 18 years ago
  42. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  43. c9d34da find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) by Denis Vlasenko · 18 years ago
  44. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  45. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  46. 8f6c792 find: fix spurious -exec error messages by Denis Vlasenko · 18 years ago
  47. 5fa7148 build system: add "release" target find: support -size N (needed for above) by Denis Vlasenko · 18 years ago
  48. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  49. 31c65f2 find: -type T was actually meaning ! -type T! by Denis Vlasenko · 18 years ago
  50. 5f18e7c find: implement -prune. "make clean" now works! :) by Denis Vlasenko · 18 years ago
  51. a3b4fed find: fix implicit -print (sometime differed from standard) by Denis Vlasenko · 18 years ago
  52. 6191a7a find: implement ( ) by Denis Vlasenko · 18 years ago
  53. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
  54. e2fb719 find: small improvement by Denis Vlasenko · 18 years ago
  55. df0553b find: fix -exec to work like stock find does. by Denis Vlasenko · 18 years ago
  56. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  57. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  58. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  59. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  60. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  61. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  62. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  63. d738429 implement -print0 for find by Paul Fox · 18 years ago
  64. 8416a2d prevent find from ever descending into an xdev'ed directory. by Paul Fox · 18 years ago
  65. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 18 years ago
  66. c1ef7bd just whitespace by Tim Riker · 19 years ago
  67. 72d1a23 add find's "-mmin" option. configurable. by Paul Fox · 19 years ago
  68. cee605c The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The by Rob Landley · 19 years ago
  69. 5d3a0e8 Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ by Rob Landley · 19 years ago
  70. 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
  71. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  72. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  73. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  74. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  75. 97d86f2 Apply patch from Ghozlane Toumi to add -inum support to find. by Eric Andersen · 22 years ago
  76. 49b0f86 Fix -mtime, by Ian Abbott by Glenn L McGrath · 22 years ago
  77. 41369af Patch for bug #1183: Added a -xdev option to find (configurable) by Robert Griebl · 22 years ago
  78. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  79. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  80. e0a7f91 Applied patch from David Douthitt to re-add -print option to find. by Mark Whitley · 23 years ago
  81. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  82. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  83. 096370d Reworked find with David Douthitt to support -type, -perm, -mtime, and by Matt Kraai · 24 years ago
  84. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  85. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  86. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  87. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  88. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  89. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  90. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  91. 928faac Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's by Mark Whitley · 24 years ago
  92. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  93. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  94. 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 24 years ago
  95. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  96. 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 24 years ago
  97. 4d05431 More minor touchups. -Erik by Erik Andersen · 25 years ago
  98. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  99. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  100. 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago