summaryrefslogtreecommitdiff
path: root/archival/unzip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-5/+4
| | | | | | | | | 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.
* Major coreutils update.Manuel Novoa III2003-03-191-9/+9
|
* Move add_to_list from libunarchive to libbb so it can be of more general use ↵Glenn L McGrath2002-12-081-1/+1
| | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
* Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath2002-11-031-7/+8
| | | | descriptors, support tar -j
* New common unarchive code.Glenn L McGrath2002-09-251-39/+189
|
* unzip applet by Laurence AndersonGlenn L McGrath2002-01-021-0/+94
----------------------------------------------------------------------