3
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 22 years ago
*** empty log message *** More... over 22 years ago
Renamed SimpleZipFile to BasicZipFile More... over 22 years ago
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 More... over 22 years ago
*** empty log message *** More... over 22 years ago
Also run SimpleZipFile tests for ZipFile. More... over 22 years ago
ZipFile renamed to SimpleZipFile. The new ZipFile will have many more methods that are useful for managing archives. More... over 22 years ago
*** empty log message *** More... over 22 years ago
*** empty log message *** More... over 22 years ago
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. More... over 22 years ago
Fixed test that failed on windows because of CRLF line ending More... over 22 years ago
Fixed bug reading from empty deflated entry in zip file More... over 22 years ago
*** empty log message *** More... over 22 years ago
Zip write support is now fully functional in the form of ZipOutputStream. More... over 22 years ago
*** empty log message *** More... over 22 years ago
*** empty log message *** More... over 22 years ago
Added Deflater and DeflaterTest. More... over 22 years ago
*** empty log message *** More... over 22 years ago
Added .cvsignore file More... over 22 years ago
Added ZipEntry.writeCDirEntry and misc minor fixes More... over 22 years ago
NOTICE: Not all tests run!! More... over 22 years ago
Fail nicely if the user doesn't have info-zip compatible zip in the path More... over 22 years ago
Adjusted chunk size to 32k after a few perf measurements More... over 22 years ago
License now same as rubys, not just GPL More... over 22 years ago
*** empty log message *** More... over 22 years ago
Updated NEWS file More... over 22 years ago
Added tests for decompressors and a tests for ZipLocalEntry, ZipCentralDirectoryEntry and ZipCentralDirectory for handling of corrupt data More... over 22 years ago
deflated data extracted from a zip file. contains file1.txt More... over 22 years ago
Changed references to Inflate to Zlib::inflate for compatibility with ruby-zlib-0.5 More... over 22 years ago
*** empty log message *** More... over 22 years ago