aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/ZipFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-6/+0
* Add the "compression-level" option to all ArchiveCommand formatsYoussef Elghareeb2021-01-281-1/+6
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-091-9/+0
* Fix javadoc in org.eclipse.jgit.archiveMatthias Sohn2017-12-171-6/+7
* Fix timestamp in Zip archivesShawn Pearce2017-02-201-3/+3
* Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn2017-02-181-0/+3
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-0/+20
* Add missing @since tags for new API methods in archive bundleMatthias Sohn2015-03-121-0/+3
* ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-3/+12
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-3/+3
* Make ArchiveFormats final and implement equals()Jonathan Nieder2014-04-111-1/+11
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-101-2/+2
* archive: Include entries for directoriesJonathan Nieder2013-12-271-2/+18
* Revert "Close unfinished archive entries on error"Jonathan Nieder2013-09-231-5/+2
* Close unfinished archive entries on errorJonathan Nieder2013-07-171-2/+5
* Pick default archive format based on filename suffixJonathan Nieder2013-06-061-0/+10
* Add missing javadoc for archive codeJonathan Nieder2013-05-291-0/+3
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-241-0/+79