.. |
compressor.rb
|
Code cleanup
|
2011-11-17 22:53:04 +02:00 |
constants.rb
|
Version bump
|
2012-04-08 00:21:02 +03:00 |
decompressor.rb
|
Split Zip module up by class in to seperate files
|
2010-11-30 18:27:59 +10:00 |
deflater.rb
|
bugfix: get correct size for utf8 strings
|
2012-04-12 12:01:40 +02:00 |
dos_time.rb
|
Add Zip namespace to DOSTime class
|
2012-03-01 10:30:49 -07:00 |
inflater.rb
|
Code cleanup
|
2011-11-17 22:53:04 +02:00 |
ioextras.rb
|
Code cleanup
|
2011-11-17 22:53:04 +02:00 |
null_compressor.rb
|
Split Zip module up by class in to seperate files
|
2010-11-30 18:27:59 +10:00 |
null_decompressor.rb
|
Split Zip module up by class in to seperate files
|
2010-11-30 18:27:59 +10:00 |
null_input_stream.rb
|
Split Zip module up by class in to seperate files
|
2010-11-30 18:27:59 +10:00 |
pass_thru_compressor.rb
|
bugfix: get correct size for utf8 strings
|
2012-04-12 12:01:40 +02:00 |
pass_thru_decompressor.rb
|
Code cleanup
|
2011-11-17 22:53:04 +02:00 |
settings.rb
|
[lib][test] Renaming option for simplicity
|
2012-03-12 16:34:50 -07:00 |
tempfile_bugfixed.rb
|
Rubyzip and Zipruby conflict Fix #6
|
2012-01-31 21:46:42 +02:00 |
zip.rb
|
manually require NullInputStream, otherwise it doesn't get recognized
|
2012-04-26 13:04:30 -07:00 |
zip_central_directory.rb
|
Refactoring
|
2012-03-13 10:14:57 +02:00 |
zip_entry.rb
|
Refactoring
|
2012-03-13 10:13:58 +02:00 |
zip_entry_set.rb
|
Merge pull request #48 from yaauie/feature/glob
|
2012-05-19 01:36:59 -07:00 |
zip_extra_field.rb
|
Refactoring
|
2012-03-13 10:14:57 +02:00 |
zip_file.rb
|
Added Zip::ZipFile.open_buffer
|
2012-05-21 12:21:12 +03:00 |
zip_input_stream.rb
|
Added better support for ruby187 mingw developers
|
2012-02-06 11:59:11 +11:00 |
zip_output_stream.rb
|
Fix: ZipOutputStream#put_next_entry now keeps entry modification time
|
2012-03-27 11:31:13 +02:00 |
zip_streamable_directory.rb
|
Split Zip module up by class in to seperate files
|
2010-11-30 18:27:59 +10:00 |
zip_streamable_stream.rb
|
Rubyzip and Zipruby conflict Fix #6
|
2012-01-31 21:46:42 +02:00 |
zipfilesystem.rb
|
add glob support in ZipFile and ZipFileSystem, refactor existing ZipEntrySet#glob to accept block and be more memory efficient with results.
|
2012-05-18 21:57:19 +00:00 |