aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Adapt to type parameter added in commons-compress 1.25.0Matthias Sohn2023-11-245-15/+20
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-166-30/+1
* Add the "compression-level" option to all ArchiveCommand formatsYoussef Elghareeb2021-01-286-4/+67
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-049-342/+45
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+5
* Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-095-45/+0
* Fix javadoc in org.eclipse.jgit.archiveMatthias Sohn2017-12-178-40/+45
* TarFormat: Use commit time as timestamp for entriesYasuhiro Takagi2017-04-051-0/+8
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Fix timestamp in Zip archivesShawn Pearce2017-02-201-3/+3
* Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn2017-02-186-0/+17
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-185-3/+75
* Fix string externalization warnings in BaseFormatMatthias Sohn2015-03-122-4/+7
* Add missing @since tags for new API methods in archive bundleMatthias Sohn2015-03-126-0/+17
* ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-206-13/+136
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-042-6/+6
* Allow ArchiveCommand.registerFormat to be called twiceJonathan Nieder2014-04-161-1/+0
* Make ArchiveFormats final and implement equals()Jonathan Nieder2014-04-115-5/+55
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-106-18/+15
* archive: Include entries for directoriesJonathan Nieder2013-12-273-6/+103
* Revert "Close unfinished archive entries on error"Jonathan Nieder2013-09-232-10/+4
* TarFormat: use tabs for indentDave Borowitz2013-07-171-1/+1
* Close unfinished archive entries on errorJonathan Nieder2013-07-172-4/+10
* Pick default archive format based on filename suffixJonathan Nieder2013-06-065-0/+53
* Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder2013-06-061-2/+5
* Add tbz2 archive formatJonathan Nieder2013-06-052-0/+72
* Fix javadoc of FormatActivatorMatthias Sohn2013-06-021-5/+7
* Add missing javadoc for archive codeJonathan Nieder2013-05-295-0/+25
* Drop unnecessary "throws" clauses in archive codeJonathan Nieder2013-05-291-2/+2
* Move FormatActivator.start()/stop() to a separate classJonathan Nieder2013-05-292-44/+93
* Add tgz and txz archive formatsJonathan Nieder2013-05-283-0/+138
* Maintain list of archive formats in one placeJonathan Nieder2013-05-281-4/+51
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-243-0/+225