Commit Graph

20 Commits

Author SHA1 Message Date
Alex Dowad e14859a979 Added Zip::ZipFile.open_buffer 2012-05-21 12:21:12 +03:00
Alexander Simonov dbc0213633 Merge pull request #48 from yaauie/feature/glob
Add ZipFile#glob and ZipFileSystem#glob
2012-05-19 01:36:59 -07:00
Ryan Biesemeyer 739b352f32 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
Dylan Markow c60520f299 Properly commit when the comment is the only thing changed. 2012-04-06 16:40:21 -07:00
wpc d33d8c2398 Fix performance issue on ZipFile#find_entry when reading/writing zip
file with large amount of files and directories.
2012-03-26 00:05:06 -07:00
Alexander Simonov 2faee060f8 Fix #29 2012-03-13 10:26:51 +02:00
Alexander Simonov 7205983957 Refactoring 2012-03-13 10:14:57 +02:00
Alexander Simonov f9b9a30b6f Refactoring 2012-03-13 10:13:58 +02:00
kellydunn 7830a83b52 [lib][test] Renaming option for simplicity 2012-03-12 16:34:50 -07:00
kellydunn 1de6e2b73c [lib][settings] Renaming options for clearer description of implementation 2012-03-12 13:45:02 -07:00
kellydunn 32f02579d0 [lib] Requiring settings upon init, revising implementation. 2012-03-12 13:39:46 -07:00
Lucas Hills 183deb7be0 Fixed replace method 2012-02-06 11:57:06 +11:00
Jean Boussier dc159646e6 Get rid of String#ensure_end 2012-02-01 10:59:56 +01:00
Alexander Simonov 028262700e Rubyzip and Zipruby conflict Fix #6 2012-01-31 21:46:42 +02:00
alor 16b6400a12 code cleanup 2011-11-17 13:29:44 +01:00
alor 4f9595c23b open() can accept permissions
chown() is now working by setting the dirty flag
commit_required? returns true if at least one ZipEntry is dirty
2011-11-17 10:48:42 +01:00
alor 7be1b9c55a indent to spaces 2011-11-16 16:17:19 +01:00
alor b89aeb71df indent to spaces 2011-11-16 16:11:18 +01:00
Alan Harper 0a326dce2b Merge branch 'master' of https://github.com/LyagushkaLimited/rubyzip into LyagushkaLimited-master
* 'master' of https://github.com/LyagushkaLimited/rubyzip:
  Added Support for write data to bugger using ZipFile.add_buffer do {|zf| ... } => buffer
2011-01-07 23:23:22 +10:00
Alan Harper cd038ae442 Split Zip module up by class in to seperate files 2010-11-30 18:27:59 +10:00