summaryrefslogtreecommitdiff
path: root/archival/rpm2cpio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/u_int/uint/gEric Andersen2004-01-301-9/+9
|
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-2/+1
| | | | | | | | | 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
|
* Call lseek directly rather than via data_align()Glenn L McGrath2002-11-031-1/+1
|
* Fix an obvious thinkoEric Andersen2002-10-181-1/+1
| | | | -Erik
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-0/+6
|
* New common unarchive code.Glenn L McGrath2002-09-251-23/+34
|
* Use fopen wrapper.Matt Kraai2001-11-121-2/+1
|
* Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen2001-08-291-13/+9
| | | | of u32, etc) cleanups from Laurence Anderson <laurence@zxmail.com>
* Call setvbuf from here isntead of gz_open for compatability with uclibcGlenn L McGrath2001-07-131-0/+3
|
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-0/+92