| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										grpchttp2
									
								
							
						
					
				 | 
				
					
						
							
							*: fix more typos (#7619)
						
					
				 | 
				2024-09-16 10:58:27 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										networktype
									
								
							
						
					
				 | 
				
					
						
							
							attributes: add Equal method; resolver: add AddressMap and State.BalancerAttributes (#4855)
						
					
				 | 
				2021-10-15 10:39:56 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								bdp_estimator.go
							
						
					
				 | 
				
					
						
							
							transport: increase BDP limit to 16MB to improve performance for high latency networks (#2455)
						
					
				 | 
				2018-11-13 16:12:37 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								client_stream.go
							
						
					
				 | 
				
					
						
							
							transport: Send RST stream from the server when deadline expires (#8071)
						
					
				 | 
				2025-02-28 22:49:18 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								controlbuf.go
							
						
					
				 | 
				
					
						
							
							Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (#7356)
						
					
				 | 
				2024-08-21 14:11:39 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								defaults.go
							
						
					
				 | 
				
					
						
							
							transport: fix maxStreamID to align with http2 spec (#5948)
						
					
				 | 
				2023-01-18 10:05:46 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								flowcontrol.go
							
						
					
				 | 
				
					
						
							
							transport: refactor `trInFlow.onData` to eliminate redundant logic (#7734)
						
					
				 | 
				2024-10-16 13:09:35 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								handler_server.go
							
						
					
				 | 
				
					
						
							
							cleanup: Fix usages of non-constant format strings (#7959)
						
					
				 | 
				2024-12-23 13:34:22 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								handler_server_test.go
							
						
					
				 | 
				
					
						
							
							cleanup: Remove test contexts without timeouts (#8072)
						
					
				 | 
				2025-02-12 00:39:01 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								http2_client.go
							
						
					
				 | 
				
					
						
							
							internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (#8215)
						
					
				 | 
				2025-05-07 10:25:16 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								http2_server.go
							
						
					
				 | 
				
					
						
							
							transport: skip Status.Proto() without details in writeStatus (#8282)
						
					
				 | 
				2025-05-07 23:50:46 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								http_util.go
							
						
					
				 | 
				
					
						
							
							internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (#8215)
						
					
				 | 
				2025-05-07 10:25:16 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								http_util_test.go
							
						
					
				 | 
				
					
						
							
							internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (#8215)
						
					
				 | 
				2025-05-07 10:25:16 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								keepalive_test.go
							
						
					
				 | 
				
					
						
							
							transport: add send operations to ClientStream and ServerStream (#7808)
						
					
				 | 
				2024-11-20 15:40:17 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								logging.go
							
						
					
				 | 
				
					
						
							
							transport: use prefix logging (#6135)
						
					
				 | 
				2023-03-22 09:20:36 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								proxy.go
							
						
					
				 | 
				
					
						
							
							transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (#7881)
						
					
				 | 
				2025-01-24 12:10:11 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								proxy_ext_test.go
							
						
					
				 | 
				
					
						
							
							transport_test: change testgrpc.Emtpy to testpb.Empty (#8040)
						
					
				 | 
				2025-01-27 14:13:37 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								proxy_test.go
							
						
					
				 | 
				
					
						
							
							transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (#7881)
						
					
				 | 
				2025-01-24 12:10:11 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								server_stream.go
							
						
					
				 | 
				
					
						
							
							transport: Send RST stream from the server when deadline expires (#8071)
						
					
				 | 
				2025-02-28 22:49:18 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								transport.go
							
						
					
				 | 
				
					
						
							
							credentials, transport, grpc : add a call option to override the :authority header on a per-RPC basis (#8068)
						
					
				 | 
				2025-04-30 14:41:28 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								transport_test.go
							
						
					
				 | 
				
					
						
							
							transport: Send RST stream from the server when deadline expires (#8071)
						
					
				 | 
				2025-02-28 22:49:18 +05:30 |