Commit graph

121 commits

Author SHA1 Message Date
Martin Gallwey
ce28f432b5 #87256# Keep a copy of the ZipEntry struct, not a reference 2001-05-29 10:57:06 +00:00
Martin Gallwey
8a382d18a8 #87256# Neither of these classes should close the underlying stream 2001-05-28 11:52:33 +00:00
Martin Gallwey
033a4d7e7e #86409# Change storage method for encrypted compressed streams pretending to be plain text 2001-05-17 15:17:06 +00:00
Martin Gallwey
48297e47c2 #86409# fix typos in encrypted data import 2001-05-17 12:03:42 +00:00
Martin Gallwey
0f928c494c #86409# Add parantheses to clarify when exceptions should be thrown 2001-05-16 15:23:48 +00:00
Martin Gallwey
b66f73d7d1 #86409# Allow EncryptionKey's of any length 2001-05-15 14:33:22 +00:00
Martin Gallwey
adaf24e004 #86409# Support 'HasEncryptedEntries property 2001-05-15 14:18:49 +00:00
Martin Gallwey
e8f99d4c4e readBytes is responsible for reallocing the calling stream 2001-05-15 12:05:28 +00:00
Martin Gallwey
5eadc19940 Remove unnecessary parameter in call to getRawStream 2001-05-15 12:04:04 +00:00
Martin Gallwey
0371b5cd9b Remove unnecessary parameter from getRawStream (rEntry should always be aEntry) 2001-05-15 12:03:04 +00:00
Martin Gallwey
26e0332d5a Support encryption of streams! 2001-05-08 13:04:49 +00:00
Martin Gallwey
776aa370d4 made getEncryptionKey inline 2001-05-08 13:04:03 +00:00
Martin Gallwey
b6eb650d3d Clean up inline methods 2001-05-08 13:02:21 +00:00
Martin Gallwey
c5dbb2c73b retrieve and use encryption data recieved from the manifest 2001-05-08 13:01:33 +00:00
Martin Gallwey
acd3280d7b Remove an unused method, no longer write EXT descriptors for compressed streams and encrypt streams if asked to 2001-05-08 12:59:39 +00:00
Martin Gallwey
cbde1894bd Remove unused 'aSequence' member 2001-05-08 12:58:22 +00:00
Martin Gallwey
53ddbecafe If we have an encrypted stream, decrypt it! (if we can!) 2001-05-08 12:57:41 +00:00
Martin Gallwey
9e15535240 Update manifest import to reflect new manifest.dtd 2001-05-08 12:56:22 +00:00
Martin Gallwey
885ef79bbd Change manifest import to reflect new manifest.dtd 2001-05-08 12:55:13 +00:00
Martin Gallwey
3e0be7d507 Change manifest export to reflect new manifest.dtd 2001-05-08 12:54:33 +00:00
Martin Gallwey
b4f335d1c0 Update new defines to reflect new manifest file structure 2001-05-08 12:53:48 +00:00
Martin Gallwey
2c341a1961 Encode unsigned byte streams, not signed byte streams 2001-05-08 12:52:52 +00:00
Martin Gallwey
37f5b913ed #86337# fix name setting 2001-05-02 17:11:27 +00:00
Martin Gallwey
344db257f5 fix manifest entry 2001-04-30 18:42:15 +00:00
Martin Gallwey
b0401a2302 Fix raw copying of streams 2001-04-30 17:22:56 +00:00
Martin Gallwey
0802bc6db5 set default to be compressed 2001-04-30 17:22:27 +00:00
Martin Gallwey
4fd8fd103e Fix import of mediatype and make the manifest.xml compressed 2001-04-30 17:21:41 +00:00
Martin Gallwey
7a61d7abe9 fix copying of raw streams 2001-04-30 17:19:09 +00:00
Martin Gallwey
c57f906170 Fix raw copying of streams + clean up constructor 2001-04-30 17:17:44 +00:00
Martin Gallwey
e243f497f8 Fix copying of raw streams 2001-04-30 17:16:55 +00:00
Martin Gallwey
fd22add0d9 #86409# initial import 2001-04-27 13:56:52 +00:00
Martin Gallwey
fa2de5099c #86409# Support encryption in package files + a couple of optimisations 2001-04-27 13:56:07 +00:00
Vladimir Glazounov
6ba1d5730b Corrected misspelling 2001-04-23 14:52:53 +00:00
Martin Gallwey
822705fec1 Make function conform to prior exception specification 2001-04-23 14:34:21 +00:00
Martin Gallwey
b3373bdeaa some misc. code clean ups and now use the new XManifestReader/XManifestWriter components 2001-04-19 13:16:31 +00:00
Martin Gallwey
b5cc630c38 moved from main inc directory 2001-04-19 13:15:53 +00:00
Martin Gallwey
4b6f310cd7 misc code clean ups 2001-04-19 13:13:40 +00:00
Martin Gallwey
2b7c5da331 Moved these headers from main inc directory 2001-04-19 13:12:53 +00:00
Martin Gallwey
c98f44a3b0 initial import 2001-04-19 13:10:03 +00:00
Martin Gallwey
6ce3967867 Initial import 2001-04-19 13:09:35 +00:00
Martin Gallwey
ccbe33dd6c fix service name 2001-03-26 09:33:35 +00:00
Martin Gallwey
0b92e4f099 fixed service name / implementation name confusion 2001-03-23 17:14:35 +00:00
Martin Gallwey
4324a64ad9 fixed service/component name confusion 2001-03-23 15:09:39 +00:00
Michael Brauer
ad86404833 #85420#: register component correctly 2001-03-22 07:20:00 +00:00
Martin Gallwey
ad086170b8 allow backwards compatibility to pre-626 builds with an #if SUPD>625 check around the component name 2001-03-19 11:36:40 +00:00
Martin Gallwey
19e677a2e8 comply with MI's required change for package->packages, as package is a reserved word in Java 2001-03-16 16:11:42 +00:00
Martin Gallwey
593af212be #84734# Only allocate aSequence for deflated streams, and free the memory used afterwards 2001-03-08 15:34:27 +00:00
Martin Gallwey
0de5e6986b removes support for embedded zipfiles, possibly forever 2001-03-08 11:22:54 +00:00
Martin Gallwey
39a5287615 removed support for embedded zip files, possibly forever 2001-03-08 11:22:40 +00:00
Martin Gallwey
6e0caeee8a #84734# Restrict the number of bytes read from a compressed stream when checking for zip file header to a 32k LZ77 window 2001-03-07 18:24:15 +00:00