aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/FileLfsServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-8/+8
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-09-181-0/+5
|\
| * Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-09-181-0/+5
| |\
| | * Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-181-0/+5
| | |\
| | | * Fix error handling in FileLfsServletMatthias Sohn2018-09-171-0/+5
| | * | FileLfsServlet: Do not pretty print json responseDavid Pursehouse2017-12-081-5/+4
| | |/
* | / FileLfsServlet: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+4
|/ /
* | Fix javadoc in org.eclipse.jgit.lfs.serverMatthias Sohn2017-12-171-21/+9
* | Move repeated LFS Gson handling to common classDavid Pursehouse2017-12-071-22/+2
* | FileLfsServlet: Do not pretty print json responseDavid Pursehouse2017-12-071-5/+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
* | FileLfsServlet: Make sendError protectedDavid Pursehouse2016-11-131-1/+13
|/
* 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-261-1/+1
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-0/+167