1. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  2. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  3. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  4. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  5. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  6. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  7. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  8. 8746885 style fixes by Denis Vlasenko · 18 years ago
  9. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  10. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  11. 246b5c3 one-liner: fix indentation by Denis Vlasenko · 18 years ago
  12. b38cf3f bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ by Denis Vlasenko · 18 years ago
  13. 04c99eb random small shrinkage and elimination of statics by Denis Vlasenko · 18 years ago
  14. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  15. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  16. 97fd6d8 ls: fix segfault-if-standalone-shell, add big fat comment. by Denis Vlasenko · 18 years ago
  17. 3ce293b gunzip: s/unsigned char extra_short/unsigned extra_short/ by Denis Vlasenko · 18 years ago
  18. 650a045 get_header_ar: reformatted code, no real changes by Denis Vlasenko · 18 years ago
  19. 07766bb gzip: reduce global data footprint, part 3 by Denis Vlasenko · 18 years ago
  20. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  21. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago
  22. 940494f remove f words by Denis Vlasenko · 18 years ago
  23. dcbd51d tar: handle tarfiles with (broken) checksums a-la Sun. by Denis Vlasenko · 18 years ago
  24. e54b472 make tar restore mode again by Denis Vlasenko · 18 years ago
  25. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  26. 1a8bf7f missed a few #undefs (no real impact I think) by Denis Vlasenko · 18 years ago
  27. 7573541 fix bug 1146 (gunzip breakage introduced by me --vda) by Denis Vlasenko · 18 years ago
  28. c7a4aa5 move [g]zip decompressor state into malloc'ed buffer. size: by Denis Vlasenko · 18 years ago
  29. d1a19af split inflate_xx_setup() subroutines from inflate_xx() by Denis Vlasenko · 18 years ago
  30. cd42cb8 do not expose internal state of [g]zip unpacker. by Denis Vlasenko · 18 years ago
  31. 447b543 Stopped doing assignments inside expressions. Who wrote this gem, I wonder? by Denis Vlasenko · 18 years ago
  32. cc33ef1 decompress_unzip: preparatory patch by Denis Vlasenko · 18 years ago
  33. 3376298 Stop tracking buffer size - it is a constant. by Denis Vlasenko · 18 years ago
  34. 98b8e94 simplify access to buffer, making code a bit smaller by Denis Vlasenko · 18 years ago
  35. bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 18 years ago
  36. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  37. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  38. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  39. afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
  40. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  41. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  42. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  43. c1660fe tar: refuse to untar files with "/../" components by Denis Vlasenko · 18 years ago
  44. b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
  45. 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
  46. b833ca9 tar: buglet fix by Denis Vlasenko · 18 years ago
  47. d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
  48. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  49. 376ce1e tar: by Denis Vlasenko · 18 years ago
  50. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  51. 3eb91c2 cpio: (allegedly) fix bug 0001095: by Denis Vlasenko · 18 years ago
  52. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  53. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  54. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  55. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  56. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  57. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  58. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  59. 3038ac9 vconfig: fix bug 701 (I be damned if I understand it) by Denis Vlasenko · 18 years ago
  60. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  61. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  62. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  63. 5d72546 - strip 399424 off the bss by making decompress_uncompress buffers config buffers. by Bernhard Reutner-Fischer · 18 years ago
  64. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  65. 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
  66. daf58ef Use xopen3() instead of an after-the-fact chown. by Rob Landley · 18 years ago
  67. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  68. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  69. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  70. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  71. ff6e21c Fix tar so it can extract git-generated tarballs, based on a suggestion by Rob Landley · 18 years ago
  72. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  73. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  74. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  75. b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 18 years ago
  76. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  77. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
  78. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  79. 6d0dbeb - use ATTRIBUTE_ALWAYS_INLINE if requested - use shorter boilerplate while at it by Bernhard Reutner-Fischer · 19 years ago
  80. d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  81. 2ad1e7c Patch from Vladamir Oleynik, reducing memory consumption. by Rob Landley · 19 years ago
  82. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  83. e66c7ef Busybox is under the GPL. by Rob Landley · 19 years ago
  84. 6b4377f - remove unneeded include, use shorter boilerplate while at it and also by Bernhard Reutner-Fischer · 19 years ago
  85. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  86. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  87. cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
  88. 7ab5f4d - janitorial: huft_build is never used outside of decompress_unzip.c and has no by Bernhard Reutner-Fischer · 19 years ago
  89. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  90. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  91. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  92. 49a5599 Patch from Denis Vlasenko to make unlzma smaller. by Rob Landley · 19 years ago
  93. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  94. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  95. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  96. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  97. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  98. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  99. 325da7b use bb_xstrndup vs strndup. Thanks rfelker. by "Vladimir N. Oleynik" · 19 years ago
  100. 06249fe Bug 640: a filename of length exactly 100 could bleed into the next field on by Rob Landley · 19 years ago