aboutsummaryrefslogtreecommitdiff
path: root/stub
AgeCommit message (Expand)Author
2015-05-05Produce combined JavaDoc, add links, exclude internalsEric Anderson
2015-05-04Adding outbound flow control for Netty.nmittler
2015-04-30Cleaning up some warnings.nmittler
2015-04-09Fix the issue where the intecepting call fails in start(), does notKun Zhang
2015-04-03Add "unsed import" check.Xudong Ma
2015-03-16Add checkstyle checkingEric Anderson
2015-03-02Implement cancellation for the Future interface.zhangkun83
2015-02-25Polish javadoc for stub/*zhangkun83
2015-02-23Udate TODOs to use Github user namesLouis Ryan
2015-02-19Fix inbound flow control for Calls.blockingServerStreamingCallEric Anderson
2015-01-27Removing all references to "stubby"nmittler
2015-01-27Removing Maven buildnmittler
2015-01-26Migrating run scripts to gradle.nmittler
2015-01-22Changing gRPC Java inbound flow control modelnmittler
2015-01-16Fix TODO attributionejona
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-08Adding gradle build for Java grpcnathanmittler
2015-01-08Updating version of gRPC maven build to 0.1.0-SNAPSHOT.nathanmittler
2015-01-08Add BSD license header to all source fileslryan
2015-01-08Eliminate ForwardingChannel and switch all use cases to client interceptors.zhangkun
2015-01-08Adding MOE configuration for grpc_java.nathanmittler
2015-01-08Move protobuf code dependencies to net/stubby/protosimonma
2015-01-08Cleaning up various compiler warnings in preparation for opensource.nathanmittler
2015-01-08Define threading requirements of StreamObserverejona
2015-01-08Use "/" instead of "." as the separator between service name and client name.yangg
2015-01-08Add support for servers to deliver response headerslryan
2015-01-08Delete Session, Operation and ALL of its associated cruft.lryan
2015-01-08Fixes a few issues in netty server transport:zhangkun
2015-01-08GRPC server codegen: generates the bindService() method that returns azhangkun
2015-01-08First steps in reducing dependency on proto from runtime.lryan
2015-01-08Metadata improvements.lryan
2015-01-08Adding support for manually specifying HTTP/2 :authority and :path headers.nathanmittler
2015-01-08Phase 2 of converting to new Headers mechanism for side-channel.lryan
2015-01-08Phase 1 of converting to new Headers mechanism for side-channel.lryan
2015-01-08Add basic OAuth support to gRPC.ejona
2015-01-08Add ability to bind HTTP style headers to stubs and have them propagate overlryan
2015-01-08A couple minor fixes to Channel for bugs exposed while integration testing wi...nathanmittler
2015-01-08[2/2] Swap Operation wrapping from Channel to Transport.ejona
2015-01-08[1/2] Split Channel and Stub APIs, implement Channel.ejona
2015-01-08Improve JavaDoc, including style fixesejona
2015-01-08Move newstub to third_party and rename to stub.ejona