aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/s3
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-1/+1
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* Fix S3Repository getSize to handle larger object sizesqin shulei2023-06-291-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-4/+0
* Allow for using custom s3 host with lfs serverPat Long2020-05-102-4/+51
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-043-114/+15
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-261-1/+2
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-4/+4
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-4/+4
* Fix javadoc in org.eclipse.jgit.lfs.serverMatthias Sohn2017-12-172-0/+18
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-4/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-8/+8
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-2/+4
* [findBugs] Fix calculation of host header in SignerV4Matthias Sohn2016-05-191-3/+3
* Support Amazon S3 based storage for LFSMatthias Sohn2016-02-173-0/+778