Tim Kientzle 0a4b2ab59c Performance optimization, code clarification, and bug workaround.
When reading the bodies of Zip archive entries, request a minimum of 1
byte, rather than a minimum of the full entry size.  This is faster
(since it does not force the decompression layer to combine reads) and
works around a bug in the "none" decompression handler (which I'm
testing a separate fix for now).  I've also renamed "bytes_read" to
"bytes_avail" in several places to more accurately reflect that the
value returned from (a->compression_read_ahead) is the number of bytes
available, not necessarily the number of bytes requested.
2005-02-12 23:00:31 +00:00
..
2004-12-21 10:49:29 +00:00
2005-01-20 09:17:07 +00:00
2005-01-24 20:01:28 +00:00
2004-11-04 08:25:03 +00:00
2005-01-21 10:48:35 +00:00
2005-01-21 20:48:00 +00:00
2003-06-14 19:32:52 +00:00
2004-12-21 09:33:47 +00:00
2005-02-09 18:07:17 +00:00
2004-12-21 10:16:04 +00:00
Use
2003-06-06 13:46:55 +00:00
2005-01-20 09:17:07 +00:00
2004-07-01 18:20:57 +00:00
2005-02-12 21:07:09 +00:00
2005-02-09 18:07:17 +00:00
2004-12-29 02:18:24 +00:00
2004-07-05 06:59:17 +00:00
2005-01-20 09:17:07 +00:00
2005-01-28 17:01:54 +00:00
2005-01-20 09:17:07 +00:00
Use
2003-06-06 13:46:55 +00:00
2004-12-21 10:49:29 +00:00
2004-12-21 12:05:11 +00:00
Use
2003-06-06 13:46:55 +00:00
2004-12-21 10:49:29 +00:00
2004-12-21 10:16:04 +00:00
2003-08-18 15:25:39 +00:00
2005-01-20 09:17:07 +00:00
2004-12-21 10:49:29 +00:00
2005-01-20 09:17:07 +00:00
2004-12-21 10:16:04 +00:00
2005-01-21 10:35:40 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2004-12-21 10:49:29 +00:00
2004-12-21 09:33:47 +00:00
2004-12-21 12:05:11 +00:00