Commit Graph

49 Commits

Author SHA1 Message Date
David Henry 13d5f6c46d Added Support for write data to bugger using ZipFile.add_buffer do {|zf| ... } => buffer 2010-12-06 10:00:03 +00:00
thomas 3bf664c07f Don't react to strongly on incorrect encoding of external file attributes. 2010-09-10 19:56:37 +00:00
thomas a4dc121af5 *** empty log message *** 2010-05-14 20:19:08 +00:00
thomas b2d9f49052 Better platform check. 2010-04-19 08:44:43 +00:00
thomas d0faedc82b Changed ZipOutputStream.put_next_entry to make it possible to specifiy comments, extra field and compression method. 2010-01-01 12:43:52 +00:00
thomas 6e840960c4 Bumped micro number and updated NEWS file. 2009-11-27 21:59:43 +00:00
thomas 4221a5d2eb Provide convenience methods for retrieving name and comments in character encoding of choice (pending ruby character String class). 2009-11-27 21:28:18 +00:00
thomas c6ecd1c9f3 Applied ruby-1.9 compatibility patch from Yuya Nishida. 2009-04-05 10:28:46 +00:00
thomas 426d65cca7 Rewrote fix for rename bug. 2008-08-26 18:49:27 +00:00
thomas 51c56a1fb8 Refixed rename to avoid decompressing and recompressing entry. 2008-08-24 12:34:20 +00:00
drylight 34cfcfe78e Update version number and minor release note changes. 2008-08-24 09:43:33 +00:00
drylight 9c5b55e5da Fixed: Renaming an entry failed if the entry's new name was a different length than its old name. 2008-08-24 08:46:45 +00:00
thomas f3877622d3 Added IOExtras.copy_stream_n and used it to avoid loading large entries into memory when copying from one stream to another. 2006-12-24 10:42:08 +00:00
thomas 486ae7d07b Bug 1614537 Version needed to extract set. 2006-12-17 14:03:36 +00:00
technorama fda12b16da bugfix: :link -> :symlink 2006-08-04 17:56:22 +00:00
thomas afbb01930a Bumped version number and reformatted NEWS a bit. 2006-06-30 07:25:26 +00:00
technorama 2ca620ef08 documentation additions 2006-06-29 20:49:24 +00:00
technorama 1b26a47ba6 add documentation and test for new ZipFile::extract 2006-04-30 04:25:14 +00:00
technorama 402edc6ad2 add some of the API suggestions from sf.net #1281314 2006-04-30 04:22:21 +00:00
technorama 8f593b4b2b apply patch for bug #1446926 2006-04-30 03:55:27 +00:00
technorama 876460a9cc apply patch for bug #1459902 2006-04-30 03:54:12 +00:00
technorama 214a86fa10 add ZipFile @restore_*, documentation update 2006-04-26 15:17:21 +00:00
technorama 5b5a3e420b start of unix_uid, unix_gid, restore_* support 2006-03-28 02:11:59 +00:00
technorama 77cd3d6472 follow_symlinks is now optional 2006-03-28 01:49:02 +00:00
technorama 2405804503 add eof? methods 2006-03-28 01:32:16 +00:00
thomas 91642caed6 Did away with ZipStreamableFile. 2006-02-25 11:04:44 +00:00
technorama 0f4d6a149a unix file permissions. symlink support. rework ZipEntry and delegate classes. reduce memory usage during decompression. 2006-02-23 07:03:15 +00:00
thomas 7268ef3cd3 Merged patch from oss-ruby. 2006-02-04 09:42:46 +00:00
thomas 6d97a8e545 *** empty log message *** 2005-11-19 15:17:14 +00:00
thomas de1f7e9d03 *** empty log message *** 2005-09-06 19:19:52 +00:00
thomas 4a85de59dd Fixed problem on windows - tempfile has to be set to binmode again when it is reopened 2005-09-06 19:04:57 +00:00
thomas 32ffbf8ec6 *** empty log message *** 2005-09-03 08:02:44 +00:00
thomas 7cf8aabc8f Merged patch from oss-ruby at technorama.net 2005-09-03 07:57:50 +00:00
thomas 695467f446 *** empty log message *** 2005-08-29 06:50:25 +00:00
thomas 42e64eb795 *** empty log message *** 2005-08-29 06:41:08 +00:00
thomas b3ea27dc46 *** empty log message *** 2005-08-29 06:35:46 +00:00
thomas 8ad1d234fc *** empty log message *** 2005-08-29 06:26:17 +00:00
thomas b5010414bc *** empty log message *** 2005-08-07 12:27:44 +00:00
thomas f51a2c6b46 *** empty log message *** 2005-08-06 09:12:07 +00:00
thomas b14651ce64 Read/write in chunks to preserve memory 2005-08-03 16:54:33 +00:00
thomas 06fe24b754 Applied received patch concerning FreeBSD 4.5 issue 2005-07-02 13:08:00 +00:00
thomas 7fd6cea0a3 *** empty log message *** 2005-03-31 19:58:27 +00:00
thomas 0ed7902142 *** empty log message *** 2005-03-17 17:11:46 +00:00
thomas adaaf8337c Added more rdoc and changed the remaining tests to Test::Unit 2005-02-19 20:30:33 +00:00
thomas 6cf67cd4ab Added documentation to ZipInputStream and ZipOutputStream 2005-02-19 19:28:36 +00:00
thomas 3e1aa6d7e5 Added a bunch of documentation 2005-02-17 20:27:02 +00:00
thomas e14208f584 *** empty log message *** 2005-02-16 18:01:04 +00:00
thomas 055af34498 Fixed compatibility issue with ruby 1.8.2. Migrated test suite to Test::Unit 2005-02-15 21:39:56 +00:00
thomas 9e4ab89f08 Changed directory structure 2005-02-15 21:10:20 +00:00