summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.http/src
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-047-266/+35
* AppServer: Stop using deprecated SslContextFactory constructorDavid Pursehouse2019-10-171-1/+1
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-3/+3
* Convert to lambda or member referenceCarsten Hammer2019-05-161-12/+5
* HttpTestCase#fsck: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-3/+4
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-153-5/+5
* Configure Semaphore used in TestRequestLog to be fairMatthias Sohn2018-02-221-1/+1
* Fix indentation in TestRequestLogMatthias Sohn2018-02-221-75/+76
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+1
* Remove redundant @SuppressWarnings("unused")David Pursehouse2017-12-181-8/+4
* Fix javadoc in org.eclipse.jgit.junit.httpMatthias Sohn2017-12-177-16/+284
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-131-1/+15
* Do authentication re-tries on HTTP POSTThomas Wolf2017-08-221-10/+29
* Add support to follow HTTP redirectsThomas Wolf2017-08-172-12/+175
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Update jetty to 9.4.5Mat Booth2017-05-112-16/+25
* Fix unnecessary type paramatersShawn Pearce2017-04-221-1/+1
* Add missing @Override annotations in AppServer.TestMappedLoginServiceMatthias Sohn2017-04-091-0/+2
* Merge branch 'stable-4.6'Matthias Sohn2017-04-022-16/+21
|\
| * Revert "Update Jetty to 9.4.1.v20170120"David Pursehouse2017-03-312-16/+20
| * Update Jetty to 9.4.1.v20170120Matthias Sohn2017-03-062-20/+16
* | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-206-11/+11
* | Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-196-1/+24
* | Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-192-20/+16
|/
* AppServer: Remove unnecessary 'unused' suppressionsDavid Pursehouse2016-09-221-4/+2
* Fix non-parameterized generic type warningMatthias Sohn2016-08-081-1/+3
* Fix AppServer build errors in Eclipse with <4.6 target platformsMatthias Sohn2016-07-141-18/+27
* Implement new abstract MappedLoginService methods added in Jetty 9.3Matthias Sohn2016-07-111-0/+8
* Merge branch 'stable-4.2'Matthias Sohn2016-02-151-1/+1
|\
| * MockServletConfig: Fix warning about unchecked conversion of EnumerationDavid Pursehouse2016-02-151-1/+1
* | Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-1/+10
|/
* Update to Jetty 9.2.10Matthias Sohn2015-05-103-7/+20
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-3/+2
* SimpleHttpServer API shouldn't expose internalsMatthias Sohn2013-03-221-4/+3
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-182-2/+2
* cleanup: Remove unused declarationsRobin Rosenberg2012-06-061-1/+0
* Revert Jetty from 8.1.3.v20120416 to 7.6.0.v20120127Matthias Sohn2012-06-031-1/+1
* Use default thread pool to prevent thread pool starvationMatthias Sohn2012-06-031-17/+1
* Update Jetty to 8.1.3.v20120416Matthias Sohn2012-05-232-3/+3
* cleanup: Silence an unused-parameter warningRobin Rosenberg2012-03-091-0/+1
* Adapt to Jetty 7.3 API change coming with IndigoMatthias Sohn2011-03-011-0/+4
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-141-3/+3
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-313-11/+14
* Introduce http test bundleJens Baumgart2010-12-087-0/+1171