1. 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
  2. 820874e tar compability modes for dpkg by Kim B. Heino · 15 years ago
  3. 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
  4. 0866b36 gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error by Joakim Tjernlund · 15 years ago
  5. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  6. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
  7. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  8. 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
  9. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
  10. 0d47833 tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME by Mikhail Gusarov · 15 years ago
  11. 02dd96f cpio: fix -o-less cpio -F FILE by Denys Vlasenko · 15 years ago
  12. 607f65d cpio: improve help text more; fix -p and -F interaction by Denys Vlasenko · 15 years ago
  13. 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
  14. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  15. 6fd42b3 dpkg: fix handling of names with leading dots. Closes bug 783 by Denys Vlasenko · 15 years ago
  16. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  17. bde7023 libunarchive: trivial code shrink by Denys Vlasenko · 15 years ago
  18. 839fd71 gzip: add optional support for --long-opts by Matheus Izvekov · 15 years ago
  19. af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
  20. 4928f3b ar: heh, there *was* "-1" already... by Denys Vlasenko · 15 years ago
  21. 40e5a30 ar: fix two bugs, one added by prev comment and other we SEGV with no params by Denys Vlasenko · 15 years ago
  22. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  23. d645968 tar: fix problem handling tarballs with chksums prepended by spaces by Denys Vlasenko · 15 years ago
  24. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  25. 4b6abf6 tar: fix recently added SEGV on "tar" w/o args by Denys Vlasenko · 15 years ago
  26. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  27. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  28. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  29. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  30. d43d628 tar: revert part of last change. -39 bytes by Denys Vlasenko · 15 years ago
  31. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  32. 6ccaa23 libunarchive: fix reversed test for older/newer by Denys Vlasenko · 15 years ago
  33. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  34. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  35. cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  36. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  37. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  38. 30f3c1d tar: add support for -o as synonym to --no-same-owner. +5 bytes by Bernhard Reutner-Fischer · 15 years ago
  39. f645037 tar: handle "tar fx TARFILE" etc by Denys Vlasenko · 15 years ago
  40. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  41. ef5bc2c *: three more NOINLINEs by Denys Vlasenko · 15 years ago
  42. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  43. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  44. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  45. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  46. 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
  47. 2bf6634 ar: fix long filenames handling (bug 611) by Denys Vlasenko · 15 years ago
  48. 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
  49. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  50. 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
  51. f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
  52. 40c2213 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
  53. 386bc9f unzip: more compat if DESKTOP=y by Denys Vlasenko · 15 years ago
  54. 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
  55. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  56. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  57. b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
  58. e6c483e rpm2cpio: code shrink by Denys Vlasenko · 15 years ago
  59. 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
  60. 7f21494 rpm2cpio: handle bz2 too; code shrink by Pascal Bellard · 15 years ago
  61. d1090c9 dpkg: delete postrm script after it's run, not before. closes bug 449 by Denys Vlasenko · 15 years ago
  62. f3b56b4 unzip: try lseek before resorting to reading by Stefani Seibold · 15 years ago
  63. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  64. b773f71 tar: handle 256-base encoding in mtime by Denys Vlasenko · 15 years ago
  65. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  66. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  67. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  68. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  69. 2634bf3 randomconfig fixes by Denys Vlasenko · 16 years ago
  70. b9f2bb3 only build common libarchive objs when needed by Mike Frysinger · 16 years ago
  71. 167cd70 gzip: fix gzip with many files corrupting some files after first by Denys Vlasenko · 16 years ago
  72. 4f239b1 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME by Mike Frysinger · 16 years ago
  73. 052ad9a lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. by Denis Vlasenko · 16 years ago
  74. 9ac3dc7 unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denis Vlasenko · 16 years ago
  75. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  76. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  77. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
  78. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  79. 05af832 cpio: more compat: -0 and -L options by Denis Vlasenko · 16 years ago
  80. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  81. 1f0b95f tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. by Denis Vlasenko · 16 years ago
  82. 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 16 years ago
  83. 4984365 tar: stop changing net tarfile's mode, GNU tar doesn't do it by Denis Vlasenko · 16 years ago
  84. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 16 years ago
  85. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  86. b8baf40 dpkg: better and shorter code to compare versions by Denis Vlasenko · 16 years ago
  87. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  88. c503dde cpio: emit TRAILER even when hard links were found. by Denis Vlasenko · 16 years ago
  89. 73d702e tar: fix typo in comment by Denis Vlasenko · 16 years ago
  90. ebad029 tar: fix bug 3844: non-root tar does not preserve perms by Denis Vlasenko · 16 years ago
  91. cf4dd07 cpio: fix regression in prev commit (harmless) by Denis Vlasenko · 16 years ago
  92. d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
  93. aa9eb1f rpm: fix incompatibilities which prevented rpm -i foo.src.rpm by Denis Vlasenko · 16 years ago
  94. 8854b35 build system: dpkg needs .gz handling by Denis Vlasenko · 16 years ago
  95. 07e05c1 unzip: remove example of a file we now can handle by Denis Vlasenko · 16 years ago
  96. 97516fc - add dpkg -l <packagepattern> (Peter Korsgaard) by Bernhard Reutner-Fischer · 16 years ago
  97. 006e862 unzip: handle "central directory" by Denis Vlasenko · 16 years ago
  98. 540baf6 man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> by Denis Vlasenko · 16 years ago
  99. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  100. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago