1. b130f9f Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 by Kang-Che Sung · 8 years ago
  2. 71cfbce gzip: fix compression level bug. Closes 9131 by Natanael Copa · 8 years ago
  3. 0ad872b randomconfig fixes 4 by Denys Vlasenko · 8 years ago
  4. cddc98e gzip: add support for --no-name long option by Aaro Koskinen · 9 years ago
  5. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  6. bbd5321 gzip: add support for compression levels 4-9 by Aaro Koskinen · 10 years ago
  7. b62d4d9 gzip: trivial code shrink -5 bytes by Denys Vlasenko · 10 years ago
  8. f7f70bf gzip: speed up and shrink put_16bit() by Denys Vlasenko · 10 years ago
  9. 7f7ade1 gzip: do not store timestamp in gzip header by Rich Felker · 10 years ago
  10. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  11. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  12. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  13. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  14. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  15. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  16. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  17. 522041e regularize options which control size/speed trade by Denys Vlasenko · 13 years ago
  18. c2a06db gzip: new GZIP_BIG_MEM option by Ian Wienand · 13 years ago
  19. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  20. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  21. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  22. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  23. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  24. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  25. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  26. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  27. 39a04f7 archival/*: shrink by reusing sufficiently similar functions by Denys Vlasenko · 15 years ago
  28. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
  29. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  30. 839fd71 gzip: add optional support for --long-opts by Matheus Izvekov · 15 years ago
  31. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  32. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  33. 167cd70 gzip: fix gzip with many files corrupting some files after first by Denys Vlasenko · 16 years ago
  34. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  35. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  36. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  37. 55da0be support gzip -t and bzip2 -t by Denis Vlasenko · 16 years ago
  38. 5297809 g[un]zip: accept and ignore -n (needed for kernel compile) by Denis Vlasenko · 17 years ago
  39. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  40. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  41. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  42. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  43. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  44. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  45. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  46. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  47. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  48. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  49. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  50. cbcff29 gzip: fix -d option handling by Denis Vlasenko · 18 years ago
  51. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  52. bff32ce gzip: Improve ptr_to_globals trick, allowing gcc to optimize better. -480 bytes. by Denis Vlasenko · 18 years ago
  53. 24af720 fix TODO: getopt32 should reset optind to 1 itself by Denis Vlasenko · 18 years ago
  54. 972288e modify ptr_to_globals trick so that we do not violate by Denis Vlasenko · 18 years ago
  55. fe42d17 gzip: bbunzip integration fixes by Denis Vlasenko · 18 years ago
  56. 7560578 gzip: use common bbunzip infrastructure - ~700 bytes code less by Denis Vlasenko · 18 years ago
  57. 07766bb gzip: reduce global data footprint, part 3 by Denis Vlasenko · 18 years ago
  58. da799e8 gzip: reduce global data footprint, part 2 by Denis Vlasenko · 18 years ago
  59. e930fe1 gzip: reduce global data footprint, part 1 by Denis Vlasenko · 18 years ago
  60. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  61. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  62. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  63. db6a5c3 gzip cleanup part #13 - the last for today I think by Denis Vlasenko · 18 years ago
  64. 3ae6f34 gzip cleanup part #12 by Denis Vlasenko · 18 years ago
  65. 2f6df7f gzip cleanup part #11 by Denis Vlasenko · 18 years ago
  66. 56c83ea gzip cleanup part #10 by Denis Vlasenko · 18 years ago
  67. 89af56b gzip cleanup part #9 by Denis Vlasenko · 18 years ago
  68. 52933d4 gzip cleanup part #8 by Denis Vlasenko · 18 years ago
  69. ef87d46 gzip cleanup part #7 by Denis Vlasenko · 18 years ago
  70. 1a03c21 gzip cleanup part #6 by Denis Vlasenko · 18 years ago
  71. da31fbc gzip cleanup part #5 by Denis Vlasenko · 18 years ago
  72. f824136 gzip cleanup part #4 by Denis Vlasenko · 18 years ago
  73. ed0f6db gzip cleanup part #3 by Denis Vlasenko · 18 years ago
  74. 30551fd gzip cleanup part #2 by Denis Vlasenko · 18 years ago
  75. ad40341 a ton of gzip changes, split up in compiled and by Denis Vlasenko · 18 years ago
  76. da98165 kill unused variable by Denis Vlasenko · 18 years ago
  77. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  78. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  79. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  80. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  81. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  82. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  83. bb119d0 gzip: add a bit of comment. The code itself is too bloated to work on it... by Denis Vlasenko · 18 years ago
  84. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  85. 01e88f0 gzip: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  86. 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
  87. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  88. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  89. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  90. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  91. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  92. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  93. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  94. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  95. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  96. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  97. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  98. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  99. c1ef7bd just whitespace by Tim Riker · 19 years ago
  100. 083d3f4 by "Vladimir N. Oleynik" · 19 years ago