summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org
Commit message (Expand)AuthorAgeFilesLines
* ObjectUploadListener: Add callback interfaceDavid Pursehouse2019-04-201-2/+45
* Merge "Merge branch 'stable-4.11' into stable-5.0" into stable-5.1David Pursehouse2018-10-201-1/+6
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-201-1/+6
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-201-1/+6
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-201-1/+6
| | | |\
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-191-1/+6
| | | | |\
| | | | | * Fix file handle leak in ObjectDownloadListener.onWritePossibleMatthias Sohn2018-10-131-1/+6
* | | | | | Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-09-261-0/+4
|\| | | | |
| * | | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-09-261-0/+4
| |\| | | |
| | * | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-09-261-0/+4
| | |\| | |
| | | * | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-09-261-0/+4
| | | |\| |
| | | | * | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-261-0/+4
| | | | |\|
| | | | | * ObjectDownloadListener#onWritePossible: Add comment on return statementDavid Ostrovsky2018-09-251-0/+4
* | | | | | Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-09-183-13/+27
|\| | | | |
| * | | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-09-183-13/+27
| |\| | | |
| | * | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-09-183-13/+27
| | |\| | |
| | | * | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-09-183-13/+27
| | | |\| |
| | | | * | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-183-13/+27
| | | | |\|
| | | | | * Fix ObjectUploadListener#closeMatthias Sohn2018-09-181-1/+3
| | | | | * Fix error handling in FileLfsServletMatthias Sohn2018-09-171-0/+5
| | | | | * ObjectDownloadListener#onWritePossible: Make code spec compatibleDavid Ostrovsky2018-09-171-13/+19
| | | | | * ObjectDownloadListener: Return from onWritePossible when data is writtenDavid Ostrovsky2018-09-151-0/+1
| | | | * | FileLfsServlet: Do not pretty print json responseDavid Pursehouse2017-12-081-5/+4
* | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-042-7/+7
|/ / / / /
* | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-7/+7
* | | | | Remove deprecated LfsProtocolServlet#getLargeFileRepositoryMatthias Sohn2018-03-101-42/+0
|/ / / /
* | | | FileLfsServlet: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+4
* | | | LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-1/+18
* | | | Revert usage of TYPE_USE in Nullable and NonNull annotationsDavid Pursehouse2018-01-191-1/+1
* | | | 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