- 04 5月, 2011 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb, mr, darcy
-
- 27 4月, 2011 1 次提交
-
-
由 mduigou 提交于
4884238: Adds java.nio.charset.StandardCharset to provide static final constants for the standard charsets. Reviewed-by: alanb, sherman, darcy
-
- 19 4月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: Allow unreferenced ZipFile InputStreams to be finalized, GC'd Reviewed-by: sherman, dholmes Contributed-by: neil.richards@ngmr.net
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 05 1月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: avoid caching the "ended" Inflater in ZipFile class Reviewed-by: alanb
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 21 12月, 2010 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
-
- 14 12月, 2010 1 次提交
-
-
由 sherman 提交于
Summary: The returned InflatedInputStream object should be kept in map streams Reviewed-by: alanb
-
- 12 10月, 2010 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, sherman, darcy, igor
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 12 3月, 2010 1 次提交
-
-
由 sherman 提交于
Summary: system property sun.zip.disableMemoryMapping to disable mmap use Reviewed-by: alanb
-
- 15 9月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Added new performance counters in the JDK to track performance metrics Reviewed-by: alanb, dholmes, iris, forax, andrew
-
- 30 6月, 2009 1 次提交
-
-
由 sherman 提交于
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 Summary: some misc bug/rfe fixes for zipfile Reviewed-by: alanb
-
- 20 5月, 2009 1 次提交
-
-
由 sherman 提交于
6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes leads to size 0 if compress fails 6735255: ZipFile.close() does not close ZipFileInputStreams, contrary to the API document Summary: Throws OOM when malloc failed. Closes all outstanding streams when closing Reviewed-by: alanb
-
- 02 5月, 2009 1 次提交
-
-
由 sherman 提交于
Summary: correct the wrong @link tag Reviewed-by: alanb
-
- 17 4月, 2009 1 次提交
-
-
由 sherman 提交于
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 Summary: Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file Reviewed-by: alanb, martin
-
- 09 9月, 2008 1 次提交
-
-
由 bristor 提交于
Summary: Fix allows release of native resources earlier than without fix Reviewed-by: alanb
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-