summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)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 over-wri...Martin Gallwey1-76/+341
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-08#86708# Use the same random pool for random number generation for all calls t...Martin Gallwey1-3/+7
2001-08-08#86708# New methods for pack'n'goMartin Gallwey1-5/+18
2001-08-08#86708# remove methods and members that turn out not to be necessary for the ...Martin Gallwey1-5/+3
2001-08-08#86708# need to re-grab the pointer every time as some underlying implementat...Martin Gallwey1-3/+3
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 everyone...Martin Gallwey1-29/+57
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 Gallwey34-344/+1797
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