1. c873310 Removed the unnecessary @inheritDoc tags by Emmanuel Bourg · 11 years ago
  2. c1fd317 Add a bunch of since markers by Stefan Bodewig · 11 years ago
  3. b0d2bd6 make PMD and findbugs a bit less unhappy by Stefan Bodewig · 11 years ago
  4. f3a5bf6 COMPRESS-214 move getUnixSymlink from ZipArchiveEntry to ZipFile by Stefan Bodewig · 11 years ago
  5. 1120914 COMPRESS-214 - better support for unix symlinks by Julius Davies · 12 years ago
  6. 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
  7. 306c3c8 typos by Stefan Bodewig · 12 years ago
  8. 4becc32 COMPRESS-187 - make empty comments compare equal to no comments in ZIP entries by Stefan Bodewig · 12 years ago
  9. b2a9dd0 Convert to enhanced for loop. by Gary D. Gregory · 12 years ago
  10. 9f0db87 Redundant superinterface Cloneable for the type ZipArchiveEntry, already defined by ZipEntry by Gary D. Gregory · 12 years ago
  11. 2bd0dd4 Normalize all @since tags to "@since version" instead of "@since Apache Commons Compress version" by Gary D. Gregory · 12 years ago
  12. c75c10f add workaround for broken implementations that use backslashes rather than slashes in file names. COMPRESS-176 by Stefan Bodewig · 12 years ago
  13. fb06e3a Missing @Override by Sebastian Bazley · 13 years ago
  14. 3553cda compile without warnings using -Xlint:unchecked by Stefan Bodewig · 13 years ago
  15. 45ac135 sync with trunk by Stefan Bodewig · 13 years ago
  16. 15f04cc if the one-arg version of setName is protected, the two-arg version should be as well by Stefan Bodewig · 13 years ago
  17. e53e88a Java5ify ZipArchiveInputStream implementation and related classes by Stefan Bodewig · 13 years ago
  18. 2916d38 merge collected changes from trunk by Stefan Bodewig · 13 years ago
  19. 934a96e Provide access to the raw bytes that made up the ZIP entry's name. COMPRESS-123 by Stefan Bodewig · 13 years ago
  20. 8e4b9af remove all zip64 parts I've started to implement from the codepaths that are actually being used by Stefan Bodewig · 13 years ago
  21. d7d90da must override ZipEntry#setSize for Zip64 as base method throws an exception on entries bigger than 2GB. COMPRESS-36 by Stefan Bodewig · 13 years ago
  22. 6209f81 @since markers Javadoc updates by Sebastian Bazley · 14 years ago
  23. 9b4b477 document relation between zip entry's name and whether it is assumed to be a directory. COMPRESS-105 by Stefan Bodewig · 14 years ago
  24. 7b115db Misspelt Javadoc tag by Sebastian Bazley · 14 years ago
  25. 75ecf4f Javadoc fixes. by Sebastian Bazley · 14 years ago
  26. 62cb9c4 provide access to the general purpose bit flag field of a zip entry and fail when a STORED entry requires a data descriptor. COMPRESS-100 by Stefan Bodewig · 14 years ago
  27. a33505b move canRead/canWrite up. Remove isSupportedCompressionMethod. COMPRESS-93 by Stefan Bodewig · 14 years ago
  28. c7e51ed detect encrypted entries and say that you can't read/write them. COMPRESS-89 by Stefan Bodewig · 14 years ago
  29. 3c5ab4f whitespace by Stefan Bodewig · 14 years ago
  30. 91695e4 Allow extra fields to violate the recommended structure. COMPRESS-73 by Stefan Bodewig · 14 years ago
  31. 25b5956 Add more information to the exception if extra fields can not be parsed. COMPRESS-75 by Stefan Bodewig · 14 years ago
  32. 7be9796 complete equals implementation. COMPRESS-94 by Stefan Bodewig · 15 years ago
  33. 5066e9a ZipArchiveEntry#equals is broken if the String-arg constructor is used. COMPRESS-94 - submitted by Anon Devs by Stefan Bodewig · 15 years ago
  34. 7b125a3 COMPRESS-93: Support for alternative ZIP compression methods by Jukka Zitting · 15 years ago
  35. a180778 check name/directory/size and lastModified read from zip is consistent with what we write by Stefan Bodewig · 15 years ago
  36. 17ffd7f add getLastModifiedDate to ArchiveEntry - implement it assuming cpio and ar use seconds since epoch for their time values by Stefan Bodewig · 15 years ago
  37. bcebf92 refined Exception catching by Christian Grobmeier · 15 years ago
  38. 28c23fb added equals / hashCode based on the name property by Christian Grobmeier · 15 years ago
  39. 2de1b50 Only set size if File#isFile() is true by Sebastian Bazley · 15 years ago
  40. e46c02b Set some attributes from the File by Sebastian Bazley · 15 years ago
  41. fec51a1 Add generic methods for creating Archive Entries. by Sebastian Bazley · 15 years ago
  42. 99870ef Not thread-safe by Sebastian Bazley · 15 years ago
  43. 008ca94 support as much as possible of ZipFile as a stream can do in ZipArchiveInputStream, COMPRESS-47 by Stefan Bodewig · 15 years ago
  44. c24d59c Remove unnecessary method by Sebastian Bazley · 15 years ago
  45. dfbdfee parse central directory part of extra fields. SANDBOX-292 by Stefan Bodewig · 15 years ago
  46. ff40903 remove meaningless @since tags, references to Ant and a single unused deprecated method by Stefan Bodewig · 15 years ago
  47. 2b5fb91 provide direct access to extra fields by id by Stefan Bodewig · 15 years ago
  48. 1903db4 Add a JarMarker to the very first entry in a jar. SANDBOX-289 by Stefan Bodewig · 15 years ago
  49. 463d6eb rename ZipEntry to ZipArchiveEntry by Stefan Bodewig · 16 years ago[Renamed (96%) from src/main/java/org/apache/commons/compress/archivers/zip/ZipEntry.java]
  50. af2b66d merge ZipEntry and ZipArchiveEntry into a single class by Stefan Bodewig · 16 years ago
  51. 2ae5e28 [SANDBOX-256] - merge revision 738844 from Ant - use JDK 1.4+ collections by Stefan Bodewig · 16 years ago
  52. 838dcc1 merge revision 739300 from Ant - [SANDBOX-276] by Stefan Bodewig · 16 years ago
  53. ab9ebfc applied patch by Christian Grobmeier by Torsten Curdt · 16 years ago
  54. a8a9e64 removed author tags in favor of NOTICE file, split up testcases, nitpicking by Torsten Curdt · 16 years ago
  55. ca16539 import of new redesign branch by Torsten Curdt · 16 years ago