aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2010-06-06make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-06-01decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko
2010-06-01deinline two big functionsDenys Vlasenko
2010-06-01decompress_unxz: newer version, one which can unpack SHA-256 protected filesDenys Vlasenko
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko
2010-05-30rpm2cpio: teach it to understand xz formatDenys Vlasenko
2010-05-30unxz: remove debugging. no code changesDenys Vlasenko
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko
2010-05-30forgotten "git add"...Denys Vlasenko
2010-05-30reorder parts of bbunzip.c, no code changesDenys Vlasenko
2010-05-30unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko
2010-05-30rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko
2010-05-30lzop: fix indentationDenys Vlasenko
2010-05-27bbunzip: silence warning about unused variableBernhard Reutner-Fischer
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko
2010-05-24unzip: another small code shrinkDenys Vlasenko
2010-05-24unzip: tiny code shrink -2 bytesDenys Vlasenko
2010-05-24unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-05-06tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko
2010-05-06rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov
2010-04-15ar: fix a regression: "ar t arch.a" stopped shoting filesNguyễn Thái Ngọc Duy
2010-04-09tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko
2010-04-09tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko
2010-03-30dpkg: remove redundant checkDenys Vlasenko
2010-03-30dpkg: better check for validity of optionsDenys Vlasenko
2010-03-29dpkg: support config file overwrite optionsKim B. Heino
2010-03-19tar: optional support for restoring selinux contextJ. Tang
2010-03-15tar compability modes for dpkgKim B. Heino
2010-03-15ar: add archive creation supportAlexander Shishkin
2010-02-11gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC errorJoakim Tjernlund
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-28style fixes, no code changesDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-24randomconfig fixesDenys Vlasenko
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko
2010-01-20tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov
2010-01-09cpio: fix -o-less cpio -F FILEDenys Vlasenko
2010-01-09cpio: improve help text more; fix -p and -F interactionDenys Vlasenko
2010-01-09cpio: improve help text; document two TODOsDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-08dpkg: fix handling of names with leading dots. Closes bug 783Denys Vlasenko
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2010-01-06libunarchive: trivial code shrinkDenys Vlasenko
2010-01-06gzip: add optional support for --long-optsMatheus Izvekov