aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-083-0/+7
* dpkg: add support for lzma compressionPascal Bellard2010-06-071-3/+6
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-32/+32
* make it possible to keep usage texts in .c filesDenys Vlasenko2010-06-061-0/+11
* make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko2010-06-061-0/+2
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-043-0/+0
* *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-7/+12
* *: better string sharingDenys Vlasenko2010-06-023-4/+4
* decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko2010-06-011-3/+3
* deinline two big functionsDenys Vlasenko2010-06-011-1/+1
* decompress_unxz: newer version, one which can unpack SHA-256 protected filesDenys Vlasenko2010-06-017-68/+154
* archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-314-55/+29
* rpm2cpio: teach it to understand xz formatDenys Vlasenko2010-05-301-11/+24
* unxz: remove debugging. no code changesDenys Vlasenko2010-05-304-33/+11
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-302-5/+6
* forgotten "git add"...Denys Vlasenko2010-05-301-0/+116
* reorder parts of bbunzip.c, no code changesDenys Vlasenko2010-05-301-75/+48
* unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko2010-05-3013-9/+3407
* rename FEATURE_LZMA_ALIAS to just LZMADenys Vlasenko2010-05-302-3/+3
* lzop: fix indentationDenys Vlasenko2010-05-301-1/+1
* bbunzip: silence warning about unused variableBernhard Reutner-Fischer2010-05-271-1/+1
* unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko2010-05-274-15/+28
* unzip: another small code shrinkDenys Vlasenko2010-05-241-2/+2
* unzip: tiny code shrink -2 bytesDenys Vlasenko2010-05-241-5/+4
* unzip: restore unix file mode if possible. closes bug 1045Denys Vlasenko2010-05-241-55/+88
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-0/+1
* tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko2010-05-061-80/+31
* rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko2010-05-061-5/+13
* rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-063-107/+97
* cpio: "NNN blocks" should go to stderrMatheus Izvekov2010-04-261-1/+1
* ar: fix a regression: "ar t arch.a" stopped shoting filesNguyễn Thái Ngọc Duy2010-04-151-1/+2
* tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko2010-04-092-50/+53
* tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko2010-04-092-9/+28
* dpkg: remove redundant checkDenys Vlasenko2010-03-301-1/+0
* dpkg: better check for validity of optionsDenys Vlasenko2010-03-301-18/+24
* dpkg: support config file overwrite optionsKim B. Heino2010-03-291-15/+111
* tar: optional support for restoring selinux contextJ. Tang2010-03-193-3/+104
* tar compability modes for dpkgKim B. Heino2010-03-151-8/+4
* ar: add archive creation supportAlexander Shishkin2010-03-154-42/+206
* gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC errorJoakim Tjernlund2010-02-111-1/+4
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-042-4/+8
* style fixes, no code changesDenys Vlasenko2010-01-281-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-285-95/+106
* randomconfig fixesDenys Vlasenko2010-01-241-1/+2
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-8/+6
* tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov2010-01-202-0/+18
* cpio: fix -o-less cpio -F FILEDenys Vlasenko2010-01-091-1/+1
* cpio: improve help text more; fix -p and -F interactionDenys Vlasenko2010-01-091-10/+12
* cpio: improve help text; document two TODOsDenys Vlasenko2010-01-093-2/+11