aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive
AgeCommit message (Expand)Author
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko
2010-06-30bzip2 decompression: simple code shrinkDenys Vlasenko
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-26tar: make typical extraction less memory-hungryDenys Vlasenko
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko
2010-06-25tar: optional support for --to-commandLadislav Michl
2010-06-21decompress_unxz: use common stringDenys Vlasenko
2010-06-20unxz: update from XZ embedded gitDenys Vlasenko
2010-06-19cosmetics on top of Dan's patchesDenys Vlasenko
2010-06-19A few minor portability improvementsDan Fandrich
2010-06-18data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
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