Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-03Add TransportHttp#getAdditionalHeadersMatthias Sohn1-1/+9
2022-11-16Merge branch 'stable-6.2' into stable-6.3Matthias Sohn1-6/+6
2022-11-10Don't handle internal git errors as an HTTP errorSven Selberg1-6/+6
2022-07-31Fetch: add support for shallowRobin Müller1-0/+109
2022-05-09HTTP Smart: set correct HTTP status on errorSven Selberg2-9/+24
2022-01-30[test] Fix closing of test repositoriesNail Samatov2-0/+2
2021-11-22HttpClientConnectionTest: organize importsMatthias Sohn1-7/+7
2021-01-14TransportHttp: support preemptive Basic authenticationThomas Wolf1-21/+179
2021-01-14TransportHttp: make the connection factory configurableThomas Wolf1-0/+64
2021-01-04Protocol V2: respect MAX_HAVES only once we got at least one ACKThomas Wolf1-0/+63
2021-01-03Enable git wire protocol version 2 on server side per defaultDavid Ostrovsky2-14/+20
2021-01-01Client-side protocol V2 support for fetchingThomas Wolf5-89/+304
2020-11-29Add constants for parsing git wire protocol versionDavid Ostrovsky1-4/+10
2020-05-23TransportHttp: abort on time-out or on SocketExceptionThomas Wolf1-0/+76
2020-01-24Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn1-15/+11
2020-01-22Replace deprecated junit assertion methods with hamcrestMatthias Sohn1-1/+1
2020-01-04Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn22-836/+110
2019-12-02UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki1-1/+1
2019-10-17Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse1-2/+1
2019-09-08bazel: fix running http testsMatthias Sohn1-0/+2
2019-09-08Set parameter name in parameterized http testsMatthias Sohn1-4/+12
2019-08-26Apache HTTP: run more testsThomas Wolf10-94/+139
2019-08-19Merge branch 'stable-5.4'Matthias Sohn1-10/+8
2019-08-19Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-10/+8
2019-08-19Merge branch 'stable-5.2' into stable-5.3Matthias Sohn1-10/+8
2019-08-19Merge branch 'stable-5.1' into stable-5.2Matthias Sohn1-10/+8
2019-08-18Cache user global and system-wide git configurationsMatthias Sohn1-10/+8
2019-08-16TransportHttp: resolve redirect URIs from the "Location" headerThomas Wolf1-2/+39
2019-06-19Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse1-1/+1
2019-06-17Make inner classes static where possibleDavid Pursehouse1-1/+1
2019-06-02PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse1-4/+2
2019-06-02Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2-4/+3
2019-05-16Convert to lambda or member referenceCarsten Hammer7-120/+57
2019-01-21SmartClientSmartServerTest: Open Repository in try-with-resourceDavid Pursehouse1-97/+76
2019-01-21SmartClientSmartServerTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse1-3/+5
2019-01-21SmartClientSmartServerTest#addBrokenContext: Remove unused TestRepositoryDavid Pursehouse1-3/+3
2019-01-20SmartClientSmartServerTest: Open TestRepository in try-with-resourceDavid Pursehouse1-4/+12
2019-01-20SmartClientSmartServerTest: Stop using deprecated Repository#hasObjectDavid Pursehouse1-4/+4
2019-01-20DumbClientSmartServerTest: Open TestRepository in try-with-resourceDavid Pursehouse1-1/+4
2019-01-20DumbClientDumbServerTest: Open TestRepository in try-with-resourceDavid Pursehouse1-1/+4
2019-01-11Merge branch 'stable-5.2'Jonathan Nieder1-1/+83
2019-01-05Deprecate Repository#hasObjectJonathan Nieder5-36/+36
2018-12-26Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder1-1/+83
2018-12-25Merge branch 'stable-5.0' into stable-5.1Matthias Sohn1-1/+83
2018-12-25Merge branch 'stable-4.11' into stable-5.0Matthias Sohn1-1/+83
2018-12-24Merge branch 'stable-4.10' into stable-4.11Matthias Sohn1-1/+83
2018-12-24Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-1/+83
2018-12-24UploadPack: Test filtering by AdvertiseRefsHook in stateless transportsMasaya Suzuki1-1/+83
2018-11-19Revert C Git 1.7.5 bug workaroundMasaya Suzuki1-15/+0
2018-09-30Explicitly specify charset when constructing PrintWriterDavid Pursehouse1-1/+4

Back to the top