Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/u_int/uint/g | Eric Andersen | 2004-01-30 | 1 | -9/+9 |
| | |||||
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 1 | -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 III | 2003-03-19 | 1 | -9/+9 |
| | |||||
* | Call lseek directly rather than via data_align() | Glenn L McGrath | 2002-11-03 | 1 | -1/+1 |
| | |||||
* | Fix an obvious thinko | Eric Andersen | 2002-10-18 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix compress support and prevent a segfault | Glenn L McGrath | 2002-09-27 | 1 | -0/+6 |
| | |||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -23/+34 |
| | |||||
* | Use fopen wrapper. | Matt Kraai | 2001-11-12 | 1 | -2/+1 |
| | |||||
* | Standard typing (u_int16_t instead of u16, u_int32_t instead | Eric Andersen | 2001-08-29 | 1 | -13/+9 |
| | | | | of u32, etc) cleanups from Laurence Anderson <laurence@zxmail.com> | ||||
* | Call setvbuf from here isntead of gz_open for compatability with uclibc | Glenn L McGrath | 2001-07-13 | 1 | -0/+3 |
| | |||||
* | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 1 | -0/+92 |