Commit Graph

203 Commits

Author SHA1 Message Date
thomas 13e5c54667 Run tests with =true as default 2002-03-17 21:25:06 +00:00
thomas 24beca5136 Now runs with -w switch without warnings 2002-03-17 21:22:22 +00:00
thomas 759b264807 *** empty log message *** 2002-03-17 20:10:02 +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 c5d4d1b70a Added more todos 2002-02-25 18:42:33 +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 86960ea93b *** empty log message *** 2002-02-03 17:47:04 +00:00
thomas 3dd67f1504 *** empty log message *** 2002-02-02 14:58:02 +00:00
thomas 6fd8c619d8 *** empty log message *** 2002-02-01 23:16:43 +00:00
thomas b5ec2d672b Renamed SimpleZipFile to BasicZipFile 2002-02-01 23:14:58 +00:00
thomas aa04dd6a88 *** empty log message *** 2002-02-01 23:09:00 +00:00
thomas ed64a3a5a8 More test cases - all of them failing, so now there are 18 failing test cases. Three more test cases to implement, then it is time for the production code 2002-02-01 23:01:47 +00:00
thomas 0519647e56 *** empty log message *** 2002-02-01 20:49:19 +00:00
thomas 1b367d22c5 Also run SimpleZipFile tests for ZipFile. 2002-02-01 20:34:53 +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 5619ada68b *** empty log message *** 2002-01-29 19:30:01 +00:00
thomas ebafef6c27 *** empty log message *** 2002-01-25 23:18:54 +00:00
thomas 986bb4ee54 In unit test: work around ruby/cygwin weirdness. You get an Errno::EEXISTS instead of an Errno::EISDIR if you try to open a file for writing that is a directory. 2002-01-25 23:14:13 +00:00
thomas 5c6960da62 Fixed test that failed on windows because of CRLF line ending 2002-01-25 23:02:39 +00:00
thomas 2d9fe56fff *** empty log message *** 2002-01-25 22:58:20 +00:00
thomas a9edbfd160 Fixed bug reading from empty deflated entry in zip file 2002-01-25 22:29:57 +00:00
thomas b7b0a2dc4b *** empty log message *** 2002-01-25 21:56:49 +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 a8dc346236 *** empty log message *** 2002-01-19 23:39:28 +00:00
thomas 8b034e52a0 Added .cvsignore file 2002-01-19 23:23:25 +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 09d7331298 Fail nicely if the user doesn't have info-zip compatible zip in the path 2002-01-17 17:52:43 +00:00
thomas 6cde544249 Adjusted chunk size to 32k after a few perf measurements 2002-01-10 17:02:13 +00:00
thomas d9a6256f93 License now same as rubys, not just GPL 2002-01-09 21:10:53 +00:00
thomas 004f6ff2f4 *** empty log message *** 2002-01-05 23:19:51 +00:00
thomas 202b119b9b Updated NEWS file 2002-01-05 22:09:48 +00:00
thomas 87354d7b34 Updated NEWS file 2002-01-05 22:09:48 +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 0a3cbb12f3 deflated data extracted from a zip file. contains file1.txt 2002-01-05 21:21:56 +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 665085d28e *** empty log message *** 2002-01-05 00:52:47 +00:00
thomas 0f7b8bae7e *** empty log message *** 2002-01-05 00:37:45 +00:00
thomas e4a96a4bd1 Fixed problem with test file creation 2002-01-05 00:31:02 +00:00
thomas 085e3bd5f2 Updated README.txt 2002-01-05 00:15:21 +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