aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive
AgeCommit message (Expand)Author
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys 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-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-30unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko
2010-05-06tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko
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-19tar: optional support for restoring selinux contextJ. Tang
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-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-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko
2010-01-06libunarchive: trivial code shrinkDenys Vlasenko
2010-01-05cpio: fix unpacking of names with leading slashesDenys Vlasenko
2010-01-03tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko
2009-12-16tar: add support for --overwrite. +70 bytes.Denys Vlasenko
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko
2009-11-29fix improper utimes usageDenys Vlasenko
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko
2009-11-24libunarchive: fix reversed test for older/newerDenys Vlasenko
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-09-23tar: accept spaces at the end of header fields (compat)Denys Vlasenko
2009-09-20ar: fix long filenames handling (bug 611)Denys Vlasenko
2009-09-17tar: do chown, not lchown to restore mode (compat)Denys Vlasenko
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko
2009-09-16use PACKED macro insted of open-coding GCC-ismDenys Vlasenko
2009-09-15unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)Denys Vlasenko
2009-09-06Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"Denys Vlasenko
2009-08-30libunarchive: fix a bug where mode and time is no longer restoredDenys Vlasenko
2009-08-28rpm2cpio: handle unseekable input correctlyDenys Vlasenko
2009-07-08tar: handle 256-base encoding in mtimeDenys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-05-28only build common libarchive objs when neededMike Frysinger
2009-05-05libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger
2009-04-25unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)Denis Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-21tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-13tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko