49 Commits (3cdcaf96fe8badba5e61da17fa73c03026605d5d)

Author SHA1 Message Date
  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 1b76f1b6da checkstyle 11 years ago
  Stefan Bodewig 98f306fa84 re-use a bunch of temporary arrays - merge from Compress 13 years ago
  Stefan Bodewig dee95e3acc merge Zip64 support from Commons Compress 13 years ago
  Jacobus Martinus Kruithof 6b7bc9e535 Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation 13 years ago
  Antoine Levy-Lambert aae4e79e64 another change in order not to get any warnings during JavaDoc generation when preparing releases 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 f665a4d335 accept a wider range of existing zip archives by being more lenient when parsing extra fields 15 years ago
  Stefan Bodewig 6cd0de1022 Parse central directory part of ZIP extra fields. PR 46637 16 years ago
  Stefan Bodewig 8a183a492d optionally read/write InfoZIP unicode fields, merge from commons-compress 16 years ago
  Stefan Bodewig 9416f208d9 allow extra fields to be added at the front 16 years ago
  Stefan Bodewig e73a7f649f Ignore ZIP extra fields that don't contain the recommended header+length structure - this is what unzip does as well. PR 42940 17 years ago
  Stefan Bodewig 8d48bc6799 Move the zip package into a Java 1.4 world 17 years ago
  Stefan Bodewig 549fc1f687 don't trust permissions read from another ZIP file blindly. PR 42122. 17 years ago
  Peter Reilly 4c69b551ec magic numbers 18 years ago
  Peter Reilly 415e089a8d trailing spaces 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Jesse N. Glick 1a81cc1fdf Minor optimization to save maybe 1-2Mb of heap used to create a 30Mb ZIP file. 19 years ago
  Jacobus Martinus Kruithof 7eb22e8cdc indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future. 19 years ago
  Jacobus Martinus Kruithof 34e72a6607 Removed reflection for 1.1 purposes 20 years ago
  Jacobus Martinus Kruithof 778ee790cb Throwable caught for 1.1 compatibility only according to comment. As catiching Throwable generally is a bad thing, removed. 20 years ago
  Jacobus Martinus Kruithof 704e2490d3 removed lines with $Revision: x.y $ lines (after verification) 21 years ago
  Stephane Bailliez 71eb2aed78 Reactivate methods disabled in PR 33049. 21 years ago
  Jacobus Martinus Kruithof 853a43b951 PR: 33049 21 years ago
  Peter Reilly a33db54312 checkstyle 21 years ago
  Stefan Bodewig 73e22b9d37 Loop optimization, Submitted by Kevin Jackson 21 years ago
  Stephane Bailliez a05d1f1219 First attempt at optimizing the zip code to have decent performance 21 years ago
  Stefan Bodewig db48fbb829 Various checkstyle violations 21 years ago
  Stefan Bodewig 1628b5d839 Some Gump based Kaffe debugging 21 years ago
  Stefan Bodewig 81e5eea8b4 Try to provide more information on an exception occuring in Kaffe 21 years ago
  Steve Loughran 29b76e0c01 These are all patches to stop java1.5 whining about varargs. 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
  Conor MacNeill 66b5bf27b7 style 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 6e2090b71a Need to override isDirectory for situations where setName has been called 22 years ago
  Stefan Bodewig ec5e77ad32 Initial support for reading of ZIP files - uncomplete as you cannot 22 years ago
  Stefan Bodewig 24436a1c92 Remove email address from sources 23 years ago
  Stefan Bodewig c89a66172d Preparing merge to 1.5 branch 23 years ago
  Stefan Bodewig 1dc8a07905 Remove Jakarta Project from license 23 years ago
  Stefan Bodewig 3255fa8ff4 Add support for Unix permissions to <zip> and friends, doing it the 23 years ago
  Stefan Bodewig 6c7ff01478 getting close to Info-Zip now, will enable it next week 23 years ago
  Conor MacNeill 6154080061 More coding standard fixes 23 years ago
  Stefan Bodewig c3714c50a1 More JDK 1.1 issues. Culprits have been <pvcs>, <record> and the new 24 years ago
  Stefan Bodewig bb58f9a943 Reimplementation of ZipOutputStream along with a subclass of ZipEntry 24 years ago