aboutsummaryrefslogtreecommitdiff
path: root/okhttp
AgeCommit message (Expand)Author
2015-04-09okhttp: Reset stream when receiving window is negative.Xudong Ma
2015-04-08TLS support for okhttp transport.Xudong Ma
2015-04-07Respect MAX_CONCURRENT_STREAMS in OkHttp client.Xudong Ma
2015-04-07checkstyle change:Xudong Ma
2015-04-02Disable Nagle's algorithm, this was exposed by our internal micro benchmark, ...Xudong Ma
2015-03-22Fix data corruption issue receiving payloads > 2kBThomas ten Cate
2015-03-21okhttp: code style fix; handle exceptionEric Anderson
2015-03-21Fix a race condition in the test, we may nitify MockFrameReader to return bef...Xudong Ma
2015-03-17Close frame reader and notify the listener in reader thread, to avoid reading...Xudong Ma
2015-03-16Adding outbound flow control API for the transport APInmittler
2015-03-16Add checkstyle checkingEric Anderson
2015-03-13Add WritableBuffer interface for zero copy data writes. Fixes #8Jakob Buchgraber
2015-03-09Test receiving invalid stream IDs in okhttpnmittler
2015-02-26Bug fix. frameWriter and frameReader are not initialized when an Exception is...Xiao Hang
2015-02-23Udate TODOs to use Github user namesLouis Ryan
2015-02-19Fix race for stream id in OkHttpClientTransport.Jakob Buchgraber
2015-02-13Fix race in OkHttp testEric Anderson
2015-02-12Remove Guava Service from ClientTransportEric Anderson
2015-02-06Improve thread safety of newStream()Eric Anderson
2015-01-29Moving decompression to the channel thread.nmittler
2015-01-27Remove explicit Okio dependency.Jake Wharton
2015-01-27Removing all references to "stubby"nmittler
2015-01-27Removing Maven buildnmittler
2015-01-26Move to a non-snapshot version of OkHttpManik Surtani
2015-01-26Migrating run scripts to gradle.nmittler
2015-01-26Remove unused importsEric Anderson
2015-01-22Fixing @GuardedBy annotation to use the correct lock name.nmittler
2015-01-22Changing gRPC Java inbound flow control modelnmittler
2015-01-16Fix TODO attributionejona
2015-01-16Reimplement test "readStatus" since v2 is here.simonma
2015-01-15Remove Service API from ChannelImplejona
2015-01-15Remove dependency on guava Lists for initializing list.simonma
2015-01-09Disallowing message delivery after status has been delivered to the listener.nathanmittler
2015-01-08Remove gRPC v1 support.ejona
2015-01-08Adding gradle build for Java grpcnathanmittler
2015-01-08Updating version of gRPC maven build to 0.1.0-SNAPSHOT.nathanmittler
2015-01-08Upgrade OkHttp for Android SNI / NPN fixejona
2015-01-08Change default gRPC protocol to v2.ejona
2015-01-08Add BSD license header to all source fileslryan
2015-01-08Add SslSocketFactory support to OkHttpTransportFactory.rocking
2015-01-08Encode binary headers with Base64 on the wire, and requires all binary headerszhangkun
2015-01-08Remove JDK1.7 method InetSocketAddress#getHostString since JDK1.7 is only sup...simonma
2015-01-08GRPC Java clients will send the "te: trailers" header, and the server willzhangkun
2015-01-08Remove StreamState and use inboundPhase/outboundPhase insteadlryan
2015-01-08Adding crude outbound flow control to OkHttp transport.nathanmittler
2015-01-08Updating gRPC code to use the latest Netty with application-level flow contro...nathanmittler
2015-01-08Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP ...lryan
2015-01-08Make all transport factories package-private in favor of channel builders.zhangkun
2015-01-08[1/3] Move AbstractTransportTest to third_party.ejona
2015-01-08Adding MOE configuration for grpc_java.nathanmittler