Eirik Bjørsnøs
|
bfee766f03
|
8344183: (zipfs) SecurityManager cleanup in the ZipFS area
Reviewed-by: mullan, lancea
|
2024-11-15 07:48:15 +00:00 |
|
Liam Miller-Cushon
|
8438c5853f
|
8336844: ZipConstants64 defines duplicate constants EXTID_ZIP64 and ZIP64_EXTID
Reviewed-by: jpai, vtewari, lancea
|
2024-07-22 17:20:58 +00:00 |
|
Eirik Bjørsnøs
|
d51141e5fc
|
8321274: Rename ZipEntry.extraAttributes to ZipEntry.externalFileAttributes
Reviewed-by: lancea, jpai
|
2024-07-03 04:36:32 +00:00 |
|
Lance Andersen
|
38ad514589
|
8326687: Inconsistent use of "ZIP", "Zip" and "zip" in java.util.zip/jar zipfs javadoc
Reviewed-by: dfuchs, jpai, gli
|
2024-02-28 17:14:08 +00:00 |
|
Eirik Bjørsnøs
|
a18b03b86f
|
8324635: (zipfs) Regression in Files.setPosixFilePermissions called on existing MSDOS entries
Reviewed-by: lancea
|
2024-02-02 21:50:13 +00:00 |
|
Eirik Bjørsnøs
|
e70cb4e6c7
|
8322565: (zipfs) Files.setPosixPermissions should preserve 'external file attributes' bits
Reviewed-by: clanger, lancea
|
2024-01-10 21:42:23 +00:00 |
|
Eirik Bjørsnøs
|
93fedc12db
|
8321802: (zipfs) Add validation of incorrect LOC signature in ZipFileSystem
Reviewed-by: alanb, lancea
|
2023-12-22 16:09:22 +00:00 |
|
Lance Andersen
|
0eb299af79
|
8316141: Improve CEN header validation checking
Reviewed-by: alanb
|
2023-12-08 16:37:53 +00:00 |
|
Lance Andersen
|
82747132b0
|
8314891: Additional Zip64 extra header validation
Reviewed-by: coffeys
|
2023-11-07 16:52:22 +00:00 |
|
Alan Bateman
|
f44032969f
|
8316391: (zipfs) ZipFileSystem.readFullyAt does not tolerate short reads
Reviewed-by: jpai, lancea
|
2023-09-17 11:53:12 +00:00 |
|
Lance Andersen
|
13f6450e2e
|
8313765: Invalid CEN header (invalid zip64 extra data field size)
Reviewed-by: simonis, alanb, coffeys
|
2023-08-16 15:42:36 +00:00 |
|
Lance Andersen
|
fff7e1ad00
|
8302483: Enhance ZIP performance
Reviewed-by: ahgross, alanb, rhalade, coffeys
|
2023-07-18 21:17:07 +00:00 |
|
Pavel Rappo
|
5cc71f817f
|
8312089: Simplify and modernize equals, hashCode, and compareTo in java.nio and implementation code
Reviewed-by: alanb, vtewari
|
2023-07-17 22:27:48 +00:00 |
|
Lance Andersen
|
c6a288dcd6
|
8305945: (zipfs) Opening a directory to get input stream produces incorrect exception message
Reviewed-by: naoto, cstein
|
2023-04-20 14:09:25 +00:00 |
|
Andrey Turbanov
|
50d7335206
|
8305696: (zipfs) Avoid redundant LinkedHashMap.containsKey call ZipFileSystem.makeParentDirs
Reviewed-by: alanb, jpai, lancea
|
2023-04-09 11:21:48 +00:00 |
|
Per Minborg
|
7d3400b1cf
|
8299864: ZipFileStore#supportsFileAttributeView(String) doesn't throw NPE
Reviewed-by: lancea
|
2023-01-11 15:08:52 +00:00 |
|
Sergey Tsypanov
|
e3c6cf8eaf
|
8298380: Clean up redundant array length checks in JDK code base
Reviewed-by: dholmes, amenkov, serb, vtewari
|
2022-12-09 12:50:55 +00:00 |
|
Brian Burkhalter
|
4040927d17
|
8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index
Reviewed-by: naoto, rriggs, alanb, lancea
|
2022-08-09 17:07:14 +00:00 |
|
Lance Andersen
|
d48694d0f3
|
8283335: Add exists and readAttributesIfExists methods to FileSystemProvider
Reviewed-by: alanb
|
2022-07-05 19:45:08 +00:00 |
|
Andrey Turbanov
|
8e7a3cb5ab
|
8289431: (zipfs) Avoid redundant HashMap.get in ZipFileSystemProvider.removeFileSystem
Reviewed-by: lancea, attila
|
2022-07-04 06:54:09 +00:00 |
|
Andrey Turbanov
|
e833c1d179
|
8285519: Change usages of TimeUnit.convert to TimeUnit.toXXX
Reviewed-by: rriggs
|
2022-06-16 17:29:49 +00:00 |
|
XenoAmess
|
e01cd7c3ed
|
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
Reviewed-by: naoto, bpb, dfuchs, ascarpino
|
2022-06-09 01:50:54 +00:00 |
|
Alexey Ivanov
|
9b7e42c0f0
|
8284209: Replace remaining usages of 'a the' in source code
Reviewed-by: lancea, wetmore, dfuchs, iris, jjg, ihse
|
2022-05-24 20:08:11 +00:00 |
|
Lance Andersen
|
a10c5597d9
|
8287162: (zipfs) Performance regression related to support for POSIX file permissions
Reviewed-by: jpai, alanb, clanger
|
2022-05-24 15:54:28 +00:00 |
|
Magnus Ihse Bursie
|
e68024c2d2
|
8285485: Fix typos in corelibs
Reviewed-by: jpai, sundar, naoto, lancea
|
2022-05-17 12:10:48 +00:00 |
|
Christoph Langer
|
80cf9f3464
|
8286594: (zipfs) Mention paths with dot elements in ZipException and cleanups
Reviewed-by: lancea
|
2022-05-14 10:57:14 +00:00 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +00:00 |
|
Christian Stein
|
23fd9f15da
|
8271079: JavaFileObject#toUri and multi-release jars
Reviewed-by: jjg, lancea, alanb
|
2021-12-13 12:00:47 +00:00 |
|
Brent Christian
|
ec7cb6d5d3
|
8276447: Deprecate finalization-related methods for removal
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
|
2021-12-08 00:23:15 +00:00 |
|
Lance Andersen
|
161fdb4afb
|
8273935: (zipfs) Files.getFileAttributeView() throws UOE instead of returning null when view not supported
Reviewed-by: alanb, bpb, sgehwolf
|
2021-09-21 19:23:49 +00:00 |
|
Lance Andersen
|
3e3051e2ee
|
8251329: (zipfs) Files.walkFileTree walks infinitely if zip has dir named "." inside
Reviewed-by: alanb, naoto
|
2021-08-02 15:47:16 +00:00 |
|
Jaikiran Pai
|
c3d8e9228d
|
8190753: (zipfs): Accessing a large entry (> 2^31 bytes) leads to a negative initial size for ByteArrayOutputStream
Reviewed-by: lancea
|
2021-07-27 01:57:13 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Jason Zaugg
|
0a12605df8
|
8265448: (zipfs): Reduce read contention in ZipFileSystem
Reviewed-by: alanb, lancea
|
2021-05-11 18:06:37 +00:00 |
|
Simon Legner
|
7b609a2016
|
8264031: (zipfs) Typo in ZipFileSystem.deleteFile ZipException
Reviewed-by: shade, lancea
|
2021-04-26 07:24:06 +00:00 |
|
Andrey Turbanov
|
68deb24b38
|
8080272: Refactor I/O stream copying to use InputStream.transferTo/readAllBytes and Files.copy
Reviewed-by: mcimadamore, alanb
|
2021-03-16 10:10:05 +00:00 |
|
Lance Andersen
|
6606e0909c
|
8255380: (zipfs) ZipFileSystem::readExtra can fail if zipinfo-time is not set to false
Reviewed-by: redestad
|
2020-11-03 19:20:42 +00:00 |
|
Lance Andersen
|
8a616df8b5
|
8233234: Better Zip Naming
Reviewed-by: alanb, ahgross, redestad, coffeys, mschoene, rhalade
|
2020-01-31 13:52:04 -05:00 |
|
Jonathan Gibbons
|
2155d525dd
|
8247880: bad HTML(href==...) in table
Reviewed-by: lancea, darcy
|
2020-06-18 15:54:26 -07:00 |
|
Jim Laskey
|
03642a01af
|
8230744: Several classes throw OutOfMemoryError without message
Reviewed-by: psandoz, martin, bchristi, rriggs, smarks
|
2020-06-11 10:08:23 -03:00 |
|
Lance Andersen
|
93831d4ed2
|
8241883: (zipfs) SeekableByteChannel:close followed by SeekableByteChannel:close will throw an NPE coverage
Reviewed-by: clanger, alanb
|
2020-04-10 14:00:01 -04:00 |
|
Lance Andersen
|
3607ddd55a
|
8211917: Zip FS should add META-INF/MANIFEST.FS at the start of the Zip/JAR
Reviewed-by: clanger, jpai
|
2020-03-05 13:56:40 -05:00 |
|
Christoph Langer
|
92b26333a4
|
8239556: (zipfs) remove ExistingChannelCloser facility in zipfs implementation
Reviewed-by: lancea
|
2020-02-21 16:39:07 +00:00 |
|
Jaikiran Pai
|
ec5869eb2e
|
7143743: Potential memory leak with zip provider
Reviewed-by: lancea, clanger, alanb
|
2020-01-15 15:24:54 -05:00 |
|
Lance Andersen
|
ab7cfde85c
|
8229888: (zipfs) Updating an existing zip file does not preserve original permissions
Reviewed-by: clanger, alanb, bpb
|
2019-12-18 12:03:56 -05:00 |
|
Christoph Langer
|
b240008ba2
|
8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
Reviewed-by: lancea, alanb
|
2019-11-22 09:25:09 +01:00 |
|
Volker Simonis
|
a6fd1b4c4b
|
8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
Reviewed-by: clanger, lancea
|
2019-11-15 20:29:11 +01:00 |
|
Lance Andersen
|
4095f60323
|
8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file
Reviewed-by: clanger, bpb, alanb
|
2019-10-29 14:22:18 -04:00 |
|
Jaikiran Pai
|
f3c76c4742
|
8232879: Writing out data with the Zip File System leads to a CRC failure
Reviewed-by: lancea, clanger
|
2019-10-28 13:17:54 -04:00 |
|
Lance Andersen
|
515db21790
|
8231093: Document the ZIP FS properties noCompression and releaseVersion
Reviewed-by: clanger, martin, alanb
|
2019-10-06 13:08:58 -04:00 |
|