aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2016-04-11Print compiler version number in generated filesLukasz Strzalkowski
2016-04-11Provide base methods for Abstract stubLukasz Strzalkowski
2016-04-08Adapt BindableService in ServerBuilder#addServiceŁukasz Strzałkowski
2016-04-07Add Abstract{ServiceName} class in compiled service classLukasz Strzalkowski
2016-03-30Simplify nano flag to codegen to just 'nano' from 'nano=true'Eric Anderson
2016-03-25Clean up bitrot from Android exampleEric Anderson
2016-03-10Initial attempt at json exampleCarl Mastrangelo
2016-03-04Add missing override annotation to generated protosCarl Mastrangelo
2016-03-02Make Route Guide client and server accept channel and server builers, respect...Carl Mastrangelo
2016-03-02Use Protobuf Json formatting for routeguide exampleCarl Mastrangelo
2016-03-01Inlcude the file that was used to generate service descriptorsCarl Mastrangelo
2016-02-16Automated readability/efficiency tweaksEric Anderson
2016-02-03Help steer new users away from copying our build.gradleEric Anderson
2016-02-03Partially synchronize route_guide.proto with main repositoryEric Anderson
2016-02-03Include Proto in the java_outer_classname for helloworld.protoEric Anderson
2016-02-02Partially synchronize helloworld.proto with main repositoryEric Anderson
2016-01-27Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5Kun Zhang
2016-01-26Optimize blocking calls to avoid app thread poolEric Anderson
2016-01-15Reduce number of codegen'd classes needed for ServicesEric Anderson
2016-01-15More precise exception handling in examplesEric Anderson
2015-12-14Fix bug where server wouldn't declare the negotiated compressionCarl Mastrangelo
2015-12-07Add compressor registry, and auto negotiate compressionCarl Mastrangelo
2015-11-04fix typokenji yoshida
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