1. 6ccaa23 libunarchive: fix reversed test for older/newer by Denys Vlasenko · 15 years ago
  2. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  3. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  4. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  5. 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
  6. 2bf6634 ar: fix long filenames handling (bug 611) by Denys Vlasenko · 15 years ago
  7. 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
  8. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  9. 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
  10. f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
  11. 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
  12. b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
  13. 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
  14. b773f71 tar: handle 256-base encoding in mtime by Denys Vlasenko · 15 years ago
  15. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  16. b9f2bb3 only build common libarchive objs when needed by Mike Frysinger · 16 years ago
  17. 4f239b1 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME by Mike Frysinger · 16 years ago
  18. 9ac3dc7 unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denis Vlasenko · 16 years ago
  19. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  20. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  21. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
  22. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  23. 1f0b95f tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. by Denis Vlasenko · 16 years ago
  24. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 16 years ago
  25. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  26. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  27. d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
  28. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  29. 68a192c fix trivial build warning by Denis Vlasenko · 16 years ago
  30. adc772a tar: fix handling of tarballs with symlinks with size field != 0 by Denis Vlasenko · 16 years ago
  31. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  32. ee1b3b1 cpio: on unpack, limit filename length to 8k; shorten comment a bit by Denis Vlasenko · 16 years ago
  33. 2b407b1 cpio: support some long options; document GNU options by Denis Vlasenko · 16 years ago
  34. 86090e2 fix compile failures resulting from last few commits by Denis Vlasenko · 16 years ago
  35. 0381d42 dpkg_deb: slight code shrink by Denis Vlasenko · 16 years ago
  36. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  37. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  38. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  39. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  40. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  41. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  42. 86d88c0 bunzip2: make proper fix for the problem "fixed" in rev. 22521 by Denis Vlasenko · 16 years ago
  43. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  44. 2bbdda0 unlzma: fix memory leak (Pascal Bellard) by Denis Vlasenko · 16 years ago
  45. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  46. 5fb7953 bunzip2: fix an uncompression error. Add the example to testsuite. by Denis Vlasenko · 16 years ago
  47. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  48. 2649f21 open_transformer: fix bug of calling exit instead of _exit by Denis Vlasenko · 16 years ago
  49. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  50. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  51. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  52. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  53. 05efca9 tar: fix obscure case when name is "" and prefix is not "" by Denis Vlasenko · 17 years ago
  54. d93400b tar: fix the case where long base names can be ignored by Denis Vlasenko · 17 years ago
  55. 5a07a1d tar: move vfork into separate function (smaller code) by Denis Vlasenko · 17 years ago
  56. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  57. 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
  58. c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  59. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 17 years ago
  60. 444639c unlzma: save a few more bytes, and maybe even a bit faster now by Denis Vlasenko · 17 years ago
  61. c3fff87 unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>) by Denis Vlasenko · 17 years ago
  62. 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 17 years ago
  63. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  64. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  65. e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 17 years ago
  66. 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
  67. 23ffb6a tar: compat: handle tarballs with only one zero block at the end by Denis Vlasenko · 17 years ago
  68. e8ef7ec unzip: do not try to read entire compressed stream at once (it can be huge) by Denis Vlasenko · 17 years ago
  69. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  70. 16aec39 add comment clarifying busybox's use of non-standard tar header by Paul Fox · 17 years ago
  71. 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
  72. 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
  73. 4bfb84d gzip: fix a case where tar xzf fails (we use uninitialized fd) by Denis Vlasenko · 17 years ago
  74. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  75. 52a4388 bunzip: small code shrink and consmetics by Denis Vlasenko · 17 years ago
  76. 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
  77. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  78. 66bbfbd bunzip2: trim verbose messages by Denis Vlasenko · 17 years ago
  79. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  80. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  81. 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
  82. bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
  83. 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  84. 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
  85. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  86. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  87. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  88. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  89. a80b4a0 tar: improve OLDGNU compat, make old SUN compat configurable by Denis Vlasenko · 17 years ago
  90. 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 17 years ago
  91. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  92. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  93. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  94. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  95. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  96. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  97. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  98. 8746885 style fixes by Denis Vlasenko · 18 years ago
  99. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  100. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago