aboutsummaryrefslogtreecommitdiff
path: root/okhttp
AgeCommit message (Expand)Author
2015-10-23NameResolverRegistry and better-defined target string.Kun Zhang
2015-10-20Load-balancing ManagedChannelImpl.Kun Zhang
2015-10-15Reduce OkHttp dependency, copy all the needed files into our repository.Xudong Ma
2015-10-15Upgrade OkHttp to 2.5Xudong Ma
2015-10-12[okhttp] Make sure transportShutdown() always be called before calling transp...Xudong Ma
2015-10-08Allow non-host based authorities in OkHttp transportCarl Mastrangelo
2015-10-07Add authority work around for OkHttp channelsCarl Mastrangelo
2015-09-11Deprecate OkHttpChannelBuilder#overrideHostForAuthorityKun Zhang
2015-09-11Add usePlaintext to ManagedChannelBuilderEric Anderson
2015-09-11Add overrideAuthority to ManagedChannelBuilderEric Anderson
2015-09-11Add overrideAuthority to OkHttpChannelBuilderEric Anderson
2015-09-10Fixing okhttp hang when tls nego fails.nmittler
2015-09-10Enable license header checking in checkstyleEric Anderson
2015-09-09Let transports be channel service providers for generic usageEric Anderson
2015-09-03okhttp: Skip trash data for finished stream.Xudong Ma
2015-09-03Use Executor in stable builder APIs instead of ExecutorServiceLouis Ryan
2015-09-03Daemonize OkHttp and NettyCarl Mastrangelo
2015-09-03Refactoring channel API.nmittler
2015-09-01Ease use of JWT by passing URI to auth libraryEric Anderson
2015-09-01Enforce content-type on client and server.nmittler
2015-08-27OkHttp: Fix race condition between sendCancel and sendFrameXudong Ma
2015-08-26Adding maxMessageSize config optionnmittler
2015-08-25Removing transport shutdown hooks from channel buildernmittler
2015-08-24OkHttp: Make sure TransportListener.transportReady() can only be called once.Xudong Ma
2015-08-24Remove HeadersCarl Mastrangelo
2015-08-21Use status UNAVAILABLE for IOException thrown by OkHttp reading path, which c...Xudong Ma
2015-08-21Rename HttpUtil to GrpcUtil.nmittler
2015-08-19OkHttp: Call ClientTransport.Listener.transportReady() after receiving settin...Xudong Ma
2015-08-14Remove unused variablesEric Anderson
2015-08-13Remove TrailersCarl Mastrangelo
2015-08-13Change some error status usages to be consistent with other gRPC implementati...Xudong Ma
2015-08-12Redo b1e2aaebc066b10b00711b51b8cab0b09151544f, with some changes to prevent t...Xudong Ma
2015-08-11Clean up the left-over of the transport package reorganizationKun Zhang
2015-08-11Revert "okHttp: Set max_concurrent_stream to 0 before the connection is conne...Kun Zhang
2015-08-11okHttp: Set max_concurrent_stream to 0 before the connection is connected.Xudong Ma
2015-08-11Remove stream id check for writing path, it breaks the starting of pending st...Xudong Ma
2015-08-10Update test to demonstrate that pending streams will not be started if the tr...Xudong Ma
2015-08-10Reorganize packages.Kun Zhang
2015-08-07OkHttp: make the pending stream cancellable.Xudong Ma
2015-08-06Add more documentation for transports.Kun Zhang
2015-08-05Rename Duplex to BidiCarl Mastrangelo
2015-08-05Switch ALPN/NPN to advertise only h2Xudong Ma
2015-08-03Make new stream call asynchronous when the MAX_CONCURRENT_STREAMS is reached.Xudong Ma
2015-07-31Add a transport ready for use with retryCarl Mastrangelo
2015-07-29Add a status to Transport shutdownCarl Mastrangelo
2015-07-29OkHttp: sync error map with gRpc spec.Xudong Ma
2015-07-28Adjust @GuardedBy to pass internal GuardedBy Checking.Xudong Ma
2015-07-27Correctly handle unknown http2 error code.Xudong Ma
2015-07-27Simplify locking model of OkHttp Transport, avoid potential deadlock.Xudong Ma
2015-07-22Added basic unit test and reorg how onready calls are madeCarl Mastrangelo