aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpio: improve help text; document two TODOsDenys Vlasenko2010-01-092-0/+5
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-13/+21
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-066-52/+36
* libunarchive: trivial code shrinkDenys Vlasenko2010-01-061-10/+12
* cpio: fix unpacking of names with leading slashesDenys Vlasenko2010-01-051-0/+9
* tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko2010-01-031-1/+2
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-161-1/+4
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-162-18/+0
* fix improper utimes usageDenys Vlasenko2009-11-291-4/+4
* tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko2009-11-291-6/+11
* 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-151-2/+4
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-3/+3
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* tar: accept spaces at the end of header fields (compat)Denys Vlasenko2009-09-231-11/+13
* ar: fix long filenames handling (bug 611)Denys Vlasenko2009-09-201-37/+50
* tar: do chown, not lchown to restore mode (compat)Denys Vlasenko2009-09-171-2/+3
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-14/+15
* use PACKED macro insted of open-coding GCC-ismDenys Vlasenko2009-09-162-2/+2
* unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko2009-09-151-144/+106
* Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"Denys Vlasenko2009-09-061-58/+96
* libunarchive: fix a bug where mode and time is no longer restoredDenys Vlasenko2009-08-301-1/+1
* rpm2cpio: handle unseekable input correctlyDenys Vlasenko2009-08-284-8/+8
* tar: handle 256-base encoding in mtimeDenys Vlasenko2009-07-081-3/+7
* df: fix "df /"Denys Vlasenko2009-07-051-2/+2
* only build common libarchive objs when neededMike Frysinger2009-05-281-1/+7
* libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger2009-05-051-5/+4
* unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)Denis Vlasenko2009-04-251-96/+58
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-216-34/+34
* tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko2009-04-211-14/+16
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko2009-03-131-2/+2
* header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko2008-12-122-3/+74
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-3/+2
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-7/+19
* data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko2008-10-172-2/+5
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-056-38/+46
* fix trivial build warningDenis Vlasenko2008-07-221-1/+1
* tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko2008-07-202-7/+14
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-124-55/+38
* cpio: on unpack, limit filename length to 8k; shorten comment a bitDenis Vlasenko2008-07-111-0/+2
* cpio: support some long options; document GNU optionsDenis Vlasenko2008-07-111-2/+3
* fix compile failures resulting from last few commitsDenis Vlasenko2008-07-111-2/+1
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-105-19/+37
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-105-14/+13
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-052-2/+2
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-011-2/+2
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+10
* *: introduce and use xfork()Denis Vlasenko2008-07-011-8/+1