summaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_tar_gz.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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