summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
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 XTypeProvid...Martin Gallwey1-13/+38
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 Id...Martin Gallwey1-15/+2
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 fr...Martin Gallwey1-161/+220
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 agains...Martin Gallwey1-2/+15
2001-10-02#92664# use some functions from the WeakImplHelper classes to support XTypePr...Martin Gallwey1-22/+46
2001-10-02#92664# remember how we were initialised, and use WeakImplHelper to allow acc...Martin Gallwey1-20/+27
2001-10-02#90699# remove unused methods and members and add a new member to track how m...Martin Gallwey1-7/+4
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 trie...Martin Gallwey1-3/+6
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 on...Martin Gallwey1-8/+14
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 set...Martin Gallwey1-3/+4
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
2001-09-14#89303# fix exception specificationMartin Gallwey1-3/+4
2001-09-14#89303# The correct flags to unline and un-optimiseMartin Gallwey1-4/+4
2001-09-14#89303# remove unnecessary inline statements/only fill EncryptionData ORef on...Martin Gallwey1-17/+20
2001-09-14#89303# only fill the EncryptionData ORef on demandMartin Gallwey1-8/+10
2001-09-14#89303# use optimised hash mapMartin Gallwey1-6/+7
2001-09-14#89303# Use new hashMartin Gallwey1-5/+5
2001-09-14#89303# many optimisationsMartin Gallwey1-123/+90
2001-09-14#89303# optimisationsMartin Gallwey2-71/+84
2001-09-14#89303# many optimisationsMartin Gallwey1-183/+150
2001-09-14#89303# do not dump API zipentry structMartin Gallwey1-4/+3
2001-09-14#89303# vastly optimised readCEN functionMartin Gallwey1-135/+78
2001-09-14#89303# don't bother with extra data or comments as we don't use eitherMartin Gallwey1-51/+14
2001-09-14#89303# remove unnecessary using declarationsMartin Gallwey1-7/+2
2001-09-14#89303# only fill the EncryptionData ORef on demandMartin Gallwey1-4/+4
2001-09-14#89303# use local ZipEntryMartin Gallwey1-7/+7
2001-09-14#89303# added methods and members for optimisationMartin Gallwey1-5/+13
2001-09-14#89303# use optimised hash mapMartin Gallwey1-3/+3
2001-09-14#89303# Use local ZipEntry structMartin Gallwey1-11/+9
2001-09-14#89303# use new hash map and ZipEntry structMartin Gallwey1-27/+9
2001-09-14#89303# use new hash mapMartin Gallwey1-7/+7
2001-09-14#89303# Avoid calling ImplValidChars in a loop by putting the loop in the fun...Martin Gallwey1-23/+24
2001-09-14#89303# optimise hash maps for speed (and put them all in one place)Martin Gallwey1-6/+18