1. fb6c76c forgotten "git add"... by Denys Vlasenko · 15 years ago
  2. 602ce69 unxz: new applet, complete with xzcat and xz -d aliases by Denys Vlasenko · 15 years ago
  3. ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
  4. 7b48eb4 tar: support GNU 256-bit encoding in all numeric fields by Denys Vlasenko · 15 years ago
  5. e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
  6. 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
  7. 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
  8. 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
  9. 0866b36 gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error by Joakim Tjernlund · 15 years ago
  10. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  11. 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
  12. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  13. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  14. bde7023 libunarchive: trivial code shrink by Denys Vlasenko · 15 years ago
  15. af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
  16. d645968 tar: fix problem handling tarballs with chksums prepended by spaces by Denys Vlasenko · 15 years ago
  17. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  18. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  19. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  20. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  21. 6ccaa23 libunarchive: fix reversed test for older/newer by Denys Vlasenko · 15 years ago
  22. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  23. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  24. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  25. 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
  26. 2bf6634 ar: fix long filenames handling (bug 611) by Denys Vlasenko · 15 years ago
  27. 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
  28. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  29. 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
  30. f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
  31. 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
  32. b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
  33. 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
  34. b773f71 tar: handle 256-base encoding in mtime by Denys Vlasenko · 15 years ago
  35. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  36. b9f2bb3 only build common libarchive objs when needed by Mike Frysinger · 16 years ago
  37. 4f239b1 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME by Mike Frysinger · 16 years ago
  38. 9ac3dc7 unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denis Vlasenko · 16 years ago
  39. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  40. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  41. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
  42. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  43. 1f0b95f tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. by Denis Vlasenko · 16 years ago
  44. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 16 years ago
  45. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  46. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  47. d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
  48. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  49. 68a192c fix trivial build warning by Denis Vlasenko · 16 years ago
  50. adc772a tar: fix handling of tarballs with symlinks with size field != 0 by Denis Vlasenko · 16 years ago
  51. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  52. ee1b3b1 cpio: on unpack, limit filename length to 8k; shorten comment a bit by Denis Vlasenko · 16 years ago
  53. 2b407b1 cpio: support some long options; document GNU options by Denis Vlasenko · 16 years ago
  54. 86090e2 fix compile failures resulting from last few commits by Denis Vlasenko · 16 years ago
  55. 0381d42 dpkg_deb: slight code shrink by Denis Vlasenko · 16 years ago
  56. b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
  57. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  58. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
  59. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  60. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  61. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  62. 86d88c0 bunzip2: make proper fix for the problem "fixed" in rev. 22521 by Denis Vlasenko · 16 years ago
  63. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  64. 2bbdda0 unlzma: fix memory leak (Pascal Bellard) by Denis Vlasenko · 16 years ago
  65. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  66. 5fb7953 bunzip2: fix an uncompression error. Add the example to testsuite. by Denis Vlasenko · 16 years ago
  67. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  68. 2649f21 open_transformer: fix bug of calling exit instead of _exit by Denis Vlasenko · 16 years ago
  69. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  70. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  71. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  72. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  73. 05efca9 tar: fix obscure case when name is "" and prefix is not "" by Denis Vlasenko · 17 years ago
  74. d93400b tar: fix the case where long base names can be ignored by Denis Vlasenko · 17 years ago
  75. 5a07a1d tar: move vfork into separate function (smaller code) by Denis Vlasenko · 17 years ago
  76. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  77. 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
  78. c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  79. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 17 years ago
  80. 444639c unlzma: save a few more bytes, and maybe even a bit faster now by Denis Vlasenko · 17 years ago
  81. c3fff87 unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>) by Denis Vlasenko · 17 years ago
  82. 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 17 years ago
  83. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  84. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  85. e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 17 years ago
  86. 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
  87. 23ffb6a tar: compat: handle tarballs with only one zero block at the end by Denis Vlasenko · 17 years ago
  88. e8ef7ec unzip: do not try to read entire compressed stream at once (it can be huge) by Denis Vlasenko · 17 years ago
  89. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  90. 16aec39 add comment clarifying busybox's use of non-standard tar header by Paul Fox · 17 years ago
  91. 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
  92. 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
  93. 4bfb84d gzip: fix a case where tar xzf fails (we use uninitialized fd) by Denis Vlasenko · 17 years ago
  94. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  95. 52a4388 bunzip: small code shrink and consmetics by Denis Vlasenko · 17 years ago
  96. 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
  97. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  98. 66bbfbd bunzip2: trim verbose messages by Denis Vlasenko · 17 years ago
  99. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  100. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago