summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2001-10-31#93994# don't try to read 0 bytes and then decrypt and inflate it!Martin Gallwey
2001-10-30#93877# don't use auto_ptr's anymoreMartin Gallwey
2001-10-30#93877# derive ContentInfo from OWeakObject so we can use it in an ORefMartin Gallwey
2001-10-30#93877# make header pass 'testhxx' testMartin Gallwey
2001-10-30#93877# using auto_ptr's in STL containers is apparently bad, so use ↵Martin Gallwey
ref-counted ORefs instead
2001-10-30#92012# decode titles before passing them to the file UCPMartin Gallwey
2001-10-26#93877# Use auto_ptrs to handle life-time of contentsMartin Gallwey
2001-10-2693877# use clear method instead of a temporaryMartin Gallwey
2001-10-26#93877# Call releaseUpwatdRef in destructorMartin Gallwey
2001-10-26#93877# remove unnecessary memberMartin Gallwey
2001-10-26#93877# use auto_ptr's to make sure that that ContentInfo pointers are ↵Martin Gallwey
always deleted
2001-10-26#92924#: exception specificationsJens-Heiner Rechtien
2001-10-22#91604# also truncate when writing to non-removable mediaMartin Gallwey
2001-10-10#92925# the target of a transfer must be a directory...not a file!Martin Gallwey
2001-10-02#92664# comply with JSC's reccomended changeMartin Gallwey
2001-10-02#90699# use 'check sum type' instead of MD5Martin Gallwey
2001-10-02#90699# Use 'ChecksumType' instead of MD5Martin Gallwey
2001-10-02#90699# use checksum type define instead of explicitly using MD5Martin Gallwey
2001-10-02#90699# new define for checksum typeMartin Gallwey
2001-10-02#92664# Use some methods from WeakImplHelper classes to implement ↵Martin Gallwey
XTypeProvider, to allow access to ZipPackageStreams from StarBasic
2001-10-02#92664# Support XTypeProvider to allow access from BasicMartin Gallwey
2001-10-02#92664# remove unused header includeMartin Gallwey
2001-10-02#92664# remove unnecessary header filesMartin Gallwey
2001-10-02#92664# Support XTypeProvider to allow access for StarBasicMartin Gallwey
2001-10-02#92664# don't include unnecessary pure virtual functions or implementation ↵Martin Gallwey
Id anymore
2001-10-02#92664# Don't check the implementation Id of ZipPackageEntry any moreMartin Gallwey
2001-10-02#92664# Support new initialisation modes and XTypeProvider to allow access ↵Martin Gallwey
from StarBasic
2001-10-02#90699# generate a digest on export using SHA1Martin Gallwey
2001-10-02#90699# generate a digest when constructing a memory stream to compare ↵Martin Gallwey
against digest in manifest
2001-10-02#92664# use some functions from the WeakImplHelper classes to support ↵Martin Gallwey
XTypeProvider to allow access to ZipPackageFolders from StarBasic
2001-10-02#92664# remember how we were initialised, and use WeakImplHelper to allow ↵Martin Gallwey
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 Gallwey
much we've digested
2001-10-02#90699# a new constant for digest lengthMartin Gallwey
2001-09-28#92549# throw IllegalArgument Exception for illegal seeksMartin Gallwey
2001-09-28#92549# update XSeekable implementation to throw an exception if someone ↵Martin Gallwey
tries to seek past the end of the stream
2001-09-26#92466# correctly parse deep directory namesMartin Gallwey
2001-09-24#92268# if a stream has its own encryption key use that one instead of the ↵Martin Gallwey
one from the ZipPackage
2001-09-24#92268# Allow EncryptionKeys to be set per streamMartin Gallwey
2001-09-24#92268# Boolean flag to indicate if this stream has had an encryption key ↵Martin Gallwey
set at it
2001-09-19#89303# The encryption data is only created on demandMartin Gallwey
2001-09-18#92225# Flush the output stream when finished writingMartin Gallwey
2001-09-14#89303# fix exception specificationMartin Gallwey
2001-09-14#89303# The correct flags to unline and un-optimiseMartin Gallwey
2001-09-14#89303# remove unnecessary inline statements/only fill EncryptionData ORef ↵Martin Gallwey
on demand
2001-09-14#89303# only fill the EncryptionData ORef on demandMartin Gallwey
2001-09-14#89303# use optimised hash mapMartin Gallwey
2001-09-14#89303# Use new hashMartin Gallwey
2001-09-14#89303# many optimisationsMartin Gallwey
2001-09-14#89303# optimisationsMartin Gallwey
2001-09-14#89303# many optimisationsMartin Gallwey