|
Jun 29, 2025
—
Jun 29, 2026
|
||||||
| Commit Message | Contributor | Files Modified | Lines Added | Lines Removed | Code Location | Date |
|---|---|---|---|---|---|---|
| Added plug for bug votes on the jar file specification bug. |
|
More... | over 26 years ago | |||
| There can be reasons to explicitly include directories in jars, and to extract them even if they are empty, so JarX and Build now permit that. |
|
More... | over 26 years ago | |||
| Corrected a type and two RFC links. |
|
More... | over 26 years ago | |||
| Using the ZipFile enumeration in extract(String) was a crock. The enumeration comes back in hashed order, the resulting seek time is atrocious, and on a large enough jar, the oh-so-reliable ZipFile would eventually just barf. Now we open the file twice, the second time as a ZipInputStream. It's more reliable and faster, though it does introduce assumptions about the file being a regular file, still there when we try to open it the second time, etc. Sure would be nice if ZipFile worked better. |
|
More... | over 26 years ago | |||
| Initial commit. |
|
More... | over 26 years ago | |||