aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.http/src
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0nextDavid Ostrovsky2024-05-085-62/+57
* Bump jetty version to 11.0.20David Ostrovsky2024-05-023-7/+7
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-167-8/+35
* [tests] Stabilize the HTTP server's request logThomas Wolf2022-07-312-12/+18
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-1/+4
* [errorprone] Fix InfiniteRecursion error in RecordingLoggerMatthias Sohn2022-01-181-1/+5
* Implement RecordingLogger based on org.slf4j.LoggerMatthias Sohn2021-11-241-103/+95
* AppServer: fix keystore used to setup test SSL context factoryMatthias Sohn2021-11-241-2/+5
* Update Jetty to 10.0.6Matthias Sohn2021-11-221-18/+26
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+2
* [test] Create keystore with the keytool of the running JDKThomas Wolf2021-07-251-1/+4
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-2/+2
* 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