summaryrefslogtreecommitdiff
path: root/archival/libunarchive
Commit message (Expand)AuthorAgeFilesLines
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-0345-9955/+0
* *: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko2010-11-037-0/+1802
* whitespace fixDenys Vlasenko2010-11-011-1/+1
* decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITEDenys Vlasenko2010-11-011-1/+2
* decompress_bunzip2: code shrink ~5 bytesDenys Vlasenko2010-10-301-12/+13
* decompress_bunzip2: code shrink ~10 bytesDenys Vlasenko2010-10-301-74/+99
* decompress_bunzip2: add profiling data to comment. no code changesDenys Vlasenko2010-10-291-0/+11
* decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko2010-10-291-7/+13
* decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loopDenys Vlasenko2010-10-291-21/+28
* decompress_bunzip2: code shrinkDenys Vlasenko2010-10-291-44/+67
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-25/+49
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-272-15/+4
* cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2010-10-181-1/+3
* bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko2010-08-291-0/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1629-32/+32
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* 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