Xueming Shen
675d4c42a3
7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
...
The returned InflatedInputStream object should be kept in map streams
Reviewed-by: alanb
2010-12-13 14:12:56 -08:00
Kelly O'Hair
f7e31fc6c2
6982137: Rebranding pass 2 - missed copyright changes
...
Reviewed-by: mbykov
2010-09-09 16:26:46 -07:00
Xueming Shen
12d90b9484
6962067: TEST_BUG: Tests in java/util/zip/ZipFile leave file open
...
Close zipfile and io stream when done
Reviewed-by: alanb
2010-06-17 13:21:46 -07:00
Lana Steuck
fd45b4188c
Merge
2010-05-28 12:10:14 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Xueming Shen
0bc8b10673
4691425: GZIPInputStream fails to read concatenated .gz files
...
To support concatenated .gz streams
Reviewed-by: martin
2010-05-24 00:39:57 -04:00
Xueming Shen
6d1dc62ab1
4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH
...
Added new constructors to allow flush() work in Z_SYNC_FLUSH mode
Reviewed-by: martin
2010-05-17 12:19:49 -07:00
Xueming Shen
ff1e82994b
6923692: java/classes_util TEST_BUG:ReadZip.java fails when
...
To create the test file at test.dir
Reviewed-by: alanb
2010-02-06 09:26:57 -08:00
Xueming Shen
d9eeb64ea6
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
...
Fixed the boundary check in Deflater.java
Reviewed-by: alanb
2009-10-30 13:01:16 -07:00
Mandy Chung
37ce341049
6896422: Add @ignore to test/java/util/zip/Bounds.java
...
Ignore test/java/util/zip/Bounds.java until 6896424 is resolved
Reviewed-by: sherman
2009-10-29 09:22:00 -07:00
Xueming Shen
30e3c9dc22
4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH)
...
Add sync_flush option into Deflater/DefalterOutputStream
Reviewed-by: martin, alanb
2009-10-21 11:50:25 -07:00
Xueming Shen
4b33465b42
6707281: Adler32.update() JavaDoc is wrong
...
6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors
6646605: Missing method ZipFile.getComment()
6841232: ZipFile should implement Closeable
4985614: Failure on calls to ZipFile constructor
5032358: "java.util.zip.ZipException: The system cannot find the file specified"
6846616: java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255
Some misc bug/rfe fixes for zipfile
Reviewed-by: alanb
2009-06-29 19:57:58 -07:00
Xueming Shen
c435a0905d
4244499: ZipEntry() does not convert filenames from Unicode to platform
...
4532049: IllegalArgumentException in ZipInputStream while reading unicode file
5030283: Incorrect implementation of UTF-8 in zip package
4700978: ZipFile can't treat Japanese name in a zipfile properly
4980042: Cannot use Surrogates in zip file metadata like filenames
4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name
Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file
Reviewed-by: alanb, martin
2009-04-16 21:00:42 -07:00
Xueming Shen
21aa30606a
4681995: Add support for large (> 4GB) zip/jar files
...
The ZIP64 format support is added for > 4GB jar/zip files
Reviewed-by: alanb, martin
2009-04-02 15:35:46 -07:00
Kevin Walls
53cf69e562
6809463: Missing license header in test LargeZipFile.java
...
Reviewed-by: alanb
2009-02-24 19:03:58 +00:00
Kevin Walls
ee5c2301ec
6599383: Unable to open zip files more than 2GB in size
...
Reviewed-by: alanb
2009-02-24 14:22:08 +00:00
Alan Bateman
e9a892dd41
6763122: ZipFile ctor does not throw exception when file is not a zip file
...
Reviewed-by: bristor
2008-11-11 08:59:43 +00:00
Dave Bristor
3020470ba9
6440786: Cannot create a ZIP file containing zero entries
...
Allow reading and writing of ZIP files with zero entries.
Reviewed-by: alanb
2008-09-11 14:58:57 -07:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00