summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2001-06-22#87667# The if encrypted then compress check should be done hereMartin Gallwey1-3/+3
2001-06-22#87667# The if encrypted then compress check should be done when writing not ...Martin Gallwey1-8/+2
2001-06-15#88228# improve exception handlingMartin Gallwey1-45/+34
2001-06-15#88338# Add some try catch blocks...Martin Gallwey1-135/+151
2001-06-14#88256# If we have a potentially corrupt file, just assert and then keep goingMartin Gallwey1-3/+13
2001-06-12#87187# add two catch's to support new UCB error stuffMartin Gallwey1-9/+41
2001-06-11<memory.h> -> <string.h>Jens-Heiner Rechtien1-3/+3
2001-06-05#87576# changed for gccRĂ¼diger Timm1-3/+3
2001-06-05#87099# remember the exception specificationMartin Gallwey1-2/+3
2001-05-31#87099# Make sure we compress all STORED streams that are supposed to be encr...Martin Gallwey1-5/+13
2001-05-31#87099# Added ThreadedBuffer and OutputThreadMartin Gallwey1-6/+8
2001-05-31#87099# Must calculate the size and CRC32 for STORED streams here as it can n...Martin Gallwey1-29/+37
2001-05-31#87099# Remove unused code and only initialise the buffer when we need toMartin Gallwey1-99/+30
2001-05-31#87099# Use the new ThreadedBuffer class and let it do all the workMartin Gallwey1-83/+37
2001-05-31#87099# Since we can no longer jump around in the buffer, we will write EXT d...Martin Gallwey1-137/+86
2001-05-31#87099# Use offapi.rdb instead of applicat.rdbMartin Gallwey1-4/+4
2001-05-31#87099# Remove unused methodMartin Gallwey1-17/+2
2001-05-31#87099# Added updateStream method and change the 'using namespace' stuffMartin Gallwey1-10/+34
2001-05-31#87099# OPtimise the stream operatorsMartin Gallwey1-61/+34
2001-05-31#87099# Optimise the stream operatorsMartin Gallwey1-40/+30
2001-05-31#87099# Make destructor virtual and make OutputThread a 'friend', also do not...Martin Gallwey1-12/+14
2001-05-31#87099# Make OutputThread a 'friend' instead of making members public or maki...Martin Gallwey1-8/+14
2001-05-31#87099# remove unused member and add offset and length parameters to 'rawWrite'Martin Gallwey1-4/+3
2001-05-31#87099# Added updateStream methodMartin Gallwey1-4/+9
2001-05-31#87099# Optimisation for stream operatorsMartin Gallwey2-4/+9
2001-05-31#87099# Initial revisionMartin Gallwey1-0/+70
2001-05-29#87256# Keep a copy of the ZipEntry struct, not a referenceMartin Gallwey2-15/+21
2001-05-28#87256# Neither of these classes should close the underlying streamMartin Gallwey2-8/+4
2001-05-17#86409# Change storage method for encrypted compressed streams pretending to ...Martin Gallwey2-6/+15
2001-05-17#86409# fix typos in encrypted data importMartin Gallwey1-4/+4
2001-05-16#86409# Add parantheses to clarify when exceptions should be thrownMartin Gallwey1-7/+8
2001-05-15#86409# Allow EncryptionKey's of any lengthMartin Gallwey1-4/+4
2001-05-15#86409# Support 'HasEncryptedEntries propertyMartin Gallwey1-2/+11
2001-05-15Add bHasEncryptedEntries propertyMartin Gallwey1-2/+3
2001-05-15readBytes is responsible for reallocing the calling streamMartin Gallwey1-2/+3
2001-05-15Remove unnecessary parameter in call to getRawStreamMartin Gallwey1-3/+3
2001-05-15Remove unnecessary parameter from getRawStream (rEntry should always be aEntry)Martin Gallwey2-7/+7
2001-05-08Support encryption of streams!Martin Gallwey1-40/+42
2001-05-08made getEncryptionKey inlineMartin Gallwey1-7/+4
2001-05-08Clean up inline methodsMartin Gallwey1-9/+16
2001-05-08retrieve and use encryption data recieved from the manifestMartin Gallwey1-29/+31
2001-05-08Remove an unused method, no longer write EXT descriptors for compressed strea...Martin Gallwey1-32/+54
2001-05-08Remove unused 'aSequence' memberMartin Gallwey1-4/+4
2001-05-08If we have an encrypted stream, decrypt it! (if we can!)Martin Gallwey1-33/+43
2001-05-08Update manifest import to reflect new manifest.dtdMartin Gallwey1-5/+35
2001-05-08Change manifest import to reflect new manifest.dtdMartin Gallwey1-47/+87
2001-05-08Change manifest export to reflect new manifest.dtdMartin Gallwey1-46/+83
2001-05-08Update new defines to reflect new manifest file structureMartin Gallwey1-8/+18
2001-05-08Encode unsigned byte streams, not signed byte streamsMartin Gallwey2-16/+16
2001-05-08Pass the encryption key as a parameter to saveContentsMartin Gallwey1-3/+3