1. 7560578 gzip: use common bbunzip infrastructure - ~700 bytes code less by Denis Vlasenko · 18 years ago
  2. 07766bb gzip: reduce global data footprint, part 3 by Denis Vlasenko · 18 years ago
  3. da799e8 gzip: reduce global data footprint, part 2 by Denis Vlasenko · 18 years ago
  4. e930fe1 gzip: reduce global data footprint, part 1 by Denis Vlasenko · 18 years ago
  5. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  6. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  7. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  8. db6a5c3 gzip cleanup part #13 - the last for today I think by Denis Vlasenko · 18 years ago
  9. 3ae6f34 gzip cleanup part #12 by Denis Vlasenko · 18 years ago
  10. 2f6df7f gzip cleanup part #11 by Denis Vlasenko · 18 years ago
  11. 56c83ea gzip cleanup part #10 by Denis Vlasenko · 18 years ago
  12. 89af56b gzip cleanup part #9 by Denis Vlasenko · 18 years ago
  13. 52933d4 gzip cleanup part #8 by Denis Vlasenko · 18 years ago
  14. ef87d46 gzip cleanup part #7 by Denis Vlasenko · 18 years ago
  15. 1a03c21 gzip cleanup part #6 by Denis Vlasenko · 18 years ago
  16. da31fbc gzip cleanup part #5 by Denis Vlasenko · 18 years ago
  17. f824136 gzip cleanup part #4 by Denis Vlasenko · 18 years ago
  18. ed0f6db gzip cleanup part #3 by Denis Vlasenko · 18 years ago
  19. 30551fd gzip cleanup part #2 by Denis Vlasenko · 18 years ago
  20. ad40341 a ton of gzip changes, split up in compiled and by Denis Vlasenko · 18 years ago
  21. da98165 kill unused variable by Denis Vlasenko · 18 years ago
  22. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  23. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  24. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  25. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  26. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  27. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  28. bb119d0 gzip: add a bit of comment. The code itself is too bloated to work on it... by Denis Vlasenko · 18 years ago
  29. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  30. 01e88f0 gzip: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  31. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  32. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  33. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  34. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  35. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  36. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  37. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 18 years ago
  38. 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
  39. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 18 years ago
  40. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 18 years ago
  41. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 18 years ago
  42. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  43. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  44. c1ef7bd just whitespace by Tim Riker · 19 years ago
  45. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago
  46. 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
  47. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 19 years ago
  48. df7bfb4 Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly by Manuel Novoa III · 20 years ago
  49. d2fe817 Takeharu KATO writes: by Eric Andersen · 20 years ago
  50. ec4f3d9 Minor in-passing crapectomy. by Rob Landley · 20 years ago
  51. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  52. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  53. 8211db5 Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
  54. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  55. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  56. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  57. d211214 Use error_msg instead of printf(stderr by Glenn L McGrath · 22 years ago
  58. 4cc2e5e Remove duplicate variable definition by Glenn L McGrath · 22 years ago
  59. d827e8b Run through indent by Glenn L McGrath · 22 years ago
  60. ef8b112 * archival/gzip.c (gzip_main): Ensure that the output is a terminal and use by Matt Kraai · 23 years ago
  61. 9bd49d6 * archival/gzip.c (ifname, ofname): Delete. by Matt Kraai · 23 years ago
  62. 592a3e6 * archival/gzip.c (gzip_main): Display usage if given multiple files. by Matt Kraai · 23 years ago
  63. b9df470 Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing by Aaron Lehmann · 23 years ago
  64. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  65. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  66. 39eb040 Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k by Eric Andersen · 23 years ago
  67. 7499918 If filename is a '-' then read from stdin to stdout by Glenn L McGrath · 23 years ago
  68. 3073dfb Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of by Eric Andersen · 23 years ago
  69. 5bcfc9b Tolerate -q argument, if -q is passed give a warning and continue rather than just fail by Glenn L McGrath · 23 years ago
  70. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  71. 5326554 Eliminate spurious warning, convert to getopt, and eliminate redundant check. by Matt Kraai · 23 years ago
  72. 528ef50 Gzip is indepenedent of gunzip by Glenn L McGrath · 23 years ago
  73. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 23 years ago
  74. f58efb5 Add functions that were shared with gunzip.c, gunzip about to change. by Glenn L McGrath · 23 years ago
  75. 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 24 years ago
  76. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  77. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  78. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  79. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  80. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  81. 02ced93 Add GNU compatibile gzip -d by Eric Andersen · 24 years ago
  82. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  83. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  84. 7918e1f Move flush_outbuf to the file in which it is used, and by doing so fix a by Matt Kraai · 24 years ago
  85. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  86. 207061a Fix error messages. by Matt Kraai · 24 years ago
  87. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  88. 5eb5912 Sigh. Seems I screwed up last time. This fixed detecting by Eric Andersen · 24 years ago
  89. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  90. ea824fb Fixed stdin/stdout paths so things like by Eric Andersen · 24 years ago
  91. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  92. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  93. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  94. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  95. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  96. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  97. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 24 years ago
  98. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  99. 825aead Patch to make killall actually kill all PIDs with the specified name, by Erik Andersen · 24 years ago
  100. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago