summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Collapse)AuthorFilesLines
2001-08-08#86708# use only random pool for all calls to saveContentsMartin Gallwey1-15/+6
2001-08-08#86708#,#87673#,#88979# write the full zip file to a tempfile before ↵Martin Gallwey1-76/+341
over-writing, thus fixing 87673 and 88979. Also, some new code for pack'n'go (should work on windows now)
2001-08-08#86708# remove calls which are no longer necessary for pack'n'goMartin Gallwey1-11/+3
2001-08-08#86708# optimise findEND functionMartin Gallwey1-49/+27
2001-08-08#86708# re-grab pointer everytime to make sure we don't use a stale pointerMartin Gallwey1-4/+16
2001-08-08#86708# remove evil code that is thankfully no longer necessaryMartin Gallwey1-22/+2
2001-08-02#87722# correctly handle raw streamsMartin Gallwey1-3/+3
2001-07-30#90267#: remove old code of TF_.. definesjp1-14/+2
2001-07-19#89731# Ensure that the Content has given us a 'real' streamMartin Gallwey1-12/+17
2001-07-18#89838# get the pre-compiler to hide some debugging information from ↵Martin Gallwey1-29/+57
everyone else...also handle a bad URL in the initialize function
2001-07-12#65293#: never use memory.h, use string.h insteadJens-Heiner Rechtien1-3/+3
2001-07-12#65293#: rURL -> rMountPathJens-Heiner Rechtien1-3/+3
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey22-272/+1587
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
here, as we don't know here if we have an encryption key or not
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-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 ↵Martin Gallwey1-5/+13
encrypted
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 ↵Martin Gallwey1-29/+37
no longer be done in ZipOutputStream
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 ↵Martin Gallwey1-137/+86
descriptors for deflated entries and calculate the CRC and size of stored entries elsewhere
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-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
be plain text
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-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 ↵Martin Gallwey1-32/+54
streams and encrypt streams if asked to
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