aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Nullable: Switch to TYPE_USEDavid Pursehouse2018-01-181-1/+1
|/ / /
* | | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-4/+3
* | | Fix javadoc in org.eclipse.jgit.lfs.serverMatthias Sohn2017-12-1711-66/+98
* | | Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-4/+4
* | | Move repeated LFS Gson handling to common classDavid Pursehouse2017-12-073-46/+123
* | | FileLfsServlet: Do not pretty print json responseDavid Pursehouse2017-12-071-5/+4
|/ /
* / Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
|/
* LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse2017-03-081-2/+49
* 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
* Make ObjectDownloadListener publicDavid Pursehouse2017-01-191-2/+4
* LfsProtocolServlet#LfsRequest: Add operation type helper methodsDavid Pursehouse2017-01-141-0/+27
* Expose LFS operation strings as public constantsDavid Pursehouse2017-01-131-7/+6
* LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2017-01-141-1/+10
* Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2017-01-131-0/+4
* Expose getObjectToTransfer method of FileLfsServletJacek Centkowski2016-12-061-1/+14
* Merge branch 'stable-4.5'David Pursehouse2016-12-061-2/+3
|\
| * Use the same variable to check and extract LFS object idJacek Centkowski2016-11-241-2/+3
* | Add missing @since tags for new APIMatthias Sohn2016-11-141-0/+1
* | Organize importsDavid Pursehouse2016-11-141-1/+1
* | FileLfsServlet: Make sendError protectedDavid Pursehouse2016-11-131-1/+13
* | Make ObjectUploadListener publicDavid Pursehouse2016-11-131-3/+8
* | Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-204-122/+2
|/
* 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
* 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