1. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  2. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  3. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  4. 6ab27ab Update checkstyle version and sync style updates by Eric Anderson · 8 years ago
  5. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  6. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  7. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  8. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  9. 0a01b3c Simplify nano flag to codegen to just 'nano' from 'nano=true' by Eric Anderson · 8 years ago
  10. 13f0122 Clean up bitrot from Android example by Eric Anderson · 8 years ago
  11. 9913d1d Initial attempt at json example by Carl Mastrangelo · 8 years ago
  12. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 8 years ago
  13. c85e046 Make Route Guide client and server accept channel and server builers, respectively. by Carl Mastrangelo · 8 years ago
  14. 8e1fba7 Use Protobuf Json formatting for routeguide example by Carl Mastrangelo · 8 years ago
  15. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  16. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  17. 4ac4d49 Help steer new users away from copying our build.gradle by Eric Anderson · 9 years ago
  18. b11dce8 Partially synchronize route_guide.proto with main repository by Eric Anderson · 9 years ago
  19. 9804b67 Include Proto in the java_outer_classname for helloworld.proto by Eric Anderson · 9 years ago
  20. 2a17d26 Partially synchronize helloworld.proto with main repository by Eric Anderson · 9 years ago
  21. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  22. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  23. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  24. df310fe More precise exception handling in examples by Eric Anderson · 9 years ago
  25. 7ac4492 Fix bug where server wouldn't declare the negotiated compression by Carl Mastrangelo · 9 years ago
  26. 529b14c Add compressor registry, and auto negotiate compression by Carl Mastrangelo · 9 years ago
  27. 8301121 fix typo by kenji yoshida · 9 years ago
  28. 996ea2f Give dependency example for android clients. by Xudong Ma · 9 years ago
  29. 2a98c2e Replace broken link in example by Eric Anderson · 9 years ago
  30. 75624bb Remove unused protos. by Xudong Ma · 9 years ago
  31. 2016a88 Update the comments in proguard-rules files. by Xudong Ma · 9 years ago
  32. 9987aa2 Remove javatutorial; it duplicates grpc.io website by Eric Anderson · 9 years ago
  33. 57ebf8a Update Android example. by Xudong Ma · 9 years ago
  34. 45c75f2 Fix broken tutorial link. by Jerjou Cheng · 9 years ago
  35. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  36. eab74b5 Update Client Examples to use ManagedChannelBuilder by Carl Mastrangelo · 9 years ago
  37. 41d93cf Use Providers in examples by Carl Mastrangelo · 9 years ago
  38. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  39. 033cdd0 Discourage users from running the codegen for the example by Eric Anderson · 9 years ago
  40. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  41. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  42. 399be9a Use stub call options for compression by Carl Mastrangelo · 9 years ago
  43. f06c7eb Update server to await termination in the main thread by Carl Mastrangelo · 9 years ago
  44. 091749e Add an example compressing client by Carl Mastrangelo · 9 years ago
  45. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  46. b687bdc Refactoring channel API. by nmittler · 9 years ago
  47. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  48. 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
  49. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  50. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  51. 46687fe update android example readme by Stanley Cheung · 9 years ago
  52. 61422d6 add back protos and update references by Stanley Cheung · 9 years ago
  53. e4987cd update reference to grpc-common to examples by Stanley Cheung · 9 years ago
  54. fe3f964 move grpc-common stuff to right location by Stanley Cheung · 9 years ago
  55. 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
  56. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  57. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  58. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  59. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  60. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  61. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  62. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  63. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  64. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  65. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  66. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  67. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  68. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  69. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  70. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  71. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 9 years ago
  72. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  73. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  74. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 9 years ago
  75. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  76. 8c9cc91 Update generated proto output by Eric Anderson · 9 years ago
  77. 1cf4cc8 Use CreateStartScripts for examples by Eric Anderson · 9 years ago
  78. 111f6dd Allow people to skip codegen compilation. by Kun Zhang · 9 years ago
  79. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  80. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 9 years ago
  81. af18876 Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0 by Kun Zhang · 9 years ago
  82. da3c3f8 Solution for GRPC codegen deployment. by zhangkun83 · 9 years ago
  83. 4f4f8e4 Remove Guava's Service from server transport by Eric Anderson · 9 years ago
  84. e23f899 Split protobuf into its own project by Eric Anderson · 9 years ago
  85. d077290 Fix warnings (JavaDoc and [deprecated]) by Eric Anderson · 9 years ago
  86. 63db068 Add simple HelloWord example handling custom header by zhaohaifeng · 9 years ago
  87. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  88. c813ec5 Change the package option of example protos to be same as grpc-common by Xudong Ma · 9 years ago
  89. 26141b4 Allow checkstyle failures fatal, and fix last issues by Eric Anderson · 9 years ago
  90. f38c2a0 Add missing copyright headers by Eric Anderson · 9 years ago
  91. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  92. a623445 Fix IntelliJ project generation by including generated protobuf srcs by Louis Ryan · 9 years ago
  93. 9b5575d Correct small grammar error in comment. by Ade Oshineye · 10 years ago
  94. b938ba5 Support building on Windows by Eric Anderson · 10 years ago
  95. 2c7c32d More example changes to match style guide. by nmittler · 10 years ago
  96. 81cc0da Updating examples to be consistent with proto3 styleguide. by nmittler · 10 years ago
  97. 02a02c3 Update README.md by Jayant Kolhe · 10 years ago
  98. 87daf0e Adding HelloWorld example to grpc-java repo. by nmittler · 10 years ago
  99. b897a89 Adding RouteGuide example and deleting others. by nmittler · 10 years ago
  100. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 10 years ago