aboutsummaryrefslogtreecommitdiff
path: root/include/unarchive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete tons of extra #includesvda2007-05-311-1/+1
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-101-0/+5
* bunzip2/gunzip/uncompress/unlzma: merge into common code -vda2007-03-071-1/+1
* do not expose internal state of [g]zip unpacker.vda2007-01-051-8/+7
* extern variable declaration in a .c file is heresy - fixing itvda2007-01-031-0/+5
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-221-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* g[un]zip: add support for -v (verbose).vda2006-10-011-5/+6
* tar: revert older fix (non-portable), added new one.vda2006-09-031-0/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-2/+0
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-1/+0
* - typo: s/compenent/component/galdot2006-04-021-3/+6
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,landley2006-01-201-0/+2
* Add --no-same-owner and --no-same-permissions options to tar.landley2005-10-271-5/+7
* applying fixes from: pgf2005-07-201-0/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* As we no longer use function pointers for read in common archiving codebug12003-11-211-2/+0
* Remove unused functionbug12003-11-201-1/+0
* Move from read_gz to the pipe()+fork() method.bug12003-11-151-12/+6
* Use the return value from uncompress_bunzip, fix some typobug12003-10-291-2/+2
* Dont unlink when testing !bug12003-08-281-0/+1
* rpm applet by Laurence Andersonbug12002-12-101-0/+1
* Move add_to_list from libunarchive to libbb so it can be of more general use ...bug12002-12-081-10/+4
* Headers for the read_gz changesbug12002-11-191-0/+5
* Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...bug12002-11-051-0/+2
* enable .tar.bz2 for dpkg-debbug12002-11-051-4/+7
* Change filter paramaters, filters can be more powefull nowbug12002-11-041-4/+4
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...bug12002-11-031-11/+21
* Move data_extract_all_prefix to dpkg, its only used there.bug12002-11-031-1/+0
* Move bunzip2 idecompression code to libunarchivebug12002-11-031-0/+3
* Update dpkg to use new unarchive codebug12002-10-191-1/+5
* Fix exclude/include problembug12002-10-191-1/+2
* Fix compress support and prevent a segfaultbug12002-09-271-1/+1
* New common unarchive code.bug12002-09-251-32/+77
* Run through indent, use /* */ style commentsbug12002-08-221-12/+15
* unzip applet by Laurence Andersonbug12002-01-021-0/+2
* include unistd which provides off_t for the header and hence unarchive appletsbug12001-10-271-1/+2
* libunarchive, and recovery from my previous commitbug12001-10-251-0/+42