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 |
|
Lance Andersen
|
3e47bb2c2e
|
8223771: FileSystemProvider.newFileSystem(Path, Map) should throw IOException when called with a file that cannot be open
Reviewed-by: alanb
|
2019-10-04 15:51:17 -04:00 |
|
Lance Andersen
|
0603bec5ce
|
8229887: (zipfs) zip file corruption when replacing an existing STORED entry
Reviewed-by: alanb, redestad, dfuchs
|
2019-08-22 10:43:25 -04:00 |
|
Christoph Langer
|
302a162704
|
8213031: (zipfs) Add support for POSIX file permissions
Reviewed-by: alanb, lancea
|
2019-08-07 11:28:14 +01:00 |
|
Jonathan Gibbons
|
03051ed79d
|
8226592: Fix HTML in table for jdk.zipfs module-info
Reviewed-by: bpb, lancea
|
2019-06-21 11:41:29 -07:00 |
|
Jonathan Gibbons
|
913ab5c6f4
|
8225094: Fix minor HTML issues in jdk.zipfs
Reviewed-by: clanger, mchung, lancea
|
2019-05-31 09:26:27 -07:00 |
|
Lance Andersen
|
8e30a733c0
|
8222807: Address iteration with invalid ZIP header entries
Reviewed-by: redestad, clanger
|
2019-05-20 12:24:05 -04:00 |
|
Christoph Langer
|
00a7dce177
|
8222276: (zipfs) Refactoring and cleanups to prepare for JDK-8213031
Reviewed-by: lancea
|
2019-05-17 09:00:39 +01:00 |
|
Christoph Langer
|
e6b1cd1d4b
|
8223597: jdk/nio/zipfs/ZipFSTester.java RuntimeException: CHECK_FAILED! (getAttribute.crc <entries20> failed 6af4413c vs 0 ...)
Reviewed-by: redestad, lancea
|
2019-05-14 09:25:58 +01:00 |
|
Christoph Langer
|
f6382d9b88
|
8222440: (zipfs) JarFileSystem does not correctly handle versioned entries if no root entry is present
Reviewed-by: lancea
|
2019-04-26 08:53:29 +01:00 |
|
Claes Redestad
|
ad207e278d
|
8222532: (zipfs) Performance regression when writing ZipFileSystem entries in parallel
Reviewed-by: lancea, clanger, alanb
|
2019-04-24 15:37:55 +02:00 |
|
Lance Andersen
|
128a644ce4
|
8182117: Document Zip File System Properties
Reviewed-by: alanb, mchung, rriggs, clanger
|
2019-02-09 17:19:53 -05:00 |
|
Lance Andersen
|
0b4e08a4bc
|
8210469: Missing doPriviledged block and permission for jdk.zipfs module
Reviewed-by: alanb, clanger, mchung, jjg
|
2019-01-27 14:55:57 -05:00 |
|
Lance Andersen
|
7edb7a39db
|
8211919: ZipDirectoryStream should provide a stream of paths that are relative to the directory
Reviewed-by: alanb, clanger
|
2019-01-16 17:37:09 -05:00 |
|