summaryrefslogtreecommitdiff
path: root/archival/libunarchive/data_align.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-1/+0
| | | | | | | | | 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.
* Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath2002-11-031-6/+27
| | | | descriptors, support tar -j
* New common unarchive code.Glenn L McGrath2002-09-251-0/+13