summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3Matthias Sohn2018-06-052-2/+2
* Add protocol v2 support in httpJonathan Tan2018-06-042-3/+32
* Give info/refs services more control over responseJonathan Tan2018-06-041-3/+32
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-302-2/+2
* JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2018-05-302-2/+2
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-232-2/+2
* JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2018-05-222-2/+2
* InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse2018-05-211-7/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1812-20/+20
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1513-18/+18
* RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse2018-03-141-8/+3
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-132-12/+3
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-03-082-14/+14
* Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2018-03-082-14/+14
* JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2018-03-082-2/+2
* InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-21/+22
* GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* FileSender: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Enable warning for resources not managed by try-with-resourceDavid Pursehouse2018-03-031-1/+1
* Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2017-12-312-14/+14
* Add header Automatic-Module-Name for Java 9Karsten Thoms2017-12-231-0/+1
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-1731-64/+204
* Merge branch 'stable-4.9'Matthias Sohn2017-11-241-1/+11
|\
| * Ignore warning for minor version change without API changeMatthias Sohn2017-11-241-1/+11
| * Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2017-10-082-14/+14
| * JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2017-10-072-2/+2
* | Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2017-10-082-14/+14
|/
* Cleanup: Remove unnecessary $NON-NLS$ tagsMatthias Sohn2017-08-301-1/+1
* Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-1/+1
* Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-2/+2
* Enhance Eclipse save actionsMatthias Sohn2017-08-281-7/+12
* Show error message for non-git clientsMasaya Suzuki2017-08-251-1/+1
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-023-27/+3
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2017-05-302-14/+14
* Bazel: Restrict src globs to Java source filesDavid Pursehouse2017-04-131-1/+1
* Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2017-04-052-14/+14
* Remove Buck buildDavid Pursehouse2017-03-221-10/+0
* bazel: Add explicit targets for library dependenciesJonathan Nieder2017-03-191-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-204-6/+6
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1924-1/+63
* Format Bazel files with buildifierDavid Pursehouse2017-01-221-9/+10
* Implement initial framework of Bazel buildDavid Ostrovsky2017-01-181-0/+12
* Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2016-12-272-14/+14
* Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2016-12-242-14/+14
* JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2016-12-242-2/+2
* dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-221-1/+2
* Organize importsDavid Pursehouse2016-11-145-9/+9
* WrappedRequest: Don't use deprecated ServletRequestWrapper#realPathDavid Pursehouse2016-09-221-1/+1
* Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-203-5/+5