41 Commits (c4c9d2552b9c8ce227f600205c93ae6dabd5036b)

Author SHA1 Message Date
  Stefan Bodewig c4c9d2552b clean up Inflater instance as some JDKs won't do it for us. PR 42696. Submitted by Mounir 14 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. 15 years ago
  Stefan Bodewig 6cd0de1022 Parse central directory part of ZIP extra fields. PR 46637 16 years ago
  Stefan Bodewig 752d64fa43 improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merge from commons-compress 16 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. 16 years ago
  Stefan Bodewig 8a183a492d optionally read/write InfoZIP unicode fields, merge from commons-compress 16 years ago
  Stefan Bodewig 545ff63ab7 use the desired encoding to decode 16 years ago
  Stefan Bodewig 8264511a27 use nio for decoding of names - merge from commons-compress rev 746933 16 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. 16 years ago
  Stefan Bodewig 817fd31998 fix a bunch of findbugs reported problems in the zip, tar and bzip2 classes. PR 46661 17 years ago
  Stefan Bodewig 601cdf67ba Make sure ZIP archive is closed even when a RuntimeExpection occurs. PR 46559 17 years ago
  Stefan Bodewig 8d48bc6799 Move the zip package into a Java 1.4 world 17 years ago
  Stefan Bodewig 9b4b922d2c fail early if ZipFile is applied to a non-ZIP archive. PR 45463. Suggested by Alison Winters. 17 years ago
  Stefan Bodewig 7d174c3426 Made up my mind on the fix for PR 35000. Empty != broken, so make it two separate use cases. 17 years ago
  Stefan Bodewig 4a1038e342 an empty central directory is fine for an empty archive 17 years ago
  Stefan Bodewig 80e8b2977b an archive with an empty central directory is broken. PR 35000. Submitted by Thomas Aglassinger. 17 years ago
  Peter Reilly 4c69b551ec magic numbers 18 years ago
  Peter Reilly 8d9358d369 checkstyle: some magic numbers 18 years ago
  Peter Reilly 70c67a8e78 checkstyle 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Stephane Bailliez 32f2e37a95 JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 API 20 years ago
  Matthew Jason Benson fbb9886634 ResourceCollections 20 years ago
  Stefan Bodewig b977b55da6 <unzip> and <untar> could leave streams open. PR 34893 20 years ago
  Jacobus Martinus Kruithof 704e2490d3 removed lines with $Revision: x.y $ lines (after verification) 21 years ago
  Peter Reilly 5e049f635b checkstyle 21 years ago
  Jacobus Martinus Kruithof 9fdb1c85ba Minor update to allow compilation on 1.2.2 again: 21 years ago
  Stephane Bailliez a05d1f1219 First attempt at optimizing the zip code to have decent performance 21 years ago
  Steve Loughran fdc903238f Patch in PR# 21996 21 years ago
  Peter Reilly 642befb440 Javadoc syntax error corrections 21 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago
  Peter Reilly d050f6a18c remove enum variable 22 years ago
  Stefan Bodewig 2590a640ce Remove unused fields 22 years ago
  Conor MacNeill 66b5bf27b7 style 22 years ago
  Stefan Bodewig 94ef2fbb4b Make checkstyle a little happier. 22 years ago
  Stefan Bodewig 6dea74459d Improve algorithm that searches for the central directory - don't get fooled by signatures appearing inside payload. 22 years ago
  Stefan Bodewig d5570e5c65 Calendar.HOUR is different from Calendar.HOUR_OF_DAY 22 years ago
  Stefan Bodewig ad9c15103d Finish implementation of ZipFile, use it in Expand (AKA <unzip>). 22 years ago
  Stefan Bodewig ec5e77ad32 Initial support for reading of ZIP files - uncomplete as you cannot 22 years ago