1. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  2. b86d8a6 Remove direct citations form APPNOTE.TXT in javadocs, obey to section by Stefan Bodewig · 11 years ago
  3. e860d2f COMPRESS-228 be more lenient when parsing zip64 extra field by Stefan Bodewig · 11 years ago
  4. a2f978e COMPRESS-172 reuse temporary byte-arrays in several places to reduce garbage collection pressure - inspired by a patch by Thomas Mair by Stefan Bodewig · 12 years ago
  5. 306c3c8 typos by Stefan Bodewig · 12 years ago
  6. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  7. 46701aa if the central directory header holds only one of the size values, the other one must still be set so the internal logic for handling of extra fields doesn't throw an exception creating the local file header data. COMPRESS-149 by Stefan Bodewig · 13 years ago
  8. 8044739 infrastructure that is going to be needed by ZipFile in order to correctly parse ZIP64 data from the central directory. COMPRESS-149 by Stefan Bodewig · 13 years ago
  9. 8ba08d8 merge Javadoc fixes from trunk by Stefan Bodewig · 13 years ago
  10. a058133 there is one more case where the CD version of the ZIP64 extended information can be parsed without context information by Stefan Bodewig · 13 years ago
  11. ca91f41 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax line 27 by Gary D. Gregory · 13 years ago
  12. 43e546e add ZIP64 extended information to the central directory if needed. COMPRESS-150 by Stefan Bodewig · 13 years ago
  13. 6c5f04b first cut at reading Zip64 without any real tests, yet. At least the existing test still pass. COMPRESS-148 by Stefan Bodewig · 13 years ago
  14. 60e2dec very initial implementation of the extra field that holds Zip64 data. Many question marks. We'll likely be forced to change the way we deal with extra fields specifically for this one because of its parsing logic of optional data. COMPRESS-36 by Stefan Bodewig · 13 years ago