64 Commits (af74d1f6b882cef5f4167d972638ad886d12d58c)

Author SHA1 Message Date
  Stefan Bodewig af74d1f6b8 reduce GC pressure by replacing File(In|Out)putStream 8 years ago
  Stefan Bodewig 45152b5208 Sonar meets backwards compatibility requirements 9 years ago
  Stefan Bodewig 99684cfd77 yet another potential AIOBException in zip package 10 years ago
  Stefan Bodewig 2c04d7e833 port Kristian Rosenvold's write performance improvements from Commons Compress 11 years ago
  Stefan Bodewig df33426bf2 whitespace 11 years ago
  Jan Matèrne 1b76f1b6da checkstyle 11 years ago
  Jan Matèrne bf6026a147 organize imports 11 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 333b90446c some stray @since tags from CC 13 years ago
  Stefan Bodewig dee95e3acc merge Zip64 support from Commons Compress 13 years ago
  Jesse N. Glick fca4fe69ed NS_DANGEROUS_NON_SHORT_CIRCUIT 14 years ago
  Stefan Bodewig d25f4c4021 finalize deflater instance in ZipOutputStream. 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. 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 752d64fa43 improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merge from commons-compress 17 years ago
  Stefan Bodewig 8a183a492d optionally read/write InfoZIP unicode fields, merge from commons-compress 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 8d48bc6799 Move the zip package into a Java 1.4 world 17 years ago
  Stefan Bodewig b16652b451 feed Deflater smaller chunks because it seems to copy around the data a lot. PR 45396. 17 years ago
  Peter Reilly 0b6d093f46 magic number 18 years ago
  Peter Reilly 4c69b551ec magic numbers 18 years ago
  Peter Reilly ddd5fc4276 remove 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
  Jacobus Martinus Kruithof 34e72a6607 Removed reflection for 1.1 purposes 20 years ago
  Jacobus Martinus Kruithof 704e2490d3 removed lines with $Revision: x.y $ lines (after verification) 21 years ago
  Stefan Bodewig 2a7681820f Allo zip to store files with size between 2GB and 4GB 21 years ago
  Matthew Jason Benson 1225a5a849 Added level attribute to zip & subclasses. 21 years ago
  Peter Reilly 5e049f635b 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 3f31dc8f7a Make Jikes happy 21 years ago
  Stefan Bodewig ed380ea5d0 deprecated or not, this is the only way to avoid creation of both - a Date and a Calendar instance - that works on JDK 1.3 and 1.2 - Calendar#setTimeInMillis has been protected before 1.4 21 years ago
  Stefan Bodewig 52bdd44cde JDK 1.3- 21 years ago
  Stefan Bodewig c776fe2b0e Don't create too many temporary objects, based on a patch by Kevin Jackson 21 years ago
  Stefan Bodewig 24f365284e Don't use deprecated code. Submitted by: Kevin Jackson <kevin dot jackson at it dot fts dash vn dot com> 21 years ago
  Peter Reilly 642befb440 Javadoc syntax error corrections 22 years ago
  Stefan Bodewig 5ee9f7e6b5 -breakiterator fixes by Jack Woehr 22 years ago
  Stefan Bodewig cfc35789fc Wrong condition in flush, submitted by Martijn Kruithof, PR: 27549 22 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
  Stefan Bodewig d13027731c Only calculate the CRC of STORED entries in <zip> if absolutely necessary. 22 years ago
  Stefan Bodewig 9f66d99a5d Add comments as suggested by Jan 22 years ago
  Stefan Bodewig 4653e638dd Don't use a data descriptor for deflated entries in ZipOutputStream if 22 years ago