aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/s3
Commit message (Expand)AuthorAgeFilesLines
* 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