commit | 5699b8525e855a0e851725980964e8755e365f5b | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Sat Nov 15 23:19:05 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Sat Nov 15 23:19:05 2003 +0000 |
tree | fe3d7ead1f80f5b56e44e52a651f368adf92c91d | |
parent | 54ac057c0016ac23b7367342f4834e33cf7d47d7 [diff] |
Move from read_gz to the pipe()+fork() method. 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.