| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 2 | -7/+7 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 1 | -1/+1 |
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 2 | -7/+7 |
* | Remove deprecated LfsProtocolServlet#getLargeFileRepository | Matthias Sohn | 2018-03-10 | 1 | -42/+0 |
* | FileLfsServlet: Open PrintWriter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+4 |
* | LFS: Add remote download to SmudgeFilter | Markus Duft | 2018-02-16 | 1 | -1/+18 |
* | Revert usage of TYPE_USE in Nullable and NonNull annotations | David Pursehouse | 2018-01-19 | 1 | -1/+1 |
* | Nullable: Switch to TYPE_USE | David Pursehouse | 2018-01-18 | 1 | -1/+1 |
* | Fix remaining javadoc errors raised by doclint | Matthias Sohn | 2017-12-21 | 1 | -4/+3 |
* | Fix javadoc in org.eclipse.jgit.lfs.server | Matthias Sohn | 2017-12-17 | 11 | -66/+98 |
* | Use constants from StandardCharsets instead of hard-coded strings | David Pursehouse | 2017-12-07 | 1 | -4/+4 |
* | Move repeated LFS Gson handling to common class | David Pursehouse | 2017-12-07 | 3 | -46/+123 |
* | FileLfsServlet: Do not pretty print json response | David Pursehouse | 2017-12-07 | 1 | -5/+4 |
* | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 1 | -1/+1 |
* | LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepository | David Pursehouse | 2017-03-08 | 1 | -2/+49 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 2 | -8/+8 |
* | Don't rely on default locale when using toUpperCase() and toLowerCase() | Matthias Sohn | 2017-01-28 | 1 | -2/+4 |
* | Make ObjectDownloadListener public | David Pursehouse | 2017-01-19 | 1 | -2/+4 |
* | LfsProtocolServlet#LfsRequest: Add operation type helper methods | David Pursehouse | 2017-01-14 | 1 | -0/+27 |
* | Expose LFS operation strings as public constants | David Pursehouse | 2017-01-13 | 1 | -7/+6 |
* | LfsProtocolServlet: Improve error on getLargeFileRepository failure | David Pursehouse | 2017-01-14 | 1 | -1/+10 |
* | Add support for refusing LFS request due to invalid authorization | David Pursehouse | 2017-01-13 | 1 | -0/+4 |
* | Expose getObjectToTransfer method of FileLfsServlet | Jacek Centkowski | 2016-12-06 | 1 | -1/+14 |
* | Merge branch 'stable-4.5' | David Pursehouse | 2016-12-06 | 1 | -2/+3 |
|\ |
|
| * | Use the same variable to check and extract LFS object id | Jacek Centkowski | 2016-11-24 | 1 | -2/+3 |
* | | Add missing @since tags for new API | Matthias Sohn | 2016-11-14 | 1 | -0/+1 |
* | | Organize imports | David Pursehouse | 2016-11-14 | 1 | -1/+1 |
* | | FileLfsServlet: Make sendError protected | David Pursehouse | 2016-11-13 | 1 | -1/+13 |
* | | Make ObjectUploadListener public | David Pursehouse | 2016-11-13 | 1 | -3/+8 |
* | | Move AtomicObjectOutputStream to lfs/internal | Christian Halstrick | 2016-09-20 | 4 | -122/+2 |
|/ |
|
* | Improve JavaDoc for LfsProtocolServlet.getLargeFileRepository | Matthias Sohn | 2016-09-01 | 1 | -0/+23 |
* | Add specific exception for LFS unavailable | David Pursehouse | 2016-08-30 | 1 | -10/+11 |
* | LfsProtocolServlet: Add support for insufficient storage error | David Pursehouse | 2016-08-24 | 1 | -0/+4 |
* | LfsProtocolServlet: Add support for rate limit and bandwidth limit errors | David Pursehouse | 2016-08-20 | 1 | -0/+10 |
* | LfsProtocolServlet: Always include message in error response | David Pursehouse | 2016-08-20 | 1 | -1/+2 |
* | LfsProtocolServlet: Always set the Content-Type header on response | David Pursehouse | 2016-08-16 | 1 | -2/+3 |
* | LfsProtocolServlet: Don't set pretty printing on Gson | David Pursehouse | 2016-08-16 | 1 | -5/+4 |
* | LfsProtocolServlet: Reuse existing Writer when sending error response | David Pursehouse | 2016-08-09 | 1 | -27/+19 |
* | Add missing @since tags for new API | Matthias Sohn | 2016-08-09 | 2 | -1/+7 |
* | LfsProtocolServlet: Allow access to objects in request | David Pursehouse | 2016-08-05 | 2 | -1/+28 |
* | LfsProtocolServlet: Allow getLargeFileRepository to raise exceptions | David Pursehouse | 2016-08-05 | 1 | -6/+49 |
* | Fix typo in email address in copyright headers | David Pursehouse | 2016-07-28 | 2 | -2/+2 |
* | LfsProtocolServlet: Pass request and path to getLargeFileRepository | David Pursehouse | 2016-07-27 | 1 | -12/+29 |
* | FileLfsServlet: Include error message in response body | David Pursehouse | 2016-07-27 | 1 | -3/+29 |
* | FileLfsServlet: Return HTTP 422 instead of 400 | David Pursehouse | 2016-07-27 | 1 | -2/+2 |
* | Update links to LFS API documentation | David Pursehouse | 2016-07-26 | 2 | -2/+2 |
* | [findBugs] Prevent potential NPE in FileLfsRepository.getOutputStream() | Matthias Sohn | 2016-05-30 | 1 | -1/+4 |
* | [findBugs] Fix calculation of host header in SignerV4 | Matthias Sohn | 2016-05-19 | 1 | -3/+3 |
* | Make the FileLfsRepository thread safe | Saša Živkov | 2016-03-22 | 2 | -25/+12 |
* | Support Amazon S3 based storage for LFS | Matthias Sohn | 2016-02-17 | 4 | -0/+786 |