summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ZipFile.cxx
AgeCommit message (Expand)AuthorFilesLines
2001-12-04#95155# add support for unbuffered streamsMartin Gallwey1-2/+20
2001-11-15#92268# Support encrypted data headersMartin Gallwey1-66/+238
2001-10-02#90699# generate a digest when constructing a memory stream to compare agains...Martin Gallwey1-2/+15
2001-09-14#89303# vastly optimised readCEN functionMartin Gallwey1-135/+78
2001-09-05#91797# Use XFileStream for bigger than 20kMartin Gallwey1-274/+65
2001-08-08#86708# optimise findEND functionMartin Gallwey1-49/+27
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-12#65293#: never use memory.h, use string.h insteadJens-Heiner Rechtien1-3/+3
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey1-24/+378
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-05-31#87099# Remove unused methodMartin Gallwey1-17/+2
2001-04-30fix copying of raw streamsMartin Gallwey1-7/+4
2001-04-27#86409# Support encryption in package files + a couple of optimisationsMartin Gallwey1-114/+61
2001-04-19misc code clean upsMartin Gallwey1-14/+32
2001-03-16comply with MI's required change for package->packages, as package is a reser...Martin Gallwey1-34/+34
2001-03-07#84734# Restrict the number of bytes read from a compressed stream when check...Martin Gallwey1-14/+8
2001-03-07re-organised support for time/date-stampingMartin Gallwey1-2/+3
2001-02-07String handling optimisationsMartin Gallwey1-16/+16
2000-12-19many optimisations and memory leaks due to circular references fixed! An alto...Martin Gallwey1-21/+6
2000-12-13This rather enormous commit has the following features:Martin Gallwey1-17/+86
2000-12-08#65293# fixed extra ()'s in throw statements before obo finds them and comes ...Martin Gallwey1-16/+16
2000-12-04#80556# improved exception handlingMartin Gallwey1-147/+53
2000-12-01#80556# fix moronic static_castMartin Gallwey1-3/+3
2000-12-01#80556# fix compiler warningsMartin Gallwey1-8/+8
2000-11-29#80556# correctly handle empty zipsMartin Gallwey1-2/+6
2000-11-29#80556# bug fixesMartin Gallwey1-50/+51
2000-11-24#80556# now builds under Solaris correctlyMartin Gallwey1-36/+26
2000-11-23#80556# Implemented support for Zipfiles contained within zip files. These wi...Martin Gallwey1-4/+4
2000-11-21Implemented XSeekableMartin Gallwey1-14/+6
2000-11-21Removed reliance on the tools/debug stuffMartin Gallwey1-15/+15
2000-11-16Added 50% functional generic package implementation and added supportMartin Gallwey1-3/+3
2000-11-13Initial Revision :DMartin Gallwey1-0/+483