ZipArchive.st
Sat, 08 Dec 2012 21:05:28 +0100 Stefan Vogel class: ZipArchive
Wed, 05 Dec 2012 15:38:32 +0100 Stefan Vogel class: ZipArchive expecco_2_4_0 expecco_2_4_1
Mon, 19 Nov 2012 13:09:20 +0100 Jan Vrany Fix for previous commit (pressed wrong CVS dialog)
Mon, 19 Nov 2012 13:07:06 +0100 Jan Vrany Addec trailing slash behavior (enabled by default)
Fri, 26 Oct 2012 00:01:52 +0200 Stefan Vogel changed: #addArchiveDirectory:fromOsDirectory:compressMethod:
Fri, 20 Jul 2012 20:38:41 +0200 Jan Vrany added: #findMemberAllowForMissingTrailingSlash: stx_6_2_2
Fri, 25 Nov 2011 18:00:12 +0100 Claus Gittinger printing
Thu, 04 Aug 2011 23:10:48 +0200 Claus Gittinger category of:17 methods
Tue, 12 Apr 2011 17:20:49 +0200 Claus Gittinger added: #findMemberForWhich:
Mon, 28 Mar 2011 19:50:30 +0200 Claus Gittinger x
Fri, 21 Jan 2011 00:15:41 +0100 Claus Gittinger category of: #isValidPath:
Wed, 22 Dec 2010 12:23:51 +0100 sr changed: #extract:
Sun, 21 Nov 2010 12:06:39 +0100 Claus Gittinger support for lazy loading;
Fri, 19 Nov 2010 17:47:48 +0100 Claus Gittinger oops - a halt
Fri, 19 Nov 2010 16:57:27 +0100 Claus Gittinger code cleanup
Fri, 19 Nov 2010 16:00:12 +0100 Claus Gittinger refactored constants into separate SharedPool;
Wed, 08 Sep 2010 13:06:19 +0200 Stefan Vogel changed: #name:mode:
Tue, 31 Aug 2010 19:54:11 +0200 Stefan Vogel changed:5 methods
Tue, 31 Aug 2010 12:44:03 +0200 sr changed:
Tue, 02 Feb 2010 12:11:36 +0100 Claus Gittinger *** empty log message ***
Thu, 05 Nov 2009 15:37:52 +0100 Stefan Vogel __isByteArray() to __isByteArrayLike() in primitive code
Mon, 26 Oct 2009 16:22:23 +0100 Claus Gittinger added: #membersMatching:
Mon, 26 Oct 2009 15:55:42 +0100 Claus Gittinger more squeak compat.
Mon, 26 Oct 2009 15:36:00 +0100 Claus Gittinger squeak compatibility
Wed, 08 Jul 2009 20:03:16 +0200 Stefan Vogel Fix ZipReadStream / ZipWriteStream handling expecco_1_7_0rc5
Tue, 30 Jun 2009 17:32:14 +0200 Stefan Vogel Add ZipReadStream and ZipWriteStream classes.
Tue, 23 Jun 2009 22:38:56 +0200 Stefan Vogel #restoreOsDirectory:fromArchiveDirectory
Wed, 10 Jun 2009 14:53:07 +0200 Stefan Vogel #addDirectory: should not be used
Wed, 04 Feb 2009 12:03:22 +0100 Stefan Vogel changed signal hierarchy
Wed, 14 Jan 2009 12:38:57 +0100 sr leftover halt
Wed, 14 Jan 2009 12:37:52 +0100 sr fixed writing of files with spaces in the name;
Mon, 16 Jun 2008 15:01:12 +0200 ab changed #validZipFileNameFrom: expecco_1_5_0
Mon, 16 Jun 2008 14:33:43 +0200 ab ensure that zip file name is valid before save (check // \\ and spaces)
Mon, 09 Jun 2008 23:27:57 +0200 Claus Gittinger care for prefix names
Mon, 09 Jun 2008 20:33:45 +0200 Claus Gittinger only restoreOsDirectory:fromArchiveDirectory: if there is
Fri, 06 Jun 2008 12:42:29 +0200 ab *** empty log message ***
Thu, 05 Jun 2008 11:18:27 +0200 ab support now compressed writing to / reading from a stream
Tue, 03 Jun 2008 17:08:52 +0200 ab *** empty log message ***
Fri, 30 May 2008 10:59:59 +0200 ab support now read from and write into archive with streams
Wed, 28 May 2008 18:20:00 +0200 ab *** empty log message ***
Tue, 27 May 2008 18:15:53 +0200 ab *** empty log message ***
Tue, 06 May 2008 15:18:48 +0200 ca *** empty log message ***
Tue, 06 May 2008 14:12:38 +0200 ab Add method to check if it is a zip archive
Mon, 05 May 2008 14:42:28 +0200 ca accessing signals
Tue, 29 Apr 2008 15:00:27 +0200 ab Disable Zip File Cache
Tue, 29 Apr 2008 11:20:42 +0200 ab add finalize for close by garbage collector extend interface for
Tue, 29 Apr 2008 11:18:32 +0200 ab add finalize for close by garbage collector extend interface for
Tue, 29 Apr 2008 10:20:48 +0200 ab add finalize for close by garbage collector extend interface for
Thu, 24 Apr 2008 19:10:07 +0200 ab keep archive now open until closeFile
Thu, 24 Apr 2008 17:38:08 +0200 ab Support now writing of zip archives
Wed, 24 Jan 2007 16:12:17 +0100 Claus Gittinger *** empty log message ***
Wed, 10 Jan 2007 14:35:27 +0100 Stefan Vogel Update documentation
Thu, 14 Sep 2006 19:13:21 +0200 Stefan Vogel malloc fix
Wed, 16 Nov 2005 09:47:58 +0100 Stefan Vogel No need to send signalAtEnd:true,
Fri, 08 Jul 2005 19:30:35 +0200 Claus Gittinger 64bit
Tue, 01 Mar 2005 14:47:05 +0100 Stefan Vogel #checkNilFilestream no longer needed, since #readStream or #writeStream
Fri, 03 Sep 2004 13:24:52 +0200 Stefan Vogel Better premature end of file handling
Fri, 05 Mar 2004 20:08:29 +0100 Stefan Vogel Use #codePoint instead of deprecated #asciiValue
Wed, 07 May 2003 16:12:34 +0200 Claus Gittinger method category rename
Tue, 06 May 2003 17:11:14 +0200 Claus Gittinger positioning
less more (0) -60 tip