summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Collapse)AuthorFilesLines
2001-08-08#86708# Use the same random pool for random number generation for all calls ↵Martin Gallwey1-3/+7
to saveContents
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
pack'n'go feature
2001-08-08#86708# need to re-grab the pointer every time as some underlying ↵Martin Gallwey1-3/+3
implementations realloc the memory
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey12-72/+210
2001-06-11<memory.h> -> <string.h>Jens-Heiner Rechtien1-3/+3
2001-05-31#87099# Make destructor virtual and make OutputThread a 'friend', also do ↵Martin Gallwey1-12/+14
not realloc the buffer until we need to
2001-05-31#87099# Make OutputThread a 'friend' instead of making members public or ↵Martin Gallwey1-8/+14
making getter functions
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-15Add bHasEncryptedEntries propertyMartin Gallwey1-2/+3
2001-05-08Pass the encryption key as a parameter to saveContentsMartin Gallwey1-3/+3
2001-05-08remove unused methods and add nCurrentDataBegin member to track uncompressed ↵Martin Gallwey1-5/+4
stream size
2001-05-08Make IterationCount 32 bitMartin Gallwey1-5/+6
2001-04-27#86409# initial importMartin Gallwey2-0/+159
2001-04-27#86409# Support encryption in package files + a couple of optimisationsMartin Gallwey10-162/+198
2001-04-19CVS is doing wierd things so putting this back here for now...Martin Gallwey1-0/+152
2001-04-19moved from main inc directoryMartin Gallwey1-205/+0
2001-04-19Moved header files outside of main inc directoryMartin Gallwey1-228/+0
2001-04-19Cleaned up the header files and inc directoryMartin Gallwey10-257/+153
2001-03-16comply with MI's required change for package->packages, as package is a ↵Martin Gallwey8-53/+53
reserved word in Java
2001-03-07#84734# Restrict the number of bytes read from a compressed stream when ↵Martin Gallwey2-6/+7
checking for zip file header to a 32k LZ77 window
2001-03-07re-organised support for time/date-stampingMartin Gallwey2-9/+8
2001-02-05remove stl/ from the inlcude statementjp1-3/+3
2001-01-10Implemented a new XPropertySet to enable users to specify whether or not ↵Martin Gallwey1-29/+11
something is compressed. Also set a default compression level based on mime-type for new objects added to the package
2000-12-19many optimisations and memory leaks due to circular references fixed! An ↵Martin Gallwey11-40/+70
altogether amazing commit...tell your friends
2000-12-13This rather enormous commit has the following features:Martin Gallwey6-37/+77
1. Fixed three different memory leaks, one of them quite serious 2. Considerably streamlined the ZipPackageBuffer class - large performance increase, also streamlined EntryInputClass in the same way... 3. Correctly saves embedded zip files as embedded zip files instead of directories 4. Supports the copying of raw streams instead of de-compressing/re- compressing unnecessarily. Marty
2000-12-04#80556# improved exception handlingMartin Gallwey3-16/+26
2000-11-29#80556# correctly handle empty zipsMartin Gallwey3-13/+6
2000-11-29#80556# bug fixesMartin Gallwey1-4/+3
2000-11-29#80556# bug fixesMartin Gallwey4-35/+62
2000-11-28#80556# make it buildMartin Gallwey2-4/+12
2000-11-28#80556# bug fixMartin Gallwey1-3/+3
2000-11-28#80556# use supplied MultiServiceFactoryMartin Gallwey1-4/+6
2000-11-27#80556# initial revisionMartin Gallwey3-11/+21
2000-11-24#80556# now builds under Solaris correctlyMartin Gallwey2-6/+5
2000-11-24die attic, dieMartin Gallwey2-0/+399
2000-11-24Trying to blow up the atticMartin Gallwey2-399/+0
2000-11-23#80556# Implemented support for Zipfiles contained within zip files. These ↵Martin Gallwey2-5/+31
will appear as folders with the name set to the name of the zipfile.
2000-11-21Implemented XSeekableMartin Gallwey2-7/+16
2000-11-21Removed usage of the TOOLSLIB stuff for debugging and file timestampingMartin Gallwey8-55/+32
2000-11-21Added copyrigh theadersMartin Gallwey3-2/+378
2000-11-21first draft. just a skeletonMartin Gallwey1-0/+121
2000-11-21removed these due to lack of copyright noticeMartin Gallwey2-220/+0
2000-11-16Updated header files for new buffering...Martin Gallwey2-12/+12
2000-11-16Added 50% functional generic package implementation and added supportMartin Gallwey3-3/+223
for un-deflated streams to EntryInputStream. This will require further work RSN.
2000-11-13Initial Revision :DMartin Gallwey8-0/+1166