aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-271-1/+2
* Bump jetty version to 12.0.9 and servlet-api to 6.0David Ostrovsky2024-05-081-3/+3
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-10/+10
* Don't handle internal git errors as an HTTP errorSven Selberg2022-11-101-6/+6
* HTTP Smart: set correct HTTP status on errorSven Selberg2022-05-091-8/+19
* TransportHttp: support preemptive Basic authenticationThomas Wolf2021-01-141-21/+179
* TransportHttp: make the connection factory configurableThomas Wolf2021-01-141-0/+64
* Protocol V2: respect MAX_HAVES only once we got at least one ACKThomas Wolf2021-01-041-0/+63
* Enable git wire protocol version 2 on server side per defaultDavid Ostrovsky2021-01-031-1/+4
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-74/+182
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-181/+72
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-72/+181
* TransportHttp: abort on time-out or on SocketExceptionThomas Wolf2020-05-231-0/+76
* Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-241-15/+11
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki2019-12-021-1/+1
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* Apache HTTP: run more testsThomas Wolf2019-08-261-19/+2
* Merge branch 'stable-5.4'Matthias Sohn2019-08-201-10/+8
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-10/+8
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-191-10/+8
| | |\
| | | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-10/+8
| | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-1/+1
* | | | TransportHttp: resolve redirect URIs from the "Location" headerThomas Wolf2019-08-161-2/+39
|/ / /
* / / Convert to lambda or member referenceCarsten Hammer2019-05-161-14/+6
|/ /
* | SmartClientSmartServerTest: Open Repository in try-with-resourceDavid Pursehouse2019-01-211-97/+76
* | SmartClientSmartServerTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2019-01-211-3/+5
* | SmartClientSmartServerTest#addBrokenContext: Remove unused TestRepositoryDavid Pursehouse2019-01-211-3/+3
* | SmartClientSmartServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-4/+12
* | SmartClientSmartServerTest: Stop using deprecated Repository#hasObjectDavid Pursehouse2019-01-201-4/+4
* | Merge branch 'stable-5.2'Jonathan Nieder2019-01-101-1/+83
|\ \
| * | Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-261-1/+83
| |\|
| | * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-12-251-1/+83
| | |\
| | | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-12-251-1/+83
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-12-251-1/+83
| | | | |\
| | | | | * UploadPack: Test filtering by AdvertiseRefsHook in stateless transportsMasaya Suzuki2018-12-241-1/+83
* | | | | | Deprecate Repository#hasObjectJonathan Nieder2019-01-041-21/+21
|/ / / / /
* / / / / Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-1/+1
|/ / / /
* / / / Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
|/ / /
* | | Use Constants.CHARACTER_ENCODING in testsDavid Pursehouse2018-04-111-1/+1
* | | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-7/+4
* | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
|/ /
* / Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-2/+2
|/
* Cleanup: message reporting for HTTP redirect handlingThomas Wolf2017-08-231-4/+4
* Do authentication re-tries on HTTP POSTThomas Wolf2017-08-221-9/+252
* Add support to follow HTTP redirectsThomas Wolf2017-08-171-43/+268
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+5
* Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-191-2/+2
* Follow redirects in transportBo Zhang2017-02-021-13/+117