182 Commits (098280bc27fe09415b0e5f135c61e7386ad8a318)

Author SHA1 Message Date
  Stefan Bodewig 098280bc27 make new zipFile signature final 16 years ago
  Stefan Bodewig dd92def3ae try to make ZipExtraField change in zip backwards compatible for subclasses that override zipFile. PR 48541 16 years ago
  Stefan Bodewig 73456f461b really preserve extra fields 16 years ago
  Stefan Bodewig f2d99c202b create parent directory of archive in <zip> and <tar> if needed. PR 45377. Based on patch by Remie Bolte 16 years ago
  Stefan Bodewig ffe7ce3c54 log stuff when actually creating the archive 16 years ago
  Stefan Bodewig d18b665886 extract method 16 years ago
  Stefan Bodewig a4c9863544 don't compare timestamps on directories but add missing dirs 16 years ago
  Stefan Bodewig 50558dd274 don't ignore directory resources when performing up-to-date checks 16 years ago
  Stefan Bodewig 4b52f604ad alphasort directories read from non-FileSet resource collections - DirectoryScanner already sorts them appropriately for FileSets 16 years ago
  Stefan Bodewig e24b8aa6a0 new zip logic bypassed overridden method in jar and broke manifest/index logic 16 years ago
  Stefan Bodewig 5c440d2481 preserve ZIP extra fields 16 years ago
  Stefan Bodewig a6e42833f6 preserve timestamps for directories added to a zip archive (and potentially zip extra fields as well) 16 years ago
  Stefan Bodewig c341e8606d refactor zip archive creation logic into smaller chunks 16 years ago
  Stefan Bodewig f21a51dfd3 even more encoding options for zips 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
  Jesse N. Glick 970247d771 #45902: <zip> (without dofilesonly="true") sometimes recreated archives unnecessarily. 17 years ago
  Stefan Bodewig edb0dd9582 use adapter instead of instanceof checks 17 years ago
  Stefan Bodewig 27868015eb whitespace 17 years ago
  Stefan Bodewig ee0fc90c1a make sure log messages to get emmitted twice in double-pass mode. PR 39426. 17 years ago
  Stefan Bodewig 8aaa005834 close streams passed in to zipFile(InputStream, ...). PR 42632. 17 years ago
  Stefan Bodewig 549fc1f687 don't trust permissions read from another ZIP file blindly. PR 42122. 17 years ago
  Matthew Jason Benson 00829ad00c [43348] Use FileProvider interface 17 years ago
  Jacobus Martinus Kruithof 94dd480d07 request from cactus team, backward incompatible change in FileUtils made backward compatible 18 years ago
  Peter Reilly a914355da2 more magic numbers 18 years ago
  Jacobus Martinus Kruithof 857411cff1 TempFile changes (ctd) 18 years ago
  Peter Reilly 7896dac845 fix for bugzilla 43121 - war task inconsistent bahaviour 18 years ago
  Peter Reilly 8b0f5b8c9b reducing the size of the big method 18 years ago
  Jacobus Martinus Kruithof 7627a966ee Reviewed Jar (and parts of Zip) because of BR 42632 18 years ago
  Kevin Jackson 36a87a6101 -use FileUtils.close 19 years ago
  Peter Reilly 0a5cf98f65 checkstyle 19 years ago
  Peter Reilly b8244eaa8f checkstyle 19 years ago
  Peter Reilly f958e23640 checkstyle 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Matthew Jason Benson d5fa871520 <zip filesonly="true"> included empty directories. Bugzilla report 40258. 19 years ago
  Jesse N. Glick 69c95afa02 Some Javadoc corrections. 19 years ago
  Matthew Jason Benson 43b12b92d9 do not add directories when filesonly is true. 19 years ago
  Steve Loughran 4ce923bc7d bug 36033; javadocs incorrect 19 years ago
  Jacobus Martinus Kruithof 0df2b1de3f Minor updates based on the input of Dave Brosius 20 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. 20 years ago
  Stefan Bodewig ef830de68e Add support for arbitrary resource collections to <zip> and friends, preserve permissions read via a <tarfileset> 20 years ago
  Stephane Bailliez 32f2e37a95 JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 API 20 years ago
  Antoine Levy-Lambert c8d28cf5ba add at since tag for new method 21 years ago
  Antoine Levy-Lambert 500030a537 Make Zip#createEmptyZip be called again when empty zips need to be created 21 years ago
  Stefan Bodewig de95ac9a0e Make Solaris detect Ant jar files as jar files, PR: 32649 21 years ago
  Peter Reilly ab3f805895 NPE when adding comment to zip file that is not there 21 years ago
  Stefan Bodewig a18bd33107 On second thought, this seems to be the real fix for 21 years ago
  Stefan Bodewig 782e451151 <zip> update ignored defaultexcludes, PR 33412 21 years ago
  Matthew Jason Benson 1225a5a849 Added level attribute to zip & subclasses. 21 years ago
  Peter Reilly cd67785ad9 javadoc 21 years ago
  Peter Reilly 8d72468ce0 Add support of zip comment. 21 years ago