summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2001-08-02#87722# correctly handle raw streamsMartin Gallwey
2001-07-30#90267#: remove old code of TF_.. definesjp
2001-07-19#89731# Ensure that the Content has given us a 'real' streamMartin Gallwey
2001-07-18#89838# get the pre-compiler to hide some debugging information from everyone...Martin Gallwey
2001-07-12#65293#: never use memory.h, use string.h insteadJens-Heiner Rechtien
2001-07-12#65293#: rURL -> rMountPathJens-Heiner Rechtien
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey
2001-06-22#87667# The if encrypted then compress check should be done hereMartin Gallwey
2001-06-22#87667# The if encrypted then compress check should be done when writing not ...Martin Gallwey
2001-06-15#88228# improve exception handlingMartin Gallwey
2001-06-15#88338# Add some try catch blocks...Martin Gallwey
2001-06-14#88256# If we have a potentially corrupt file, just assert and then keep goingMartin Gallwey
2001-06-12#87187# add two catch's to support new UCB error stuffMartin Gallwey
2001-06-11<memory.h> -> <string.h>Jens-Heiner Rechtien
2001-06-05#87576# changed for gccRüdiger Timm
2001-06-05#87099# remember the exception specificationMartin Gallwey
2001-05-31#87099# Make sure we compress all STORED streams that are supposed to be encr...Martin Gallwey
2001-05-31#87099# Added ThreadedBuffer and OutputThreadMartin Gallwey
2001-05-31#87099# Must calculate the size and CRC32 for STORED streams here as it can n...Martin Gallwey
2001-05-31#87099# Remove unused code and only initialise the buffer when we need toMartin Gallwey
2001-05-31#87099# Use the new ThreadedBuffer class and let it do all the workMartin Gallwey
2001-05-31#87099# Since we can no longer jump around in the buffer, we will write EXT d...Martin Gallwey
2001-05-31#87099# Use offapi.rdb instead of applicat.rdbMartin Gallwey
2001-05-31#87099# Remove unused methodMartin Gallwey
2001-05-31#87099# Added updateStream method and change the 'using namespace' stuffMartin Gallwey
2001-05-31#87099# OPtimise the stream operatorsMartin Gallwey
2001-05-31#87099# Optimise the stream operatorsMartin Gallwey
2001-05-31#87099# Make destructor virtual and make OutputThread a 'friend', also do not...Martin Gallwey
2001-05-31#87099# Make OutputThread a 'friend' instead of making members public or maki...Martin Gallwey
2001-05-31#87099# remove unused member and add offset and length parameters to 'rawWrite'Martin Gallwey
2001-05-31#87099# Added updateStream methodMartin Gallwey
2001-05-31#87099# Optimisation for stream operatorsMartin Gallwey
2001-05-31#87099# Initial revisionMartin Gallwey
2001-05-29#87256# Keep a copy of the ZipEntry struct, not a referenceMartin Gallwey
2001-05-28#87256# Neither of these classes should close the underlying streamMartin Gallwey
2001-05-17#86409# Change storage method for encrypted compressed streams pretending to ...Martin Gallwey
2001-05-17#86409# fix typos in encrypted data importMartin Gallwey
2001-05-16#86409# Add parantheses to clarify when exceptions should be thrownMartin Gallwey
2001-05-15#86409# Allow EncryptionKey's of any lengthMartin Gallwey
2001-05-15#86409# Support 'HasEncryptedEntries propertyMartin Gallwey
2001-05-15Add bHasEncryptedEntries propertyMartin Gallwey
2001-05-15readBytes is responsible for reallocing the calling streamMartin Gallwey
2001-05-15Remove unnecessary parameter in call to getRawStreamMartin Gallwey
2001-05-15Remove unnecessary parameter from getRawStream (rEntry should always be aEntry)Martin Gallwey
2001-05-08Support encryption of streams!Martin Gallwey
2001-05-08made getEncryptionKey inlineMartin Gallwey
2001-05-08Clean up inline methodsMartin Gallwey
2001-05-08retrieve and use encryption data recieved from the manifestMartin Gallwey
2001-05-08Remove an unused method, no longer write EXT descriptors for compressed strea...Martin Gallwey
2001-05-08Remove unused 'aSequence' memberMartin Gallwey