Lines Matching +full:non +full:- +full:read +full:- +full:only
9 ## http://www.apache.org/licenses/LICENSE-2.0
23 ## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-templa…
24 ## Hack to improve layout: replace all pairs of spaces with a single new-line
28 ## Fix up indentation for multi-line action descriptions
38 ## Use replaceAll to fix up LF-only line ends on Windows.
67 ## Use replaceAll to fix up LF-only line ends on Windows.
96 ## Use replaceAll to fix up LF-only line ends on Windows.
125 ## Use replaceAll to fix up LF-only line ends on Windows.
153 $url.replaceAll("proper/commons-","")
165 -----------
169 Issue: COMPRESS-263.
175 Issue: COMPRESS-287.
178 Issue: COMPRESS-286.
179 o Long-Name and -link or PAX-header entries in TAR archives always had
182 Issue: COMPRESS-289.
189 Issue: COMPRESS-285.
192 -------------
195 o COMPRESS-272: CompressorStreamFactory can now auto-detect Unix compress
199 o COMPRESS-270: The snappy, ar and tar inputstreams might fail to read from a
200 non-buffered stream in certain cases.
201 o COMPRESS-277: IOUtils#skip might skip fewer bytes than requested even though
202 more could be read from the stream.
203 o COMPRESS-276: ArchiveStreams now validate there is a current entry before
207 o COMPRESS-274: ChangeSet#delete and deleteDir now properly deal with unnamed
209 o COMPRESS-273: Added a few null checks to improve robustness.
210 o COMPRESS-278: TarArchiveInputStream failed to read archives with empty
212 o COMPRESS-279: TarArchiveInputStream now again throws an exception when it
215 o COMPRESS-280: Adapted TarArchiveInputStream#skip to the modified
222 -----------
228 Issue: COMPRESS-260.
232 Issue: COMPRESS-266.
235 Issue: COMPRESS-261.
238 Issue: COMPRESS-258.
241 You will need a version >= 1.5 of XZ for Java to read archives
243 Issue: COMPRESS-257.
246 o BZip2CompressorInputStream read fewer bytes than possible from
248 Issue: COMPRESS-253.
251 certain non-default dictionary sizes.
252 Issue: COMPRESS-253.
255 Issue: COMPRESS-259.
256 o TarArchiveInputStream will now read archives created by tar
259 Issue: COMPRESS-262.
263 Issue: COMPRESS-264.
265 backslashes or certain non-ASCII characters in their name
267 Issue: COMPRESS-265.
268 o ArchiveStreamFactory now throws a StreamingNotSupported - a
269 new subclass of ArchiveException - if it is asked to read from
271 streaming for the format. This currently only applies to the
273 Issue: COMPRESS-267.
276 -----------
279 o Read-Only support for Snappy compression.
280 Issue: COMPRESS-147. Thanks to BELUGA BEHR.
281 o Read-Only support for .Z compressed files.
282 Issue: COMPRESS-243. Thanks to Damjan Jovanovic.
288 Issue: COMPRESS-250. Thanks to Emmanuel Bourg.
291 Issue: COMPRESS-115. Thanks to Emmanuel Bourg.
293 used in try-with-resources constructs.
297 LZMA2 compression on Java8. Issue: COMPRESS-241.
299 Issue: COMPRESS-244. Thanks to Nico Kruber.
300 o TarArchiveInputStream could fail to read an archive completely.
301 Issue: COMPRESS-245.
302 o The time-setters in X5455_ExtendedTimestamp now set the
303 corresponding flags explicitly - i.e. they set the bit if the valus
304 is not-null and reset it otherwise. This may cause
306 the time to a non-null value - the flag will now be set.
307 Issue: COMPRESS-242.
309 empty files or directories were included. Issue: COMPRESS-252.
312 -----------
318 only affect you if you have created a subclass of one of the stream classes
325 can be read and written, LZMA and encryption are only
326 supported when reading. Issue: COMPRESS-54. Thanks to Damjan Jovanovic.
327 o Added read-only support for ARJ archives that don't use
328 compression. Issue: COMPRESS-226. Thanks to Damjan Jovanovic.
333 o Read-only support for LZMA standalone compression has been added.
334 Issue: COMPRESS-111.
338 NullPointerException Issue: COMPRESS-223. Thanks to Jeremy Gustie.
340 to be able to read archives created by DotNetZip and maybe
341 other archivers as well. Issue: COMPRESS-228.
342 o TAR will now properly read the names of symbolic links with
344 name. Issue: COMPRESS-229. Thanks to Christoph Gysin.
349 Issue: COMPRESS-227.
350 o CpioArchiveInputStream failed to read archives created by
351 Redline RPM. Issue: COMPRESS-236. Thanks to Andrew Duffy.
354 COMPRESS-237. Thanks to Emmanuel Bourg.
355 o The auto-detecting create*InputStream methods of Archive and
357 blocking input streams. Issue: COMPRESS-239.
361 COMPRESS-232. Thanks to BELUGA BEHR.
363 particular to the skip method. Issue: COMPRESS-234. Thanks to
367 -----------
374 Issue: COMPRESS-220.
379 Issue: COMPRESS-218.
383 Issue: COMPRESS-191.
388 Issue: COMPRESS-199.
393 Issue: COMPRESS-200.
397 Issue: COMPRESS-203.
400 Issue: COMPRESS-189.
404 Issue: COMPRESS-212.
407 Issue: COMPRESS-206.
415 Issue: COMPRESS-205.
419 Issue: COMPRESS-219.
422 Issue: COMPRESS-221.
426 o Improved exception message if a zip archive cannot be read because
428 Issue: COMPRESS-188.
432 Issue: COMPRESS-192.
435 Issue: COMPRESS-191.
439 UnsupportedZipFeatureException when read.
442 archiver was willing to split the archive but in the end only needed
443 a single segment - so didn't split anything.
444 Issue: COMPRESS-208.
447 Issue: COMPRESS-201.
450 Issue: COMPRESS-159.
453 Issue: COMPRESS-172.
455 o Can now handle zip extra field 0x5455 - Extended Timestamp.
456 Issue: COMPRESS-210.
458 o handle zip extra field 0x7875 - Info Zip New Unix Extra Field.
459 Issue: COMPRESS-211.
462 Issue: COMPRESS-213.
465 Issue: COMPRESS-214.
467 o ZipFile's initialization has been improved for non-Zip64 archives.
468 Issue: COMPRESS-215.
474 -------------
477 https://commons.apache.org/proper/commons-compress/security.html#Fixed_in_Apache_Commons_Compress_1…
486 -----------
489 o COMPRESS-156: Support for the XZ format has been added.
492 o COMPRESS-183: The tar package now allows the encoding of file names to be
494 write non-ASCII file names.
495 The stream classes now write (or expect to read) archives that
498 eight bits of each character which effectively only worked for
499 ASCII and ISO-8859-1 file names.
501 o COMPRESS-184: TarArchiveInputStream failed to parse PAX headers that
502 contained non-ASCII characters.
503 o COMPRESS-178: TarArchiveInputStream throws IllegalArgumentException instead of IOException
504 o COMPRESS-179: TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long
505 o COMPRESS-175: GNU Tar sometimes uses binary encoding for UID and GID
506 o COMPRESS-171: ArchiveStreamFactory.createArchiveInputStream would claim
508 o COMPRESS-164: ZipFile didn't work properly for archives using unicode extra
509 fields rather than UTF-8 filenames and the EFS-Flag.
510 o COMPRESS-169: For corrupt archives ZipFile would throw a RuntimeException in
515 o COMPRESS-182: The tar package can now write archives that use star/GNU/BSD
518 o COMPRESS-181: Added a workaround for a Bug some tar implementations that add
520 o COMPRESS-176: Added a workaround for a Bug in WinZIP which uses backslashes
522 o COMPRESS-131: ArrayOutOfBounds while decompressing bz2. Added test case - code already seems to …
523 o COMPRESS-146: BZip2CompressorInputStream now optionally supports reading of
525 o COMPRESS-154: GZipCompressorInputStream now optionally supports reading of
527 o COMPRESS-16: The tar package can now read archives that use star/GNU/BSD
530 o COMPRESS-165: The tar package can now write archives that use star/GNU/BSD
533 o COMPRESS-166: The tar package can now use the POSIX/PAX variant for writing
537 -----------
544 o Support for the Pack200 format has been added. Issue: COMPRESS-142.
545 o Read-only support for the format used by the Unix dump(8) tool
546 has been added. Issue: COMPRESS-132.
552 resources on some JDKs. Issue: COMPRESS-152.
554 correctly. Issue: COMPRESS-160.
557 o The ZIP package now supports Zip64 extensions. Issue: COMPRESS-36.
560 Issue: COMPRESS-144.
563 -----------
566 o COMPRESS-123: ZipArchiveEntry has a new method getRawName that provides the
569 o COMPRESS-122: TarArchiveEntry provides access to the flags that determine
574 o COMPRESS-129: ZipArchiveInputStream could fail with a "Truncated ZIP" error
576 o COMPRESS-145: TarArchiveInputStream now detects sparse entries using the
579 o COMPRESS-130: The Javadoc for ZipArchiveInputStream#skip now matches the
581 o COMPRESS-140: ArArchiveInputStream fails if entries contain only blanks for
583 o COMPRESS-139: ZipFile may leak resources on some JDKs.
584 o COMPRESS-125: BZip2CompressorInputStream throws IOException if
587 o COMPRESS-127: Calling close() on inputStream returned by
590 o COMPRESS-119: TarArchiveOutputStream#finish now writes all buffered
596 o COMPRESS-117: Certain tar files not recognised by
600 -----------
603 o COMPRESS-108: Command-line interface to list archive contents.
604 Usage: java -jar commons-compress-n.m.jar archive-name [zip|tar|etc]
605 o COMPRESS-109: Tar implementation does not support Pax headers
608 o COMPRESS-103: ZipArchiveInputStream can optionally extract data that used
613 o COMPRESS-98: The ZIP classes will throw specialized exceptions if any
614 attempt is made to read or write data that uses zip features
616 o COMPRESS-99: ZipFile#getEntries returns entries in a predictable order -
622 can(Read|Write)EntryData methods that can be used to check
623 whether a given entry's data can be read/written.
626 o COMPRESS-89: The ZIP classes now detect encrypted entries.
627 o COMPRESS-97: Added autodetection of compression format to
629 o COMPRESS-95: Improve ExceptionMessages in ArchiveStreamFactory Thanks to Joerg Bellmann.
631 names that start with slashes - the default is to strip
634 o COMPRESS-78: Add a BZip2Utils class modelled after GZipUtils Thanks to Jukka Zitting.
637 o COMPRESS-72: Move acknowledgements from NOTICE to README
638 o COMPRESS-113: TarArchiveEntry.parseTarHeader() includes the trailing space/NUL when parsing the …
639 o COMPRESS-118: TarUtils.parseName does not properly handle characters outside the range 0-127
640 o COMPRESS-107: ArchiveStreamFactory does not recognise tar files created by Ant
641 o COMPRESS-110: Support "ustar" prefix field, which is used when file paths are longer
643 o COMPRESS-100: ZipArchiveInputStream will throw an exception if it detects an
647 o COMPRESS-101: ZipArchiveInputStream should now properly read archives that
649 o COMPRESS-74: ZipArchiveInputStream failed to update the number of bytes
650 read properly.
653 number of bytes read for big archives.
654 o COMPRESS-85: The cpio archives created by CpioArchiveOutputStream couldn't
655 be read by many existing native implementations because the
658 o COMPRESS-73: ZipArchiveEntry, ZipFile and ZipArchiveInputStream are now
660 o COMPRESS-82: cpio is terribly slow.
664 o COMPRESS-17: Tar format unspecified - current support documented.
665 o COMPRESS-94: ZipArchiveEntry's equals method was broken for entries created
666 with the String-arg constructor. This lead to broken ZIP
668 o COMPRESS-87: ZipArchiveInputStream could repeatedly return 0 on read() when
670 o COMPRESS-86: Tar archive entries holding the file name for names longer
673 o COMPRESS-83: Delegate all read and write methods in GZip stream in order to
675 o The ar and cpio streams now properly read and write last
677 o COMPRESS-81: TarOutputStream can leave garbage at the end of the archive
680 o COMPRESS-112: ArArchiveInputStream does not handle GNU extended filename records (//)
681 o COMPRESS-105: Document that the name of an ZipArchiveEntry determines whether
685 o COMPRESS-79: Move DOS/Java time conversions into Zip utility class.
686 o COMPRESS-75: ZipArchiveInputStream does not show location in file