- ba73cfd unxz: update from XZ embedded git by Denys Vlasenko · 14 years ago
- 134d0eb cosmetics on top of Dan's patches by Denys Vlasenko · 14 years ago
- fdd7b56 A few minor portability improvements by Dan Fandrich · 15 years ago
- b76f18d Improve unzip's handling of stream ZIP files by Dan Fandrich · 15 years ago
- d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 15 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- c62f229 dpkg: add support for lzma compression by Pascal Bellard · 15 years ago
- 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- f0f9470 make it possible to keep usage texts in .c files by Denys Vlasenko · 15 years ago
- 6c5bf0d make it possible to have include/applets.h-esque entries in .c files by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- 26b6ccf *: simplify checks for gz/bz2/xz magic by Denys Vlasenko · 15 years ago
- ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
- 8376bfa decompress_unxz: allocate permanent crc32 table _fisrt_ by Denys Vlasenko · 15 years ago
- b9542cb deinline two big functions by Denys Vlasenko · 15 years ago
- 716f3f6 decompress_unxz: newer version, one which can unpack SHA-256 protected files by Denys Vlasenko · 15 years ago
- 39a04f7 archival/*: shrink by reusing sufficiently similar functions by Denys Vlasenko · 15 years ago
- c88c1a0 rpm2cpio: teach it to understand xz format by Denys Vlasenko · 15 years ago
- acaaca8 unxz: remove debugging. no code changes by Denys Vlasenko · 15 years ago
- 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
- fb6c76c forgotten "git add"... by Denys Vlasenko · 15 years ago
- d93f19e reorder parts of bbunzip.c, no code changes by Denys Vlasenko · 15 years ago
- 602ce69 unxz: new applet, complete with xzcat and xz -d aliases by Denys Vlasenko · 15 years ago
- e04c867 rename FEATURE_LZMA_ALIAS to just LZMA by Denys Vlasenko · 15 years ago
- 8bcaa6a lzop: fix indentation by Denys Vlasenko · 15 years ago
- 7bdfb7c bbunzip: silence warning about unused variable by Bernhard Reutner-Fischer · 15 years ago
- ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
- fc2bb8f unzip: another small code shrink by Denys Vlasenko · 15 years ago
- e98884b unzip: tiny code shrink -2 bytes by Denys Vlasenko · 15 years ago
- 4e8ff73 unzip: restore unix file mode if possible. closes bug 1045 by Denys Vlasenko · 15 years ago
- ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
- 7b48eb4 tar: support GNU 256-bit encoding in all numeric fields by Denys Vlasenko · 15 years ago
- 5dfd9c4 rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text by Denys Vlasenko · 15 years ago
- 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
- 4640ccc cpio: "NNN blocks" should go to stderr by Matheus Izvekov · 15 years ago
- 36dcf4e ar: fix a regression: "ar t arch.a" stopped shoting files by Nguyễn Thái Ngọc Duy · 15 years ago
- e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
- 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
- 84f6def dpkg: remove redundant check by Denys Vlasenko · 15 years ago
- eab75f6 dpkg: better check for validity of options by Denys Vlasenko · 15 years ago
- 3d43aed dpkg: support config file overwrite options by Kim B. Heino · 15 years ago
- 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
- 820874e tar compability modes for dpkg by Kim B. Heino · 15 years ago
- 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
- 0866b36 gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error by Joakim Tjernlund · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
- 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
- 0d47833 tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME by Mikhail Gusarov · 15 years ago
- 02dd96f cpio: fix -o-less cpio -F FILE by Denys Vlasenko · 15 years ago
- 607f65d cpio: improve help text more; fix -p and -F interaction by Denys Vlasenko · 15 years ago
- 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- 6fd42b3 dpkg: fix handling of names with leading dots. Closes bug 783 by Denys Vlasenko · 15 years ago
- aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
- bde7023 libunarchive: trivial code shrink by Denys Vlasenko · 15 years ago
- 839fd71 gzip: add optional support for --long-opts by Matheus Izvekov · 15 years ago
- af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
- 4928f3b ar: heh, there *was* "-1" already... by Denys Vlasenko · 15 years ago
- 40e5a30 ar: fix two bugs, one added by prev comment and other we SEGV with no params by Denys Vlasenko · 15 years ago
- 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
- d645968 tar: fix problem handling tarballs with chksums prepended by spaces by Denys Vlasenko · 15 years ago
- c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
- 4b6abf6 tar: fix recently added SEGV on "tar" w/o args by Denys Vlasenko · 15 years ago
- 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
- 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
- a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
- dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
- d43d628 tar: revert part of last change. -39 bytes by Denys Vlasenko · 15 years ago
- f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
- 6ccaa23 libunarchive: fix reversed test for older/newer by Denys Vlasenko · 15 years ago
- 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
- a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
- cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 30f3c1d tar: add support for -o as synonym to --no-same-owner. +5 bytes by Bernhard Reutner-Fischer · 15 years ago
- f645037 tar: handle "tar fx TARFILE" etc by Denys Vlasenko · 15 years ago
- f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
- ef5bc2c *: three more NOINLINEs by Denys Vlasenko · 15 years ago
- adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
- a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
- dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
- 2bf6634 ar: fix long filenames handling (bug 611) by Denys Vlasenko · 15 years ago
- 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
- d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
- 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
- f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
- 40c2213 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
- 386bc9f unzip: more compat if DESKTOP=y by Denys Vlasenko · 15 years ago
- 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
- 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
- e6c483e rpm2cpio: code shrink by Denys Vlasenko · 15 years ago