aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Suppress Finally error in ObjectDownloadListenerMatthias Sohn2022-01-181-0/+1
* Merge branch 'stable-5.6'Matthias Sohn2020-02-282-2/+2
|\
| * Make Logger instances finalDavid Pursehouse2020-02-272-2/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-044-152/+20
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-04-201-2/+45
|\
| * ObjectUploadListener: Add callback interfaceDavid Pursehouse2019-04-201-2/+45
* | Merge branch 'stable-5.1'David 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
* | | | | | Format @Nullable on return value as method annotationJonathan Nieder2018-10-091-1/+2
|/ / / / /
* | | | | 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-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
| | | |/
* | | / Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
|/ / /
* | | 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