aboutsummaryrefslogtreecommitdiff
path: root/include/unarchive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tar: optional support for restoring selinux contextJ. Tang2010-03-191-0/+4
* ar: add archive creation supportAlexander Shishkin2010-03-151-0/+4
* randomconfig fixesDenys Vlasenko2010-01-241-2/+2
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-061-26/+35
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-161-1/+2
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-161-11/+10
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-8/+8
* rpm2cpio: handle unseekable input correctlyDenys Vlasenko2009-08-281-4/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-9/+9
* tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko2009-04-211-0/+1
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-8/+4
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-0/+11
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-7/+12
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-2/+0
* fix compile failures resulting from last few commitsDenis Vlasenko2008-07-111-1/+1
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-101-1/+3
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-3/+3
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-4/+8
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-39/+39
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+8
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-2/+2
* random s/short/int/Denis Vlasenko2008-02-161-1/+1
* tar: real support for -p. +200 if selected.Denis Vlasenko2008-02-141-0/+4
* unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2008-02-041-1/+1
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-121-3/+3
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-2/+0
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-051-0/+6
* do not do utime() on links, it acts on link targets, and we don't want that.Denis Vlasenko2007-06-201-12/+10
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-4/+4
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+1
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-0/+5
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-1/+1
* do not expose internal state of [g]zip unpacker.Denis Vlasenko2007-01-051-8/+7
* extern variable declaration in a .c file is heresy - fixing itDenis Vlasenko2007-01-031-0/+5
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-5/+6
* tar: revert older fix (non-portable), added new one.Denis Vlasenko2006-09-031-0/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-2/+0
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+0
* - typo: s/compenent/component/gBernhard Reutner-Fischer2006-04-021-3/+6
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,Rob Landley2006-01-201-0/+2
* Add --no-same-owner and --no-same-permissions options to tar.Rob Landley2005-10-271-5/+7
* applying fixes from: Paul Fox2005-07-201-0/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-2/+0
* Remove unused functionGlenn L McGrath2003-11-201-1/+0
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-12/+6
* Use the return value from uncompress_bunzip, fix some typoGlenn L McGrath2003-10-291-2/+2