summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageFolder.cxx
AgeCommit message (Expand)AuthorFilesLines
2001-11-15#94679#, #92268# support XTypeProvider, XServiceInfo and encrypted data headersMartin Gallwey1-81/+167
2001-10-30#93877# don't use auto_ptr's anymoreMartin Gallwey1-7/+5
2001-10-26#93877# Use auto_ptrs to handle life-time of contentsMartin Gallwey1-17/+10
2001-10-02#92664# remove unused header includeMartin Gallwey1-6/+2
2001-10-02#92664# Support XTypeProvider to allow access for StarBasicMartin Gallwey1-57/+36
2001-09-24#92268# if a stream has its own encryption key use that one instead of the on...Martin Gallwey1-8/+14
2001-09-14#89303# many optimisationsMartin Gallwey1-123/+90
2001-09-05#90699# Export a digest of the unencrypted streamMartin Gallwey1-3/+10
2001-08-30#91474# do not explicitly export DirectoriesMartin Gallwey1-26/+5
2001-08-08#86708# use only random pool for all calls to saveContentsMartin Gallwey1-15/+6
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey1-49/+53
2001-06-22#87667# The if encrypted then compress check should be done hereMartin Gallwey1-3/+3
2001-05-31#87099# Must calculate the size and CRC32 for STORED streams here as it can n...Martin Gallwey1-29/+37
2001-05-15#86409# Allow EncryptionKey's of any lengthMartin Gallwey1-4/+4
2001-05-15Remove unnecessary parameter in call to getRawStreamMartin Gallwey1-3/+3
2001-05-08Support encryption of streams!Martin Gallwey1-40/+42
2001-05-02#86337# fix name settingMartin Gallwey1-3/+5
2001-04-30fix manifest entryMartin Gallwey1-9/+12
2001-04-30Fix raw copying of streamsMartin Gallwey1-6/+5
2001-04-27#86409# Support encryption in package files + a couple of optimisationsMartin Gallwey1-105/+89
2001-04-19some misc. code clean ups and now use the new XManifestReader/XManifestWriter...Martin Gallwey1-187/+174
2001-03-16comply with MI's required change for package->packages, as package is a reser...Martin Gallwey1-5/+5
2001-03-08removes support for embedded zipfiles, possibly foreverMartin Gallwey1-2/+5
2001-03-07re-organised support for time/date-stampingMartin Gallwey1-4/+3
2001-02-26reset pointers to NULL to help debuggingMartin Gallwey1-3/+6
2001-02-07String handling optimisationsMartin Gallwey1-8/+8
2001-02-07Allow the setting of the MediaType on the root folderMartin Gallwey1-3/+22
2001-01-23#83072# Compress changed to Compressed from 618 on...Kurt Zenker1-3/+6
2001-01-17Do not write data descriptors for STORED files because Jar doesn't like themMartin Gallwey1-4/+4
2001-01-16This change allows the compression state of a saved stream to be changed. Tha...Martin Gallwey1-3/+17
2001-01-11#82700# Real cause for bug 82700 was an implementation of XSeekable->getLengt...Martin Gallwey1-2/+5
2001-01-10Implemented a new XPropertySet to enable users to specify whether or not some...Martin Gallwey1-51/+2
2000-12-20removed non thread-safe staticsMartin Gallwey1-7/+7
2000-12-19many optimisations and memory leaks due to circular references fixed! An alto...Martin Gallwey1-32/+65
2000-12-13This rather enormous commit has the following features:Martin Gallwey1-75/+166
2000-12-07#65293# syntaxHans-Joachim Lankenau1-7/+7
2000-12-07#81494# fixed the problem with opening empty directories in JARMartin Gallwey1-2/+3
2000-12-04#80556# fix crash-causing typoMartin Gallwey1-4/+4
2000-12-04#80556# improved exception handlingMartin Gallwey1-37/+81
2000-12-01#80556# fix compiler warningsMartin Gallwey1-4/+4
2000-11-29#80556# make setParent/insertByName behaviour more consistentMartin Gallwey1-7/+3
2000-11-29#80556# correctly handle empty zipsMartin Gallwey1-2/+9
2000-11-29#80556# bug fixesMartin Gallwey1-4/+4
2000-11-29#80556# bug fixesMartin Gallwey1-51/+85
2000-11-28#80556# make it buildMartin Gallwey1-3/+10
2000-11-28#80556# correctly handle new ZipPackageFoldersMartin Gallwey1-2/+6
2000-11-28#80556# bug fixMartin Gallwey1-2/+5
2000-11-27#80556# Initial revision of manifest support + ignores leading slash in zip p...Martin Gallwey1-10/+46
2000-11-24#80556# now builds under Solaris correctlyMartin Gallwey1-7/+7
2000-11-23#80556# Implemented support for Zipfiles contained within zip files. These wi...Martin Gallwey1-2/+30