aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.15.0 fixes; bump version to 1.15.11_15_1Denys Vlasenko2009-09-122-59/+97
* 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
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-3/+1
* bunzip2: make proper fix for the problem "fixed" in rev. 22521Denis Vlasenko2008-06-281-80/+13
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-285-65/+65
* unlzma: fix memory leak (Pascal Bellard)Denis Vlasenko2008-06-271-20/+23
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-2729-36/+36
* bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko2008-06-261-6/+9
* style fixes, no code changesDenis Vlasenko2008-06-261-2/+2
* open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2008-06-261-2/+5
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-192-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-11/+11
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2
* tar: fix obscure case when name is "" and prefix is not ""Denis Vlasenko2008-04-291-1/+1
* tar: fix the case where long base names can be ignoredDenis Vlasenko2008-04-291-0/+3
* tar: move vfork into separate function (smaller code)Denis Vlasenko2008-04-211-3/+5
* trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko2008-04-151-5/+5
* cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko2008-04-053-93/+98
* unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-03-181-11/+4
* fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko2008-03-172-3/+6
* unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko2008-03-021-7/+3
* unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...Denis Vlasenko2008-03-021-24/+36
* tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko2008-02-191-8/+44