Commits
User selector
Commit History
Commits on Mar 2, 2021
8262875: doccheck: empty paragraphs, etc in java.base module
Show description for 20b9ba5committed
Commits on Feb 3, 2021
8260617: Merge ZipFile encoding check with the initial hash calculation
Show description for c8de943committed
Commits on Jan 20, 2021
8260010: UTF8ZipCoder not thread-safe since JDK-8243469
Show description for 1f47de5committed8259867: Move encoding checks into ZipCoder
Show description for 0529480authored andcommitted
Commits on Nov 11, 2020
8256018: Adler32/CRC32/CRC32C missing reachabilityFence
Show description for 6247736committed
Lance Andersen
Commits on Nov 7, 2020
8255989: Remove explicitly unascribed authorship from Java source files
Show description for c5462bbcommitted
Commits on Nov 2, 2020
8255529: Remove unused methods from java.util.zip.ZipFile
Show description for 05bcd67committed
Lance Andersen
Commits on Oct 15, 2020
8253952: Refine ZipOutputStream.putNextEntry() to recalculate ZipEntry's compressed size
Show description for 60159cfcommitted
Commits on Sep 30, 2020
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Show description for 2a406f3authored andcommitted
Commits on Sep 16, 2020
8244706: GZIP "OS" header flag hard-coded to 0 instead of 255 (RFC 1952 non-compliance)
Show description for e5866aaauthored andcommitted
Commits on Sep 7, 2020
8250968: Symlinks attributes not preserved when using jarsigner on zip files
Show description for 7686e87committed
Commits on Aug 11, 2020
8251205: Add missing javadoc comments to ZipConstants.java
Show description for dc8026dcommitted
Lance Andersen
Commits on Jul 2, 2020
8218021: Have jarsigner preserve posix permission attributes
Show description for 3d9bad1committed
Commits on Jun 10, 2020
8246129: ZIP entries created for DOS epoch include local timezone metadata
Show description for 9913602committed
Commits on May 11, 2020
8193066: Avoid use of capturing lambdas in JarFile
Show description for fc842d2committed8244624: Improve handling of JarFile META-INF resources
Show description for ceda308committed
Commits on Apr 27, 2020
8243469: Lazily encode name in ZipFile.getEntryPos
Show description for d2e0d0eandcommitted
Commits on Apr 23, 2020
8242848: Improve performance of InflaterOutputStream.write()
Show description for 2594f0bcommitted
Commits on Apr 22, 2020
8243254: Examine ZipFile slash optimization for non-ASCII compatible charsets
Show description for 268ea90committed
Commits on Apr 18, 2020
8242959: Optimize ZipFile.getEntry by folding lookups for name and name+'/'
Show description for fc72827authored andcommitted
Commits on Apr 17, 2020
8242596: Improve JarFile.getEntry performance for multi-release jar files
Show description for aeb2f94andcommitted
Commits on Apr 15, 2020
8242842: Avoid reallocating name when checking for trailing slash in ZipFile.getEntryPos
Show description for 941bb3bandcommitted
Commits on Jan 31, 2020
8233234: Better Zip Naming
Show description for 8a616dfcommitted
Lance Andersen
Commits on Dec 1, 2019
8234147: Avoid looking up standard charsets in core libraries
Show description for cd589d8committed
Ivan Gerasimov
Commits on Nov 21, 2019
8234335: Remove line break in class declaration in java.base
Show description for a8a2246committed
Julia Boes
Commits on Oct 30, 2019
8231451: ZipFileInputStream::skip handling of negative values with STORED entries
Show description for 3cc7b5bcommitted
Lance Andersen
Commits on Sep 24, 2019
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Show description for d15a57bcommitted
Julia Boes
Commits on Sep 20, 2019
8230648: Replace @exception tag with @throws in java.base
Show description for b15b322committed
Julia Boes
Commits on Aug 29, 2019
8229997: Apply java.io.Serial annotations in java.base
Show description for 9d764eecommitted
Commits on Aug 7, 2019
8226530: ZipFile reads wrong entry size from ZIP64 entries
Show description for 5233e25committed
Lance Andersen
Commits on Jul 17, 2019
8227587: Add internal privileged System.loadLibrary
Show description for 78a1c8ecommitted
Commits on Dec 4, 2018
8214744: Unnecessary <p> tags in java.util.zip.Deflater
Show description for 99f7842committed
Commits on Nov 6, 2018
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Show description for 9ffe7e1committed
Mandy Chung
Commits on Oct 26, 2018
8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator
Show description for a655e6bcommitted
Lance Andersen