aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs
Commit message (Expand)AuthorAgeFilesLines
* FileLfsServlet: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+4
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-1/+18
* Fix javadoc in org.eclipse.jgit.lfs.serverMatthias Sohn2017-12-174-40/+38
* 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
* Make ObjectDownloadListener publicDavid Pursehouse2017-01-191-2/+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
* | Make ObjectUploadListener publicDavid Pursehouse2016-11-131-3/+8
* | Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-203-121/+2
|/
* Fix typo in email address in copyright headersDavid Pursehouse2016-07-282-2/+2
* 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
* [findBugs] Prevent potential NPE in FileLfsRepository.getOutputStream()Matthias Sohn2016-05-301-1/+4
* Make the FileLfsRepository thread safeSaša Živkov2016-03-222-25/+12
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-045-0/+800