Commit Graph

24 Commits

Author SHA1 Message Date
thomas 24beca5136 Now runs with -w switch without warnings 2002-03-17 21:22:22 +00:00
thomas 5dc0350469 Down to one failing test 2002-03-17 20:04:03 +00:00
thomas 129eb34c70 *** empty log message *** 2002-03-17 19:36:02 +00:00
thomas 317627e876 *** empty log message *** 2002-03-17 16:22:19 +00:00
thomas 15cb7c3acc *** empty log message *** 2002-02-23 14:51:37 +00:00
thomas 1495364b4b *** empty log message *** 2002-02-23 14:30:22 +00:00
thomas 580a350495 *** empty log message *** 2002-02-23 13:16:08 +00:00
thomas 3dd67f1504 *** empty log message *** 2002-02-02 14:58:02 +00:00
thomas b5ec2d672b Renamed SimpleZipFile to BasicZipFile 2002-02-01 23:14:58 +00:00
thomas 4fa4b85392 ZipFile renamed to SimpleZipFile. The new ZipFile will have many more methods
that are useful for managing archives.
2002-02-01 19:11:10 +00:00
thomas a9edbfd160 Fixed bug reading from empty deflated entry in zip file 2002-01-25 22:29:57 +00:00
thomas c6f5747df7 Zip write support is now fully functional in the form of ZipOutputStream. 2002-01-25 21:51:28 +00:00
thomas 559c8032ea *** empty log message *** 2002-01-25 20:12:01 +00:00
thomas 4d8a667dcb *** empty log message *** 2002-01-25 19:37:48 +00:00
thomas 4a53e94606 Added Deflater and DeflaterTest. 2002-01-20 15:00:00 +00:00
thomas 2e77b39b22 Added ZipEntry.writeCDirEntry and misc minor fixes 2002-01-19 23:09:48 +00:00
thomas 441dcb9643 NOTICE: Not all tests run!!
ZipOutputStream in progress

Wrapped rubyzip in namespace module Zip.
2002-01-19 22:28:19 +00:00
thomas 6cde544249 Adjusted chunk size to 32k after a few perf measurements 2002-01-10 17:02:13 +00:00
thomas d8bdc9d606 Added tests for decompressors and a tests for ZipLocalEntry, ZipCentralDirectoryEntry and ZipCentralDirectory for handling of corrupt data 2002-01-05 22:05:00 +00:00
thomas dada9ed848 Changed references to Inflate to Zlib::inflate for compatibility with ruby-zlib-0.5 2002-01-05 19:05:05 +00:00
thomas 11d9f9f80d *** empty log message *** 2002-01-05 18:28:38 +00:00
thomas 56d12307ac ZipFile now works 2002-01-05 00:13:58 +00:00
thomas badae1edeb ZipCentralDirectoryEntryTest now runs 2002-01-04 20:51:24 +00:00
thomas 609f3527d5 Initial revision 2002-01-02 17:48:31 +00:00