Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-30JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2-2/+2
2018-05-22Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-22JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2-2/+2
2018-05-16Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-15JGit v5.0.0.201805151920-m7v5.0.0.201805151920-m7Matthias Sohn2-2/+2
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys1-1/+1
2018-03-11Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse3-7/+8
2018-03-10Remove deprecated LfsProtocolServlet#getLargeFileRepositoryMatthias Sohn1-42/+0
2018-03-08Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2018-03-08Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2-16/+16
2018-03-08JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2-2/+2
2018-03-06FileLfsServlet: Open PrintWriter in try-with-resourceDavid Pursehouse1-4/+4
2018-03-03Enable warning for resources not managed by try-with-resourceDavid Pursehouse1-1/+1
2018-02-16LFS: Add remote download to SmudgeFilterMarkus Duft1-1/+18
2018-02-02Update gson version in org.eclipse.jgit.lfs.server manifestDavid Pursehouse1-1/+1
2018-01-19Revert usage of TYPE_USE in Nullable and NonNull annotationsDavid Pursehouse1-1/+1
2018-01-18Nullable: Switch to TYPE_USEDavid Pursehouse1-1/+1
2017-12-31Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2017-12-23Add header Automatic-Module-Name for Java 9Karsten Thoms1-0/+1
2017-12-21Fix remaining javadoc errors raised by doclintMatthias Sohn1-4/+3
2017-12-17Fix javadoc in org.eclipse.jgit.lfs.serverMatthias Sohn11-66/+98
2017-12-07Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse1-4/+4
2017-12-07LfsServerText: Fix formatting of invalidPathInfo messageDavid Pursehouse1-1/+1
2017-12-07Move repeated LFS Gson handling to common classDavid Pursehouse3-46/+123
2017-12-06FileLfsServlet: Do not pretty print json responseDavid Pursehouse1-5/+4
2017-11-24Merge branch 'stable-4.9'Matthias Sohn1-0/+6
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn1-0/+6
2017-10-08Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2017-10-08Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2-16/+16
2017-10-07JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2-2/+2
2017-08-30Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-1/+1
2017-08-29Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-2/+2
2017-08-28Enhance Eclipse save actionsMatthias Sohn1-7/+12
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1
2017-05-30Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2017-05-11Remove unused clirr-maven-plugin from LFS pom.xml filesDavid Pursehouse1-19/+0
2017-04-13Bazel: Restrict src globs to Java source filesDavid Pursehouse1-1/+1
2017-04-09Remove unused API filtersMatthias Sohn1-11/+0
2017-04-05Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2-16/+16
2017-03-22Remove Buck buildDavid Pursehouse1-23/+0
2017-03-20bazel: Add explicit targets for library dependenciesJonathan Nieder1-4/+4
2017-03-09Silence API error reported in LfsProtocolServletMatthias Sohn1-0/+11
2017-03-08LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse1-2/+49
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse3-9/+9
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-1/+1
2017-01-28Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn1-2/+4
2017-01-22Implement Bazel build for http-apache, lfs, lfs-serverDavid Pursehouse1-0/+17
2017-01-19Make ObjectDownloadListener publicDavid Pursehouse1-2/+4
2017-01-14Add missing slf4j dependency in BUCK file for jgit-lfs-serverZhen Chen1-1/+2
2017-01-14LfsProtocolServlet#LfsRequest: Add operation type helper methodsDavid Pursehouse1-0/+27

Back to the top