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