- 7217baa Remove old Java 7/8 TLS testing workarounds by Eric Anderson · 1 year, 10 months ago
- cb42405 testing: Move some internal classes to testFixtures by Eric Anderson · 1 year, 10 months ago
- 74b515e Migrate many usages of TestUtils.loadCert() to the public TlsTesting by Eric Anderson · 1 year, 10 months ago
- 847ea7c Upgrade Mockito to 3.12.4 by Eric Anderson · 1 year, 10 months ago
- dba3c04 netty: implement GrpcHttp2InboundHeaders.iterator() by Kun Zhang · 2 years ago
- ae6c506 all: fix build with errorprone 2.18 (#9886) by Benjamin Peterson · 2 years ago
- 44847bf Upgrade JUnit to 4.13.2 by Eric Anderson · 2 years, 1 month ago
- 3cbd948 Restore "netty:Auto adjust BDP ping frequency" with fix (#9847) by Larry Safran · 2 years, 2 months ago
- a2bbe84 Revert "netty:Auto adjust BDP ping frequency (#9650)" (#9821) by Larry Safran · 2 years, 2 months ago
- 56a4186 Testing that Netty clients fail for mismatching TLS common names by Stefan Puhlmann · 3 years, 4 months ago
- d17a2db Upgrade to Checkstyle 8.28 by Eric Anderson · 2 years, 2 months ago
- f5e8459 netty:Auto adjust BDP ping frequency (#9650) by Larry Safran · 2 years, 2 months ago
- eaf8b28 netty: create adaptive cumulator (#9558) by Sergii Tkachenko · 2 years, 5 months ago
- a3c1d77 okhttp: add okhttpServerBuilder permitKeepAliveTime() and permitKeepAliveWithoutCalls() for server keepAlive enforcement (#9544) by yifeizhuang · 2 years, 6 months ago
- 221ee49 move max connection idle manager to core by yifeizhuang · 2 years, 6 months ago
- fad38f4 Fix Channelz window reporting by Eric Anderson · 2 years, 8 months ago
- a8bd0b8 netty: Simplify and increase compat of UdsNettyChannelProvider by Eric Anderson · 2 years, 10 months ago
- 41c027c netty: implement UdsNameResolver and UdsNettyChannelProvider (#9113) by sanjaypujare · 2 years, 10 months ago
- 4a0fe99 netty: Support pseudo headers in all GrpcHttp2RequestHeaders methods by Eric Anderson · 3 years ago
- 431fb02 core/netty: infinite local-only transparent retry for netty (#8878) by ZHANG Dapeng · 3 years, 1 month ago
- d5f22b7 netty: Assign the result of a @CheckReturnValue'ed constructor to an unused variable by Kurt Alfred Kluever · 3 years, 2 months ago
- d7f951a all: update netty to 4.1.72.Final and tcnative to 2.0.46.Final (#8780) by sanjaypujare · 3 years, 2 months ago
- 28f2647 core: move closed check from Stream.isReady() to Call.isReady() (#8566) by ZHANG Dapeng · 3 years, 5 months ago
- 192688f netty: Requests with Connection header are malformed by Eric Anderson · 3 years, 5 months ago
- 838438c AdvancedTls: add functions to load credentials from static files (#8525) by ZhenLian · 3 years, 6 months ago
- 7669656 Revert "netty: Requests with Connection header are malformed" by Eric Anderson · 3 years, 6 months ago
- 5307b69 netty: Allow protocol negotiators to shut down transport, with grace period by Eric Anderson · 3 years, 6 months ago
- 122b3b2 netty: Support Host header on server-side by Eric Anderson · 3 years, 6 months ago
- 6e89919 netty: Requests with Connection header are malformed by Eric Anderson · 3 years, 6 months ago
- fb00463 fix a flaky test in advanced TLS (#8474) by ZhenLian · 3 years, 6 months ago
- 3cb0696 advancedtls: change enum to use UPPER_SNAKE_CASE (#8446) by ZhenLian · 3 years, 6 months ago
- 48219d9 fix import warning (#8441) by yifeizhuang · 3 years, 6 months ago
- 2c2ebae advancedtls: adding AdvancedTlsX509TrustManager and AdvancedTlsX509KeyManager (#8175) by ZhenLian · 3 years, 7 months ago
- 9dd0c66 netty: removes TODO in test for NettyServer by Nick Ufer · 3 years, 8 months ago
- 860e97d all: API refactoring in preparation to support retry stats (#8355) by ZHANG Dapeng · 3 years, 7 months ago
- b276459 netty: Refine workaround for Netty header processing for transparent retries by Eric Anderson · 3 years, 7 months ago
- a282019 netty: Use charset=utf-8, not encoding=utf-8 for error pages by Eric Anderson · 3 years, 8 months ago
- 4f09073 all: remove 2-arg ClientStreamListener.closed() by ZHANG Dapeng · 3 years, 8 months ago
- c8cd4cb netty: Support SocketAddress with ChannelCredentials (#8194) by cfredri4 · 3 years, 10 months ago
- e5d0e9d api, core: support zero copy into protobuf (#8102) by Chengyuan Zhang · 3 years, 10 months ago
- eb67648 netty: fix status message when GOAWAY at MAX_CONCURRENT_STREAMS limit by ZHANG Dapeng · 3 years, 11 months ago
- 49f9380 netty: fix StreamBufferingEncoder GOAWAY bug by ZHANG Dapeng · 3 years, 11 months ago
- c26ee03 netty: Add Http2Headers.setLong() for inbound headers by Eric Anderson · 4 years ago
- 528ef63 core: Move negotiationLogger from channel attributes to GrpcHttp2ConnectionHandler (#7933) by yifeizhuang · 4 years ago
- 0eab1c9 netty: Consume mTLS and Trust/KeyManager Credentials API by Eric Anderson · 4 years, 1 month ago
- 45a1518 all: implement Helper.createResolvingOobChannelBuilder(target, creds) by ZHANG Dapeng · 4 years, 1 month ago
- 3217397 Revert "netty: add exporting SSL/TLS master key log feature (#7724)" (#7792) by Chengyuan Zhang · 4 years, 2 months ago
- 9bc05fb netty: add exporting SSL/TLS master key log feature (#7724) by huangqiangxiong · 4 years, 2 months ago
- 53da588 Move multiple-port ServerImpl to NettyServer (#7674) by Yifei Zhuang · 4 years, 2 months ago
- 8359d0b netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34 by Eric Anderson · 4 years, 2 months ago
- 90d6117 all: ChannelCredentials.withoutBearerTokens() and LoadBalancer.Helper API change (#7748) by ZHANG Dapeng · 4 years, 2 months ago
- 192614b Revert "netty: create adaptive cumulator" (#7669) by Chengyuan Zhang · 4 years, 3 months ago
- 729175c netty: create adaptive cumulator by Sergii Tkachenko · 4 years, 4 months ago
- 172869e netty: Add plumbing for eagAttributes on server-side by Eric Anderson · 4 years, 4 months ago
- edcc685 netty: Add ServerCredentials by Eric Anderson · 4 years, 4 months ago
- 735b85f netty: Differentiate GOAWAY closure status descriptions by Eric Anderson · 4 years, 5 months ago
- 45b8b0e netty: Abrupt GOAWAY should not cause INTERNAL status by Eric Anderson · 4 years, 5 months ago
- 1ffde15 netty: Add ChannelCredentials by Eric Anderson · 4 years, 7 months ago
- c8a94d1 api: Add ChannelCredentials by Eric Anderson · 4 years, 7 months ago
- ec0d01d netty: TCP close during TLS handshake should be UNAVAILABLE by Eric Anderson · 4 years, 5 months ago
- 00e2d71 netty: BDP ping accounting should occur after flow control by Eric Anderson · 4 years, 6 months ago
- 4c1bab9 Prepare for JUnit 4.13 by Eric Anderson · 4 years, 5 months ago
- ee5b592 api,netty: Fix TruthIncompatibleType by ZHANG Dapeng · 4 years, 6 months ago
- d5dcfa7 all: remove deprecated internal OverrideAuthorityChecker by Sergii Tkachenko · 4 years, 6 months ago
- c29ad76 Explain test value for flow control window by Sergii Tkachenko · 4 years, 6 months ago
- c056979 netty: NettyChannelBuilder extends a public API class by Sergii Tkachenko · 4 years, 6 months ago
- e92b227 Update to Error Prone 2.4 by Eric Anderson · 4 years, 7 months ago
- 80d62bf Upgrade to Mockito 3.3.3 by Eric Anderson · 4 years, 7 months ago
- 8400b17 Bump Jetty ALPN to 2.0.10 for Java 8u252 by Eric Anderson · 4 years, 8 months ago
- 295d927 core: Add migrating deframer by Eric Anderson · 6 years ago
- 417d770 deps: Update guava to 29.0 (#7079) by Elliotte Rusty Harold · 4 years, 9 months ago
- 4081363 netty: return status code unavailable when netty channel has unresolved InetSocketAddress (#7023) by Reginald McDonald · 4 years, 10 months ago
- d89dd2d netty: log SocketExceptions at FINE, too by AgentK · 4 years, 10 months ago
- 83a3b25 netty: allow to use bandwidth delay product (#6979) by Jihun Cho · 4 years, 10 months ago
- 9411e97 netty: support setting options of boss in NettyServer (#6947) by Benedict Jin · 4 years, 11 months ago
- 9ead606 netty: Reduce race window size between GOAWAY and new streams by Eric Anderson · 5 years ago
- 557da62 netty: Upgrade Netty (4.1.45.Final) & tcnative (2.0.28.Final) by ZhenLian · 5 years ago
- 461d30a netty: fix server and client handlers to check the correct alpn list (#6603) by sanjaypujare · 5 years ago
- 74cde7e netty: add an internal option to disable native buffer (#6619) by Kun Zhang · 5 years ago
- b8474d6 netty: fix a race for channelz at server transport creation by ZHANG Dapeng · 5 years ago
- 18e099d netty: fix ENHANCE_YOUR_CALM debug data logging (#6596) by Aleksei Kandybaev · 5 years ago
- dba0916 netty: remove 'grpc-exp' from the list of next-protocol-versions in ALPN (#6592) by sanjaypujare · 5 years ago
- 1980523 netty: Add Executor When Creating SslContext by ZhenLian · 5 years ago
- ada575d netty: use singleton for the custom allocator. (#6526) by Kun Zhang · 5 years ago
- 9a64651 netty: NettyServer should close ProtocolNegotiator by Eric Anderson · 5 years ago
- 1573e0d netty: log NativeIoException as FINE level (#6477) by Jihun Cho · 5 years ago
- 89cd643 netty: provide an option to lower netty allocator chunk size from 16MB to 2MB (#6407) by Kun Zhang · 5 years ago
- a408d08 netty: unified log prompt (#6386) by Steve Rao · 5 years ago
- 2814994 netty: Deflake WriteBufferingAndExceptionHandlerTest by Eric Anderson · 5 years ago
- c166ec2 netty: use FINE log for pure IOExceptions by Jihun Cho · 5 years ago
- ab2aff4 netty,okhttp,cronet: add option to use get/put when methods are safe/idempotent by Carl Mastrangelo · 5 years ago
- 16392bc netty: converts Proxy handler into new protocol negotiation style (#6159) by Jihun Cho · 5 years ago
- ba0fd84 netty: Rely on ChannelFactory in NettyServer instead of dynamic classes by Anar Sultanov · 5 years ago
- 458f453 netty: migrate Server protocol negotiation to new style by Carl Mastrangelo · 6 years ago
- 65109e6 netty: Netty{Server,Channel}Builder requires all or none of ELG and ChannelType (#6014) by Jihun Cho · 6 years ago
- cc524f1 netty,interop-testing: increase timeouts on tests for TSAN by Carl Mastrangelo · 6 years ago
- 0a1805d netty: include pipeline on exceptions too by Carl Mastrangelo · 6 years ago
- 7895c33 netty: make unexpected reads fail negotiation, and log close failures by Carl Mastrangelo · 6 years ago
- 9c9ca65 netty,alts: fire initial protocol negotiation event in WBAEH by Carl Mastrangelo · 6 years ago
- 40854dc core,netty: use PerfMark tags with the HTTP/2 stream ids by Carl Mastrangelo · 6 years ago