summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Fetch: add support for shallowRobin Müller2022-07-311-0/+109
* HTTP Smart: set correct HTTP status on errorSven Selberg2022-05-092-9/+24
* [test] Fix closing of test repositoriesNail Samatov2022-01-302-0/+2
* HttpClientConnectionTest: organize importsMatthias Sohn2021-11-221-7/+7
* 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-032-14/+20
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-015-89/+304
* Add constants for parsing git wire protocol versionDavid Ostrovsky2020-11-291-4/+10
* 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
* Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0422-836/+110
* UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki2019-12-021-1/+1
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* bazel: fix running http testsMatthias Sohn2019-09-081-0/+2
* Set parameter name in parameterized http testsMatthias Sohn2019-09-081-4/+12
* Apache HTTP: run more testsThomas Wolf2019-08-2610-94/+139
* 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
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias 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
| | | | * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | | | | TransportHttp: resolve redirect URIs from the "Location" headerThomas Wolf2019-08-161-2/+39
|/ / / /
* | | | PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse2019-06-031-4/+2
* | | | Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-022-4/+3
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-167-120/+57
|/ / /
* | | 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
* | | DumbClientSmartServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-1/+4
* | | DumbClientDumbServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-1/+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.10' into stable-4.11Matthias 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-045-36/+36
|/ / / / / /
* | | | | | Revert C Git 1.7.5 bug workaroundMasaya Suzuki2018-11-191-15/+0
* | | | | | Explicitly specify charset when constructing PrintWriterDavid Pursehouse2018-09-301-1/+4
* | | | | | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-1/+1
* | | | | | FileResolverTest#testNotAGitRepository: Fail when exception is not thrownDavid Pursehouse2018-09-291-0/+1
* | | | | | Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-261-6/+13