Kurt Zenker
05d49dc566
#83072# Compress changed to Compressed from 618 on...
2001-01-23 12:54:12 +00:00
Martin Gallwey
7585c013e8
Change name of property 'Compress' to 'Compressed'
2001-01-17 14:36:06 +00:00
Martin Gallwey
3507007cba
Do not write data descriptors for STORED files because Jar doesn't like them
2001-01-17 12:42:26 +00:00
Martin Gallwey
a07c5767d1
This change allows the compression state of a saved stream to be changed. That is, if a stream in a saved Package is stored uncompressed, the user can specify that it should be stored compressed when that Package is next written to disk
2001-01-16 16:06:14 +00:00
Martin Gallwey
78716fb3a2
#82700# Real cause for bug 82700 was an implementation of XSeekable->getLength which changed the current position in the stream.
2001-01-11 15:58:36 +00:00
Martin Gallwey
899e254d90
#82700# I added a check to make sure that when the media type is set, that it has length > 0
2001-01-11 14:05:48 +00:00
Martin Gallwey
5943454c7f
Oops....committed makefile of test application
2001-01-10 18:15:28 +00:00
Martin Gallwey
a217253676
Implemented a new XPropertySet to enable users to specify whether or not something is compressed. Also set a default compression level based on mime-type for new objects added to the package
2001-01-10 10:36:01 +00:00
Martin Gallwey
25eb58da9f
removed non thread-safe statics
2000-12-20 11:36:39 +00:00
Martin Gallwey
7a03490d7b
Added my name to the Contributors field of the header
2000-12-20 10:24:27 +00:00
Martin Gallwey
8d831711c6
many optimisations and memory leaks due to circular references fixed! An altogether amazing commit...tell your friends
2000-12-19 20:55:41 +00:00
Martin Gallwey
4f0d6a6710
fix a second exception specification so that this time _it really does_ compile under Solaris (honest, guv)
2000-12-13 16:21:40 +00:00
Martin Gallwey
95ed8cbae6
fixed exception specification so it compiles under solaris
2000-12-13 16:18:33 +00:00
Martin Gallwey
4b11504f4a
This rather enormous commit has the following features:
...
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-13 16:00:47 +00:00
Martin Gallwey
d166606dce
#65293# fixed extra ()'s in throw statements before obo finds them and comes after me to kill me
2000-12-08 12:40:03 +00:00
Oliver Bolte
eba44fab90
#65293# syntax error
2000-12-08 11:37:08 +00:00
Oliver Bolte
56cc3066fd
#65293# syntax error
2000-12-08 11:28:22 +00:00
Jens-Heiner Rechtien
de584eb4d4
#65293#: includes
2000-12-08 11:21:40 +00:00
Hans-Joachim Lankenau
ccb9441a7c
#65293# syntax
2000-12-07 14:48:04 +00:00
Martin Gallwey
13c5235608
#81494# fixed the problem with opening empty directories in JAR
2000-12-07 10:04:07 +00:00
Oliver Bolte
ab0cb71af7
#65293# Parse error linux compiler throw()
2000-12-04 15:18:49 +00:00
Oliver Bolte
f6b5d036d1
#65293# Parse error linux throw()
2000-12-04 15:04:49 +00:00
Martin Gallwey
2e31fa2132
#80556# fix crash-causing typo
2000-12-04 13:52:27 +00:00
Martin Gallwey
2056f50ead
#80556# improved exception handling
2000-12-04 10:30:09 +00:00
Martin Gallwey
27f0f98c4c
#80556# fix moronic static_cast
2000-12-01 10:39:30 +00:00
Martin Gallwey
f2d26f84b4
#80556# fix compiler warnings
2000-12-01 09:50:49 +00:00
Mathias Bauer
5f0e2de745
#80466#: readBytes must realloc buffer
2000-11-30 12:47:49 +00:00
Martin Gallwey
e5341c0538
#80556# make setParent/insertByName behaviour more consistent
2000-11-29 13:09:05 +00:00
Martin Gallwey
2d5e27c5f1
#80556# correctly handle empty zips
2000-11-29 12:47:18 +00:00
Martin Gallwey
714bfc1e97
#80556# bug fixes
2000-11-29 04:19:35 +00:00
Martin Gallwey
07c2807484
#80556# bug fixes
2000-11-29 02:21:56 +00:00
Martin Gallwey
81c60a38c4
#80556# make it build
2000-11-28 15:49:34 +00:00
Oliver Bolte
65de56e98c
#65293# throw() to throw for linux
2000-11-28 15:11:37 +00:00
Martin Gallwey
44d7d255be
#80556 fix time modification dates
2000-11-28 12:13:29 +00:00
Martin Gallwey
0135f66c7e
#80556# correctly handle new ZipPackageFolders
2000-11-28 11:07:00 +00:00
Martin Gallwey
fded13dff3
#80556# do not set default mime type
2000-11-28 10:09:15 +00:00
Martin Gallwey
785c6ffe45
#80556# bug fix
2000-11-28 10:02:31 +00:00
Martin Gallwey
09362c472e
#80556# store pointer instead of reference...
2000-11-28 09:50:54 +00:00
Martin Gallwey
2c3402219d
#80556# use supplied MultiServiceFactory
2000-11-28 09:12:00 +00:00
Martin Gallwey
fc65cfd517
#80556# added manifest import objects
2000-11-28 08:32:32 +00:00
Martin Gallwey
e85c7cec14
#80556# use manifest instead of zipfile comment to store mediatype
2000-11-27 15:57:09 +00:00
Martin Gallwey
49f70b05d8
#80556# Initial revision of manifest support + ignores leading slash in zip package folders
2000-11-27 15:55:07 +00:00
Martin Gallwey
a1988e5628
#80556# Ignore a leading slash in contained files...
2000-11-27 15:10:30 +00:00
Martin Gallwey
82eab5cec6
#80556#
2000-11-27 11:28:50 +00:00
Martin Gallwey
609b54bfed
#80556# optimisation for root folder request...
2000-11-24 13:03:13 +00:00
Martin Gallwey
f0f2352275
#80556# Fixed exported C functions to allow correct instantiation
2000-11-24 10:17:09 +00:00
Martin Gallwey
721d767bce
#80556# removed .* UNO dumping...fixes dependancies and all objects are no longer built each time
2000-11-24 10:16:13 +00:00
Martin Gallwey
b28e187829
#80556# now builds under Solaris correctly
2000-11-24 09:34:27 +00:00
Martin Gallwey
01fefe870a
#80556# Implemented support for Zipfiles contained within zip files. These will appear as folders with the name set to the name of the zipfile.
2000-11-23 13:15:52 +00:00
Martin Gallwey
2f5de08723
#80556# Work around for flaw in XOutputStream (not being able to specify how much to write with the writeBytes method)...no longer write lots and lots of white space
2000-11-22 15:55:27 +00:00
Oliver Bolte
880d0f1508
throw changes for linux compiler
2000-11-22 13:57:44 +00:00
Martin Gallwey
9b6d1c76e7
Implemented XSeekable
2000-11-21 16:57:07 +00:00
Martin Gallwey
9dd0bf290d
No longer use TOOLSLIB
2000-11-21 11:08:47 +00:00
Martin Gallwey
40ed918b37
Removed reliance on the tools/debug stuff
2000-11-21 11:07:21 +00:00
Martin Gallwey
00d5aa5467
Make it construct a dll instead of an app
2000-11-21 09:49:09 +00:00
Martin Gallwey
86e688bb73
Re-added, with correct copyright notice
2000-11-21 09:43:06 +00:00
Martin Gallwey
aa4b887424
New revision, with correct copyright header
2000-11-21 09:41:57 +00:00
Martin Gallwey
ad0ce5f932
*** empty log message ***
2000-11-21 09:41:00 +00:00
Martin Gallwey
a51bfa09c1
*** empty log message ***
2000-11-21 09:12:15 +00:00
Martin Gallwey
3e02195962
Deleted these due to lack of copyright notice.
2000-11-21 09:11:14 +00:00
Martin Gallwey
fbcd68a4c4
Draft 2. More complete, less buggy but still not fully functional..
2000-11-16 21:51:27 +00:00
Martin Gallwey
f987a8b5e9
Fixed some problems with the buffering
2000-11-16 21:50:51 +00:00
Martin Gallwey
05ac3fe285
Added 50% functional generic package implementation and added support
...
for un-deflated streams to EntryInputStream. This will require further
work RSN.
2000-11-16 10:55:52 +00:00
Martin Gallwey
f39fff0b3d
Initial revision. This version is at best 50% functional, and contains
...
many gaping holes, bugs and half-implemented services, and is only meant
as a "preview" for Kai :)
2000-11-16 10:54:40 +00:00
Martin Gallwey
db4e8a77ce
Initial Revision :D
2000-11-13 12:38:03 +00:00