| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow for using custom s3 host with lfs server | Pat Long | 2020-05-10 | 3 | -4/+52 |
* | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-28 | 3 | -3/+3 |
|\ |
|
| * | Make Logger instances final | David Pursehouse | 2020-02-27 | 3 | -3/+3 |
* | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 14 | -532/+70 |
|/ |
|
* | Enable and fix "Statement unnecessarily nested within else clause" warnings | David Pursehouse | 2019-10-17 | 2 | -4/+2 |
* | Consistently use "!isEmpty()" to detect non-empty list | David Pursehouse | 2019-06-07 | 1 | -2/+2 |
* | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-04-28 | 1 | -2/+45 |
|\ |
|
| * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-04-20 | 1 | -2/+45 |
| |\ |
|
| | * | ObjectUploadListener: Add callback interface | David Pursehouse | 2019-04-20 | 1 | -2/+45 |
* | | | LfsGson: Remove unnecessary @since tag | David Pursehouse | 2018-12-20 | 1 | -2/+0 |
|/ / |
|
* | | Remove unnecessary modifiers from interfaces | Jonathan Nieder | 2018-11-20 | 1 | -4/+4 |
* | | Merge branch 'stable-5.1' | David Pursehouse | 2018-10-20 | 1 | -1/+6 |
|\| |
|
| * | Merge "Merge branch 'stable-4.11' into stable-5.0" into stable-5.1 | David Pursehouse | 2018-10-20 | 1 | -1/+6 |
| |\ |
|
| | * | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-10-20 | 1 | -1/+6 |
| | |\ |
|
| | | * | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-10-20 | 1 | -1/+6 |
| | | |\ |
|
| | | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-10-20 | 1 | -1/+6 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-10-19 | 1 | -1/+6 |
| | | | | |\ |
|
| | | | | | * | Fix file handle leak in ObjectDownloadListener.onWritePossible | Matthias Sohn | 2018-10-13 | 1 | -1/+6 |
* | | | | | | | Format @Nullable on return value as method annotation | Jonathan Nieder | 2018-10-09 | 2 | -2/+4 |
* | | | | | | | Explicitly specify charset when calling getBytes | David Pursehouse | 2018-09-26 | 1 | -1/+2 |
|/ / / / / / |
|
* | | | | | | Merge branch 'stable-5.0' into stable-5.1 | David Pursehouse | 2018-09-26 | 1 | -0/+4 |
|\| | | | | |
|
| * | | | | | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-09-26 | 1 | -0/+4 |
| |\| | | | |
|
| | * | | | | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-09-26 | 1 | -0/+4 |
| | |\| | | |
|
| | | * | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-09-26 | 1 | -0/+4 |
| | | |\| | |
|
| | | | * | | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-09-26 | 1 | -0/+4 |
| | | | |\| |
|
| | | | | * | ObjectDownloadListener#onWritePossible: Add comment on return statement | David Ostrovsky | 2018-09-25 | 1 | -0/+4 |
* | | | | | | Merge branch 'stable-5.0' into stable-5.1 | David Pursehouse | 2018-09-18 | 3 | -13/+27 |
|\| | | | | |
|
| * | | | | | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-09-18 | 3 | -13/+27 |
| |\| | | | |
|
| | * | | | | Merge branch 'stable-4.10' into stable-4.11 | David Pursehouse | 2018-09-18 | 3 | -13/+27 |
| | |\| | | |
|
| | | * | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-09-18 | 3 | -13/+27 |
| | | |\| | |
|
| | | | * | | Merge branch 'stable-4.8' into stable-4.9 | David Pursehouse | 2018-09-18 | 3 | -13/+27 |
| | | | |\| |
|
| | | | | * | Fix ObjectUploadListener#close | Matthias Sohn | 2018-09-18 | 1 | -1/+3 |
| | | | | * | Fix error handling in FileLfsServlet | Matthias Sohn | 2018-09-17 | 1 | -0/+5 |
| | | | | * | ObjectDownloadListener#onWritePossible: Make code spec compatible | David Ostrovsky | 2018-09-17 | 1 | -13/+19 |
| | | | | * | ObjectDownloadListener: Return from onWritePossible when data is written | David Ostrovsky | 2018-09-15 | 1 | -0/+1 |
| | | | * | | FileLfsServlet: Do not pretty print json response | David Pursehouse | 2017-12-08 | 1 | -5/+4 |
* | | | | | | 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 |
|/ |
|