summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src
Commit message (Expand)AuthorAgeFilesLines
* LfsProtocolServlet: Always set the Content-Type header on responseDavid Pursehouse2016-08-161-2/+3
* LfsProtocolServlet: Don't set pretty printing on GsonDavid Pursehouse2016-08-161-5/+4
* LfsProtocolServlet: Reuse existing Writer when sending error responseDavid Pursehouse2016-08-091-27/+19
* Add missing @since tags for new APIMatthias Sohn2016-08-092-1/+7
* LfsProtocolServlet: Allow access to objects in requestDavid Pursehouse2016-08-052-1/+28
* LfsProtocolServlet: Allow getLargeFileRepository to raise exceptionsDavid Pursehouse2016-08-051-6/+49
* Fix typo in email address in copyright headersDavid Pursehouse2016-07-282-2/+2
* LfsProtocolServlet: Pass request and path to getLargeFileRepositoryDavid Pursehouse2016-07-271-12/+29
* FileLfsServlet: Include error message in response bodyDavid Pursehouse2016-07-271-3/+29
* FileLfsServlet: Return HTTP 422 instead of 400David Pursehouse2016-07-271-2/+2
* Update links to LFS API documentationDavid Pursehouse2016-07-262-2/+2
* [findBugs] Prevent potential NPE in FileLfsRepository.getOutputStream()Matthias Sohn2016-05-301-1/+4
* [findBugs] Fix calculation of host header in SignerV4Matthias Sohn2016-05-191-3/+3
* Make the FileLfsRepository thread safeSaša Živkov2016-03-222-25/+12
* Support Amazon S3 based storage for LFSMatthias Sohn2016-02-174-0/+786
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-0411-0/+1378