1. b1d72e5 all: Bump protobuf to 3.0.2, to fix protoc in CI by Eric Anderson · 8 years ago
  2. 16c07ba examples: fix bound method not same as in service descriptor for HelloJsonServer by ZHANG Dapeng · 8 years ago
  3. 9d747bb build: upgrade to protobuf-gradle-plugin 0.8.0 by Kun Zhang · 8 years ago
  4. 0d89bb4 Update android example. by Xiao Hang · 8 years ago
  5. bcf6cc5 Simplify commands in Android README by Eric Anderson · 8 years ago
  6. 3879c6a Update README.md by Xiao Hang · 8 years ago
  7. 09d7a41 examples: Explain reason for plainText() by Eric Anderson · 8 years ago
  8. 7267c0f Change routeguide example to use proto 3.0.0 by Xiao Hang · 8 years ago
  9. ab85d87 Update to Gradle 2.14 by Eric Anderson · 8 years ago
  10. 239d6ea Add android route guide example and move helloworld example to its own dir by Xiao Hang · 8 years ago
  11. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  12. fccc282 examples: add an example for setting and reading error details by TzeKei Lee · 8 years ago
  13. 2860959 Support Thrift Messages by Naveen Reddy Chedeti · 8 years ago
  14. 2506e93 Fix examples README by Xiao Hang · 8 years ago
  15. fbd3f52 android: Remove providers from ProGuard configuration by Eric Anderson · 8 years ago
  16. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
  17. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  18. d7bf67e examples: Provide Maven and Gradle build files by Eric Anderson · 8 years ago
  19. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  20. 75f27ba examples: Avoid deprecated generated class by Eric Anderson · 8 years ago
  21. 8f78b4d Fixing error-prone warnings. by nmittler · 8 years ago
  22. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  23. dc027ff examples: add an example showing how to get the error details from a call by Carl Mastrangelo · 8 years ago
  24. 4b17a2e Android hello world example is now using proto lite. by David Cao · 8 years ago
  25. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  26. a10712b examples: move json server and client to advanced package by Carl Mastrangelo · 8 years ago
  27. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  28. 4372cee android: Add ProGuard rules for NameResolverProvider by Eric Anderson · 8 years ago
  29. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  30. a2076f4 core: Enable per-message compression bit by default by Eric Anderson · 9 years ago
  31. df346e3 examples: make JSON code more obviously advanced by Carl Mastrangelo · 8 years ago
  32. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  33. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
  34. 446f0cb Upgrade to Gradle 2.13 by Eric Anderson · 8 years ago
  35. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  36. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  37. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  38. 6ab27ab Update checkstyle version and sync style updates by Eric Anderson · 8 years ago
  39. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  40. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  41. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  42. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  43. 0a01b3c Simplify nano flag to codegen to just 'nano' from 'nano=true' by Eric Anderson · 8 years ago
  44. 13f0122 Clean up bitrot from Android example by Eric Anderson · 8 years ago
  45. 9913d1d Initial attempt at json example by Carl Mastrangelo · 9 years ago
  46. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 9 years ago
  47. c85e046 Make Route Guide client and server accept channel and server builers, respectively. by Carl Mastrangelo · 9 years ago
  48. 8e1fba7 Use Protobuf Json formatting for routeguide example by Carl Mastrangelo · 9 years ago
  49. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  50. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  51. 4ac4d49 Help steer new users away from copying our build.gradle by Eric Anderson · 9 years ago
  52. b11dce8 Partially synchronize route_guide.proto with main repository by Eric Anderson · 9 years ago
  53. 9804b67 Include Proto in the java_outer_classname for helloworld.proto by Eric Anderson · 9 years ago
  54. 2a17d26 Partially synchronize helloworld.proto with main repository by Eric Anderson · 9 years ago
  55. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  56. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  57. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  58. df310fe More precise exception handling in examples by Eric Anderson · 9 years ago
  59. 7ac4492 Fix bug where server wouldn't declare the negotiated compression by Carl Mastrangelo · 9 years ago
  60. 529b14c Add compressor registry, and auto negotiate compression by Carl Mastrangelo · 9 years ago
  61. 8301121 fix typo by kenji yoshida · 9 years ago
  62. 996ea2f Give dependency example for android clients. by Xudong Ma · 9 years ago
  63. 2a98c2e Replace broken link in example by Eric Anderson · 9 years ago
  64. 75624bb Remove unused protos. by Xudong Ma · 9 years ago
  65. 2016a88 Update the comments in proguard-rules files. by Xudong Ma · 9 years ago
  66. 9987aa2 Remove javatutorial; it duplicates grpc.io website by Eric Anderson · 9 years ago
  67. 57ebf8a Update Android example. by Xudong Ma · 9 years ago
  68. 45c75f2 Fix broken tutorial link. by Jerjou Cheng · 9 years ago
  69. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  70. eab74b5 Update Client Examples to use ManagedChannelBuilder by Carl Mastrangelo · 9 years ago
  71. 41d93cf Use Providers in examples by Carl Mastrangelo · 9 years ago
  72. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  73. 033cdd0 Discourage users from running the codegen for the example by Eric Anderson · 9 years ago
  74. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  75. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  76. 399be9a Use stub call options for compression by Carl Mastrangelo · 9 years ago
  77. f06c7eb Update server to await termination in the main thread by Carl Mastrangelo · 9 years ago
  78. 091749e Add an example compressing client by Carl Mastrangelo · 9 years ago
  79. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  80. b687bdc Refactoring channel API. by nmittler · 9 years ago
  81. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  82. 66b984c Extract the fully-qualified service name into a public static final field on the service container type. by David P. Baker · 9 years ago
  83. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  84. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  85. 46687fe update android example readme by Stanley Cheung · 9 years ago
  86. 61422d6 add back protos and update references by Stanley Cheung · 9 years ago
  87. e4987cd update reference to grpc-common to examples by Stanley Cheung · 9 years ago
  88. fe3f964 move grpc-common stuff to right location by Stanley Cheung · 9 years ago
  89. a4c821d Rename onValue to onNext in StreamObserver to align with the naming in Rx & the proposed Flow API in by Louis Ryan · 9 years ago
  90. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  91. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  92. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  93. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  94. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  95. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  96. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  97. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  98. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  99. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  100. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago