summaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_tar_gz.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply post 1.7.0 patches, set version to 1.7.11_7_1Denis Vlasenko2007-09-161-1/+8
|
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-1/+1
|
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-2/+0
| | | | no forking anymore, bunzip2 unpack routine now does all it in memory.
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-1/+1
| | | | fix few corner cases, reduce size by 450 bytes. Update testsuite.
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+3
|
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-1/+1
| | | | | Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that.
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
| | | | xlseek and fdlength() for the new mkswap.
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-12/+5
| | | | | | | | | open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted.
* fix commentEric Andersen2003-11-071-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
|
* Use read_gz, remove fork() woohoo!Glenn L McGrath2002-11-191-44/+9
|
* Minor cleanupsGlenn L McGrath2002-11-131-1/+2
|
* Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath2002-11-031-1/+4
| | | | descriptors, support tar -j
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-1/+8
|
* New common unarchive code.Glenn L McGrath2002-09-251-0/+73