aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server
Commit message (Expand)AuthorAgeFilesLines
* Improve JavaDoc for LfsProtocolServlet.getLargeFileRepositoryMatthias Sohn2016-09-011-0/+23
* Add specific exception for LFS unavailableDavid Pursehouse2016-08-301-10/+11
* LfsProtocolServlet: Add support for insufficient storage errorDavid Pursehouse2016-08-241-0/+4
* LfsProtocolServlet: Add support for rate limit and bandwidth limit errorsDavid Pursehouse2016-08-201-0/+10
* LfsProtocolServlet: Always include message in error responseDavid Pursehouse2016-08-201-1/+2
* 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
* Silence API errors in LfsProtocolServletMatthias Sohn2016-08-091-0/+17
* 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
* Ignore 'The value of exception parameter is not used' warningDavid Pursehouse2016-07-261-0/+1
* Update links to LFS API documentationDavid Pursehouse2016-07-262-2/+2
* Remove duplicated single quotes in text not handled by MessageFormatMarkus Keller2016-07-011-5/+5
* Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2016-06-012-15/+15
* [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
* Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-04-082-15/+15
* Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-082-15/+15
* JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2016-04-082-2/+2
* JGit v4.3.0.201604071045-rMatthias Sohn2016-04-072-2/+2
* Prepare 4.3-SNAPSHOT buildsMatthias Sohn2016-04-052-2/+2
* JGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn2016-03-232-2/+2
* Make the FileLfsRepository thread safeSaša Živkov2016-03-222-25/+12
* Support Amazon S3 based storage for LFSMatthias Sohn2016-02-177-1/+808
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-0430-0/+2395