Age | Commit message (Expand) | Author |
2010-05-30 | rpm2cpio: teach it to understand xz format | Denys Vlasenko |
2010-05-30 | unxz: remove debugging. no code changes | Denys Vlasenko |
2010-05-30 | *: teach tar et. al. to understand .xz by heart | Denys Vlasenko |
2010-05-30 | forgotten "git add"... | Denys Vlasenko |
2010-05-30 | reorder parts of bbunzip.c, no code changes | Denys Vlasenko |
2010-05-30 | unxz: new applet, complete with xzcat and xz -d aliases | Denys Vlasenko |
2010-05-30 | rename FEATURE_LZMA_ALIAS to just LZMA | Denys Vlasenko |
2010-05-30 | lzop: fix indentation | Denys Vlasenko |
2010-05-27 | bbunzip: silence warning about unused variable | Bernhard Reutner-Fischer |
2010-05-27 | unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat | Denys Vlasenko |
2010-05-24 | unzip: another small code shrink | Denys Vlasenko |
2010-05-24 | unzip: tiny code shrink -2 bytes | Denys Vlasenko |
2010-05-24 | unzip: restore unix file mode if possible. closes bug 1045 | Denys Vlasenko |
2010-05-10 | work on adding testsuite runs to randomconfig test builds | Denys Vlasenko |
2010-05-06 | tar: support GNU 256-bit encoding in all numeric fields | Denys Vlasenko |
2010-05-06 | rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text | Denys Vlasenko |
2010-05-06 | rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip... | Denys Vlasenko |
2010-04-26 | cpio: "NNN blocks" should go to stderr | Matheus Izvekov |
2010-04-15 | ar: fix a regression: "ar t arch.a" stopped shoting files | Nguyễn Thái Ngọc Duy |
2010-04-09 | tar: fix "hardlinks to symlinks chown" bug 1519. | Denys Vlasenko |
2010-04-09 | tar: fix mishandling of repeated hardlink in tarball; expand tests | Denys Vlasenko |
2010-03-30 | dpkg: remove redundant check | Denys Vlasenko |
2010-03-30 | dpkg: better check for validity of options | Denys Vlasenko |
2010-03-29 | dpkg: support config file overwrite options | Kim B. Heino |
2010-03-19 | tar: optional support for restoring selinux context | J. Tang |
2010-03-15 | tar compability modes for dpkg | Kim B. Heino |
2010-03-15 | ar: add archive creation support | Alexander Shishkin |
2010-02-11 | gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error | Joakim Tjernlund |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-01-28 | style fixes, no code changes | Denys Vlasenko |
2010-01-28 | *: style fixes. no code changes (verified with objdump) | Denys Vlasenko |
2010-01-24 | randomconfig fixes | Denys Vlasenko |
2010-01-20 | *: small code shrinks and compile fix for unicode | Denys Vlasenko |
2010-01-20 | tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME | Mikhail Gusarov |
2010-01-09 | cpio: fix -o-less cpio -F FILE | Denys Vlasenko |
2010-01-09 | cpio: improve help text more; fix -p and -F interaction | Denys Vlasenko |
2010-01-09 | cpio: improve help text; document two TODOs | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-08 | dpkg: fix handling of names with leading dots. Closes bug 783 | Denys Vlasenko |
2010-01-06 | libunarchive: clean up dirty hacks. code shrank as a result | Denys Vlasenko |
2010-01-06 | libunarchive: trivial code shrink | Denys Vlasenko |
2010-01-06 | gzip: add optional support for --long-opts | Matheus Izvekov |
2010-01-05 | cpio: fix unpacking of names with leading slashes | Denys Vlasenko |
2010-01-04 | ar: heh, there *was* "-1" already... | Denys Vlasenko |
2010-01-04 | ar: fix two bugs, one added by prev comment and other we SEGV with no params | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2010-01-03 | tar: fix problem handling tarballs with chksums prepended by spaces | Denys Vlasenko |
2010-01-02 | *: do not assign to stdout/stderr, it's not portable. | Denys Vlasenko |
2009-12-18 | tar: fix recently added SEGV on "tar" w/o args | Denys Vlasenko |
2009-12-16 | tar: add support for --overwrite. +70 bytes. | Denys Vlasenko |