aboutsummaryrefslogtreecommitdiff
path: root/okhttp
AgeCommit message (Expand)Author
2024-01-10okhttp: Ignore known conscrypt socket close issue (#10811)Terry Wilson
2024-01-03Add ClientTransportFilter (#10646)joybestourous
2023-12-15Change many api deps to implementation depsEric Anderson
2023-12-12Upgrade dependenciesEric Anderson
2023-11-03core, netty, okhttp: implement new logic for nameResolverFactory API in chann...sanjaypujare
2023-10-09Avoid flushing headers when the server returns a single response (#9314)amirhadadi
2023-10-03core: Remove temporary AbstractManagedChannelImplBuilderSergii Tkachenko
2023-09-29okhttp: Make grpc-util an implementation dependencyEric Anderson
2023-08-16okhttp: okhttp client and server transport should use padded length for flow ...yifeizhuang
2023-08-09okhttp: Add OkHttpServerProviderEric Anderson
2023-07-25all: generate automatic module name in the manifest (#10413)sanjaypujare
2023-07-21Upgrade dependencies post v1.57.x branch cut (#10359)Sergii Tkachenko
2023-07-17core, inprocess, util: move inprocess and util code into their own new artifa...sanjaypujare
2023-06-22okhttp: tsan socket data race bug fix (#10279)Tony An
2023-06-15okhttp: Use a real socket during server transport testingEric Anderson
2023-05-25testing: Move some internal classes to testFixturesEric Anderson
2023-05-16Use test fixtures instead of sourceSets.test.outputEric Anderson
2023-05-09Migrate many usages of TestUtils.loadCert() to the public TlsTestingEric Anderson
2023-05-08Upgrade Mockito to 3.12.4Eric Anderson
2023-05-08okhttp: Fix signed-byte comparisonEric Anderson
2023-04-18all: use PerfMark.traceTask (#9950)Carl Mastrangelo
2023-03-27okhttp: forceful close after MAX_CONNECTION_AGE_GRACE_TIME (#9968)yifeizhuang
2023-03-01all: fix build with errorprone 2.18 (#9886)Benjamin Peterson
2023-01-19okhttp: Avoid DNS lookup in testEric Anderson
2023-01-09okhttp: Remove unnecessary client certs in TlsTestEric Anderson
2023-01-09okhttp: Use normal server cert when testing trust checkingEric Anderson
2023-01-05Upgrade to Checkstyle 8.28Eric Anderson
2022-11-22okhttp: Add missing server support for TLS ClientAuth (#9711)Eric Anderson
2022-10-21okhttp: add maxConnectionAge and maxConnectionAgeGrace (#9649)yifeizhuang
2022-10-04okhttp: Add client transport proxy socket timeout (#9586)Terry Wilson
2022-09-15okhttp: add okhttpServerBuilder permitKeepAliveTime() and permitKeepAliveWith...yifeizhuang
2022-09-15okhttp: Fair treatment when writing out streams (#9545)Terry Wilson
2022-09-09okhttp: add max connection idle at OkHttpServer and fix test (#9533)yifeizhuang
2022-09-08Revert "okhttp: add max connection idle at OkHttpServer (#9494)" (#9528)yifeizhuang
2022-08-29okhttp: add max connection idle at OkHttpServer (#9494)yifeizhuang
2022-08-10Swap Animalsniffer to Java 8 and Android 19Eric Anderson
2022-07-19Avoid accidental locale-sensitive String.format()Eric Anderson
2022-07-14Revert "Fix for ipv6 link local with scope (#9326)"Eric Anderson
2022-07-13okhttp: Avoid default locale in String.format()Eric Anderson
2022-07-08okhttp: Comment out VisibleForTesting annotation (#9352)Sergii Tkachenko
2022-07-08Use Gradle's task configuration avoidance APIsEric Anderson
2022-07-07okhttp: Fix AsyncSink.close() NPEEric Anderson
2022-07-07Fix for ipv6 link local with scope (#9326)Jader Alcântara
2022-07-01interop-testing: Add cartesian product HTTP/2 interop testEric Anderson
2022-07-01okhttp: Add support for file-based private keysEric Anderson
2022-07-01okhttp: Limit number of outstanding client-induced control framesEric Anderson
2022-07-01okhttp: Add server implementationEric Anderson
2022-06-27Fix Channelz window reportingEric Anderson
2022-06-14Use Gradle's version catalogEric Anderson
2022-04-22api: add support for SocketAddress types in ManagedChannelProvider (#9076)sanjaypujare