aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: Unmask archivalNguyễn Thái Ngọc Duy2010-04-201-8/+9
* gzip: rename eof due to symbol conflict on WindowsNguyễn Thái Ngọc Duy2010-04-201-7/+7
* Config.in: mark all applets POSIX onlyNguyễn Thái Ngọc Duy2010-04-191-0/+15
* 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
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-092-16/+24
* dpkg: fix handling of names with leading dots. Closes bug 783Denys Vlasenko2010-01-081-1/+12
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-069-76/+60
* libunarchive: trivial code shrinkDenys Vlasenko2010-01-061-10/+12
* gzip: add optional support for --long-optsMatheus Izvekov2010-01-062-1/+27
* cpio: fix unpacking of names with leading slashesDenys Vlasenko2010-01-052-1/+10
* ar: heh, there *was* "-1" already...Denys Vlasenko2010-01-041-1/+1
* ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2010-01-042-9/+9
* *: remove some uses of argcDenys Vlasenko2010-01-042-4/+7
* tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko2010-01-031-1/+2
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-4/+1
* tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko2009-12-181-1/+1
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-162-3/+15
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-164-29/+19
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-111-1/+1
* fix improper utimes usageDenys Vlasenko2009-11-292-8/+8
* tar: revert part of last change. -39 bytesDenys Vlasenko2009-11-291-18/+11
* tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko2009-11-292-61/+82
* libunarchive: fix reversed test for older/newerDenys Vlasenko2009-11-241-3/+3
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-152-5/+9
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-3/+3
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-141-5/+3
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-132-4/+4
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer2009-10-251-10/+12
* tar: handle "tar fx TARFILE" etcDenys Vlasenko2009-10-251-0/+27
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-2/+2
* *: three more NOINLINEsDenys Vlasenko2009-10-081-2/+2