141 Commits (33d20f43659475bf234aa1c22ca9bbbd2a3b9d1e)

Author SHA1 Message Date
  Stefan Bodewig 66b5f3f06b Arrays.copyOf is Java 1.6 only 11 years ago
  Stefan Bodewig 2c04d7e833 port Kristian Rosenvold's write performance improvements from Commons Compress 11 years ago
  Stefan Bodewig 4cbbf3629a Don't whine about unclosed archives if the file isn't even there. 11 years ago
  Stefan Bodewig 3cdcaf96fe better use getter than raw attribute access 11 years ago
  Stefan Bodewig fa15b7c210 ZipEntry's copy constructor was incomplete 11 years ago
  Stefan Bodewig df33426bf2 whitespace 11 years ago
  Jan Matèrne 13f6d98c9d make it compile under Java5 (1.5.0_22-b03) 11 years ago
  Jan Matèrne 1b76f1b6da checkstyle 11 years ago
  Jan Matèrne bf6026a147 organize imports 11 years ago
  Stefan Bodewig 5fc48a4bf9 assorted spelling fixes by Lajos Veres - closes #4 12 years ago
  Stefan Bodewig 803f9c877e explicitly set milliseconds to 0 when parsing ZipEntry's time field, it has two second granularity anyway 12 years ago
  Stefan Bodewig d79bed61a5 PR 55271: obey to section 1.4.2 in http://www.pkware.com/documents/casestudies/APPNOTE.TXT 12 years ago
  Stefan Bodewig 362376d624 Merge handling of duplicate entries from Commons Compress' ZipFile - needed to fix PR 54967 13 years ago
  Stefan Bodewig 3fb0180530 merge zip64 fix from commons compress 13 years ago
  Stefan Bodewig 82641d77bb don't search beyond the start of the archive 13 years ago
  Stefan Bodewig 1a4946cfd6 improve performance when reading non zip64 zip files, merge from commons compress, based on patch by Robin Power 13 years ago
  Stefan Bodewig 98f306fa84 re-use a bunch of temporary arrays - merge from Compress 13 years ago
  Stefan Bodewig 73d3298e62 merge recent fixes from Compress' tar package 13 years ago
  Stefan Bodewig ca86f16776 Inspired by PR 54056 I looked for thread-safety issues with HashMap in our code - nothing major found 13 years ago
  Stefan Bodewig 2e5b53fa10 merge tar package from Compress, bringing some POSIX tar support 14 years ago
  Stefan Bodewig 333b90446c some stray @since tags from CC 14 years ago
  Stefan Bodewig dee95e3acc merge Zip64 support from Commons Compress 14 years ago
  Jacobus Martinus Kruithof 6b7bc9e535 Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation 14 years ago
  Jesse N. Glick fca4fe69ed NS_DANGEROUS_NON_SHORT_CIRCUIT 14 years ago
  Stefan Bodewig 0e150acfd4 ZipFile doesn't work properly for archives using unicode extra fields. Port of fix for COMPRESS-164 by Volker Leidl 14 years ago
  Stefan Bodewig 7d02a9f6cf there is an off-by-one error in the loop that searches for the 'end of central directory record' 14 years ago
  Stefan Bodewig d25f4c4021 finalize deflater instance in ZipOutputStream. 14 years ago
  Stefan Bodewig c4c9d2552b clean up Inflater instance as some JDKs won't do it for us. PR 42696. Submitted by Mounir 14 years ago
  Antoine Levy-Lambert aae4e79e64 another change in order not to get any warnings during JavaDoc generation when preparing releases 15 years ago
  Antoine Levy-Lambert b9db9faf83 fixing warnings in javadoc generation 15 years ago
  Stefan Bodewig a28f64f5cf fix a bunch of warnings you get when building on Harmony which uses Eclipse's compiler. There are still lots (more than 100) of deprecation warnings and warnings about missing serialversionids that I have ignored. 15 years ago
  Stefan Bodewig d3e00e275a EFS in APPNOTE.TXT stands for 'Early Feature Specification' so our usage of it as 'use the general purpose field to signal UTF8' is wrong. 16 years ago
  Stefan Bodewig c767541c7d As Jesse points out, equalsIgnoreCase is not locale-sensitive 16 years ago
  Stefan Bodewig f665a4d335 accept a wider range of existing zip archives by being more lenient when parsing extra fields 16 years ago
  Antoine Levy-Lambert 77cba689ce fix javadoc warnings 16 years ago
  Stefan Bodewig 49a001d9c9 make comparision locale insensitive 16 years ago
  Stefan Bodewig 272ec48fce ensure the same encoding is used for name and comment in all places. Submitted by Wolfgang Glas 17 years ago
  Stefan Bodewig f21a51dfd3 even more encoding options for zips 17 years ago
  Stefan Bodewig 6cd0de1022 Parse central directory part of ZIP extra fields. PR 46637 17 years ago
  Stefan Bodewig 6c0ab4d9ac typos and unused imports 17 years ago
  Stefan Bodewig 752d64fa43 improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merge from commons-compress 17 years ago
  Stefan Bodewig a8c2ab1868 provide options for enhanced encoding support in ZIP, document it. Many thanks to Wolfgang Glas who provided most of the test input as well as patches the new support is based on. 17 years ago
  Stefan Bodewig 3b7986524b fix self-assignment 17 years ago
  Stefan Bodewig 8a183a492d optionally read/write InfoZIP unicode fields, merge from commons-compress 17 years ago
  Stefan Bodewig 545ff63ab7 use the desired encoding to decode 17 years ago
  Stefan Bodewig 8264511a27 use nio for decoding of names - merge from commons-compress rev 746933 17 years ago
  Stefan Bodewig fa57759633 whitespace 17 years ago
  Stefan Bodewig 3cb22aa1c6 Support more modern encoding flag where archives signal filenames as UTF-8. Based on submissions by Wolfgang Glas to commons-compress and TAMURA Kent to Ant. PR 45548. 17 years ago
  Stefan Bodewig 9416f208d9 allow extra fields to be added at the front 17 years ago
  Stefan Bodewig 25f451bd36 Add support for InfoZIP invented extra fields for Unicode file names and comments. Submitted by Wolfgang Glas. Merge from commons-compress revision 745528 17 years ago