aboutsummaryrefslogtreecommitdiff
path: root/okhttp/src
AgeCommit message (Expand)Author
2018-10-10core: add CallCredentials2 and deprecate CallCredentials' old interface (#4902)Kun Zhang
2018-10-09okhttp: make AsyncFrameWriter log quietly when socket is already closed. also...creamsoup
2018-10-05okhttp: remove internal mockito depCarl Mastrangelo
2018-10-03core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906)Kun Zhang
2018-09-24okhttp: include better ALPN error message and fine log some exceptionsCarl Mastrangelo
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-09-10netty,okhttp: Enable TransportTest.flowControlPushBackEric Anderson
2018-09-06okhttp: settings acks back after apply settings before sending any data (#4825)creamsoup
2018-09-05all: prepend internal classes with Internal (#4826)zpencer
2018-09-04all: move Channelz to io.grpc as InternalChannelz (#4797)zpencer
2018-08-17Implement flush coalescing in OkHttp. (#4763)creamsoup
2018-07-09Propagate EquivalentAddressGroup attributes to transportsEric Anderson
2018-06-28netty,okhttp: make rpc followed by racy GOAWAY transparent-retry-ableZHANG Dapeng
2018-06-05okhttp: deprecate OkHttpChannelBuilder#negotiationType (#4533)Eric Gribkoff
2018-05-24Propagate CallCredentials.ATTR_SECURITY_LEVEL from transportsEric Anderson
2018-05-21core: fix client does not detect truncated messageZHANG Dapeng
2018-05-21all: TimeProvider to use nanos rather than millisZHANG Dapeng
2018-05-07core,netty,okhttp: make toString more consistent for channelz (#4434)zpencer
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-04-25core,netty,okhttp,services,testing: expose security info to channelz (#4300)zpencer
2018-04-13services: socket options were erroneously ignored if socket has no stats (#4336)zpencer
2018-04-02okhttp: properly verify IPv6 address hosts (#4292)David Brodsky
2018-03-30core,netty,okhttp,services: expose socket options to channelz (#4228)zpencer
2018-03-26okhttp: Convert to internal ConnectionSpec eagerlyEric Anderson
2018-03-23netty,okhttp,testing: always set TRANSPORT_ATTR_REMOTE_ADDR (#4217)zpencer
2018-03-22core,netty: client sends rst stream when server half-closes (#4222)Eric Gribkoff
2018-03-20 okhttp: support JDK9 ALPN (#4136)Eric Gribkoff
2018-03-12core,netty,okhttp: Transparent retryZHANG Dapeng
2018-03-12core,okhttp,netty,alts,testing: Plumb proxy resolved addr to transports (#4137)zpencer
2018-03-08core,netty,okhttp,testing: separate local vs remote stream start times for ch...zpencer
2018-03-08core,netty,okhttp,testing: nest TransportStats inside SocketStats for channel...zpencer
2018-03-01core: allow application to provide all threads - okhttp channelZHANG Dapeng
2018-02-28core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean)Carl Mastrangelo
2018-02-08core,netty,okhttp: use ServiceProviders for ManagedChannelProvider, ServerPro...zpencer
2018-01-31okhttp: support Conscrypt security providerEric Gribkoff
2018-01-25core: move ChannelStats and TransportStats to io.grpc.internal.Channelz (#4008)zpencer
2018-01-25core: move Instrumented, LogId, WithLogId to io.grpc.internal as public (#3995)zpencer
2018-01-09Update ErrorProne to 2.1.3 and fix failuresEric Anderson
2018-01-08Enable the Guava Beta CheckerEric Anderson
2017-12-13core: InternalInstrumented<T> for instrumented classes (#3817)zpencer
2017-12-08core,okhttp: bump census to 0.10.0 which should fix GAE issue (#3833)zpencer
2017-12-07core,okhttp: add TransportTracer to okhttpclient (#3809)zpencer
2017-12-04all: add Status messages to all statusesCarl Mastrangelo
2017-11-30core: move WithLog and LogId to io.grpc (#3813)zpencer
2017-11-30core,netty,okhttp: move TransportTracer.Stats to io.grpc (#3812)zpencer
2017-11-23core,okhttp: handle unresolved proxy addressesEric Gribkoff
2017-11-22all: fix grammar typos in javadocskenji yoshida
2017-11-13okhttp: make outbound window size readable (#3727)zpencer
2017-11-13okhttp: disable census when in GAE+JDK7 (#3696)zpencer
2017-11-10core: Add useTransportSecurity to ManagedChannelBuilderramaraochavali