summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)AuthorFilesLines
2001-11-15#92268# data on encrypted data headersMartin Gallwey1-0/+85
2001-11-15#94679# support XTypeProvider and XServiceInfoMartin Gallwey1-46/+24
2001-11-15#94679# support XTypeProvider by using helper classMartin Gallwey1-18/+11
2001-11-15#94679# support XServiceInfo and remove unnecessary headersMartin Gallwey1-36/+33
2001-11-15#94679# remove unncessary headersMartin Gallwey1-12/+11
2001-11-15#92268# add new methods to support EncryptedDataHeaders for encrypted streamsMartin Gallwey1-18/+21
2001-11-15#94679# remove throw specificationMartin Gallwey2-76/+37
2001-11-15#94679# remove header to source fileMartin Gallwey1-5/+5
2001-11-15#92268# include minimum number of headersMartin Gallwey2-12/+48
2001-10-31#93994# don't try to read 0 bytes and then decrypt and inflate it!Martin Gallwey1-3/+3
2001-10-30#93877# don't use auto_ptr's anymoreMartin Gallwey1-7/+5
2001-10-30#93877# derive ContentInfo from OWeakObject so we can use it in an ORefMartin Gallwey1-5/+6
2001-10-30#93877# make header pass 'testhxx' testMartin Gallwey1-2/+6
2001-10-30#93877# using auto_ptr's in STL containers is apparently bad, so use ↵Martin Gallwey1-11/+7
ref-counted ORefs instead
2001-10-30#92012# decode titles before passing them to the file UCPMartin Gallwey1-3/+8
2001-10-26#93877# Use auto_ptrs to handle life-time of contentsMartin Gallwey1-17/+10
2001-10-2693877# use clear method instead of a temporaryMartin Gallwey1-4/+4
2001-10-26#93877# Call releaseUpwatdRef in destructorMartin Gallwey1-3/+8
2001-10-26#93877# remove unnecessary memberMartin Gallwey1-4/+2
2001-10-26#93877# use auto_ptr's to make sure that that ContentInfo pointers are ↵Martin Gallwey1-3/+4
always deleted
2001-10-26#92924#: exception specificationsJens-Heiner Rechtien1-3/+4
2001-10-22#91604# also truncate when writing to non-removable mediaMartin Gallwey1-2/+11
2001-10-10#92925# the target of a transfer must be a directory...not a file!Martin Gallwey1-3/+4
2001-10-02#92664# comply with JSC's reccomended changeMartin Gallwey1-8/+3
2001-10-02#90699# use 'check sum type' instead of MD5Martin Gallwey1-4/+4
2001-10-02#90699# Use 'ChecksumType' instead of MD5Martin Gallwey1-3/+3
2001-10-02#90699# use checksum type define instead of explicitly using MD5Martin Gallwey1-4/+4
2001-10-02#90699# new define for checksum typeMartin Gallwey1-2/+3
2001-10-02#92664# Use some methods from WeakImplHelper classes to implement ↵Martin Gallwey1-13/+38
XTypeProvider, to allow access to ZipPackageStreams from StarBasic
2001-10-02#92664# Support XTypeProvider to allow access from BasicMartin Gallwey1-50/+21
2001-10-02#92664# remove unused header includeMartin Gallwey1-6/+2
2001-10-02#92664# remove unnecessary header filesMartin Gallwey1-5/+2
2001-10-02#92664# Support XTypeProvider to allow access for StarBasicMartin Gallwey1-57/+36
2001-10-02#92664# don't include unnecessary pure virtual functions or implementation ↵Martin Gallwey1-15/+2
Id anymore
2001-10-02#92664# Don't check the implementation Id of ZipPackageEntry any moreMartin Gallwey1-18/+2
2001-10-02#92664# Support new initialisation modes and XTypeProvider to allow access ↵Martin Gallwey1-161/+220
from StarBasic
2001-10-02#90699# generate a digest on export using SHA1Martin Gallwey1-9/+15
2001-10-02#90699# generate a digest when constructing a memory stream to compare ↵Martin Gallwey1-2/+15
against digest in manifest
2001-10-02#92664# use some functions from the WeakImplHelper classes to support ↵Martin Gallwey1-22/+46
XTypeProvider to allow access to ZipPackageFolders from StarBasic
2001-10-02#92664# remember how we were initialised, and use WeakImplHelper to allow ↵Martin Gallwey1-20/+27
access to the package component from StarBasic
2001-10-02#90699# remove unused methods and members and add a new member to track how ↵Martin Gallwey1-7/+4
much we've digested
2001-10-02#90699# a new constant for digest lengthMartin Gallwey1-2/+3
2001-09-28#92549# throw IllegalArgument Exception for illegal seeksMartin Gallwey2-4/+8
2001-09-28#92549# update XSeekable implementation to throw an exception if someone ↵Martin Gallwey1-3/+6
tries to seek past the end of the stream
2001-09-26#92466# correctly parse deep directory namesMartin Gallwey1-4/+4
2001-09-24#92268# if a stream has its own encryption key use that one instead of the ↵Martin Gallwey1-8/+14
one from the ZipPackage
2001-09-24#92268# Allow EncryptionKeys to be set per streamMartin Gallwey1-6/+21
2001-09-24#92268# Boolean flag to indicate if this stream has had an encryption key ↵Martin Gallwey1-3/+4
set at it
2001-09-19#89303# The encryption data is only created on demandMartin Gallwey1-3/+4
2001-09-18#92225# Flush the output stream when finished writingMartin Gallwey1-2/+3