aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2015-10-07Give dependency example for android clients.Xudong Ma
2015-09-28Replace broken link in exampleEric Anderson
2015-09-18Remove unused protos.Xudong Ma
2015-09-17Update the comments in proguard-rules files.Xudong Ma
2015-09-17Remove javatutorial; it duplicates grpc.io websiteEric Anderson
2015-09-17Update Android example.Xudong Ma
2015-09-14Fix broken tutorial link.Jerjou Cheng
2015-09-11Enforce sending headers before messages on serverEric Anderson
2015-09-11Update Client Examples to use ManagedChannelBuilderCarl Mastrangelo
2015-09-11Use Providers in examplesCarl Mastrangelo
2015-09-11Private ServerMethodDefinition constructor; avoid create() in codegenEric Anderson
2015-09-10Discourage users from running the codegen for the exampleEric Anderson
2015-09-10Prevent construction of container classes and reduce APIEric Anderson
2015-09-10Reduce API surface of AbstractStubEric Anderson
2015-09-09Use stub call options for compressionCarl Mastrangelo
2015-09-08Update server to await termination in the main threadCarl Mastrangelo
2015-09-08Add an example compressing clientCarl Mastrangelo
2015-09-03Avoid Parser for normal protobufEric Anderson
2015-09-03Refactoring channel API.nmittler
2015-09-02Fix generated code reference for intellij projects.Xudong Ma
2015-09-02Extract the fully-qualified service name into a public static final field on ...David P. Baker
2015-08-31Annotate method descritpor files in the generated code with ExperimentalApiKun Zhang
2015-08-31Upgrade to protobuf-3.0.0-beta-1Kun Zhang
2015-08-27update android example readmeStanley Cheung
2015-08-27add back protos and update referencesStanley Cheung
2015-08-27update reference to grpc-common to examplesStanley Cheung
2015-08-27move grpc-common stuff to right locationStanley Cheung
2015-08-26Rename onValue to onNext in StreamObserver to align with the naming in Rx & t...Louis Ryan
2015-08-24Remove HeadersCarl Mastrangelo
2015-08-20Remove the first MethodDescriptor constructor.Kun Zhang
2015-08-13Remove TrailersCarl Mastrangelo
2015-08-10Reorganize packages.Kun Zhang
2015-08-07Make serverInterceptor use MethodDescriptorCarl Mastrangelo
2015-08-06Change awaitTerminated to awaitTerminationCarl Mastrangelo
2015-08-05Renamed Server payload to messageCarl Mastrangelo
2015-08-05Rename Duplex to BidiCarl Mastrangelo
2015-07-17Get rid of AbstractServiceDescriptor as it is no longer usefulKun Zhang
2015-07-16Rename unaryFutureCall to futureUnaryCallKun Zhang
2015-07-15Sanitize ClientCalls.Kun Zhang
2015-07-15Migrate from PARSER to parser() as a way of getting the parser of a protobuf ...Kun Zhang
2015-07-14Separate ServerCall binding utilities per method type.Kun Zhang
2015-07-09Change AbstractServiceDescriptor.methods() to Collection. Resolves #573Kun Zhang
2015-07-09Remove Method and switch its users to MethodDescriptor.Kun Zhang
2015-07-08Upgrade to protobuf-gradle-plugin 0.5.0Kun Zhang
2015-07-07Add CallOptions.Kun Zhang
2015-06-30Migrate from PARSER to parser() as a way of getting the parser of a protobuf ...Kun Zhang
2015-06-05Upgrade to protobuf-3.0.0-alpha-3Kun Zhang
2015-06-04Rename Call to ClientCalls.Kun Zhang
2015-05-07Update generated proto outputEric Anderson
2015-05-07Use CreateStartScripts for examplesEric Anderson