aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2010-07-051-0/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-042-17/+4
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-0/+1
* xz compression detection: avoid the need to seekDenys Vlasenko2010-07-011-1/+3
* bzip2 decompression: simple code shrinkDenys Vlasenko2010-06-302-6/+9
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-2/+2
* tar: make typical extraction less memory-hungryDenys Vlasenko2010-06-261-3/+6
* *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-261-32/+8
* tar: fix --to-command wrt short writesDenys Vlasenko2010-06-261-1/+1
* tar: optional support for --to-commandLadislav Michl2010-06-252-0/+138
* decompress_unxz: use common stringDenys Vlasenko2010-06-211-1/+1
* unxz: update from XZ embedded gitDenys Vlasenko2010-06-205-179/+270
* cosmetics on top of Dan's patchesDenys Vlasenko2010-06-191-2/+2
* A few minor portability improvementsDan Fandrich2010-06-191-0/+2
* data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko2010-06-181-17/+14
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-081-0/+2
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-0/+0
* *: better string sharingDenys Vlasenko2010-06-022-2/+2
* 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
* unxz: remove debugging. no code changesDenys Vlasenko2010-05-304-33/+11
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-301-4/+5
* forgotten "git add"...Denys Vlasenko2010-05-301-0/+116
* unxz: new applet, complete with xzcat and xz -d aliasesDenys Vlasenko2010-05-3010-0/+3342
* unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko2010-05-271-1/+1
* tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko2010-05-061-80/+31
* 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
* tar: optional support for restoring selinux contextJ. Tang2010-03-192-3/+96
* ar: add archive creation supportAlexander Shishkin2010-03-152-13/+7
* 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-041-3/+7
* 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