aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/SimpleHttpServer.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0David Ostrovsky2024-05-081-2/+2
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+5
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-12/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit.junit.httpMatthias Sohn2017-12-171-0/+31
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-131-1/+15
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* SimpleHttpServer API shouldn't expose internalsMatthias Sohn2013-03-221-4/+3
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-141-3/+3
* Introduce http test bundleJens Baumgart2010-12-081-0/+129