1. d446eb8 Adding initial support for alternative protobuf libraries. by Nicolas Noble · 9 years ago
  2. 0084179 Removing the `using std::string` in the python plugin code. by Nicolas "Pixel" Noble · 9 years ago
  3. f94de42 Merge pull request #829 from nicolasnoble/win32-fix by Craig Tiller · 9 years ago
  4. a60a77b Update Python codegen to early_adopter interface by Nathaniel Manista · 9 years ago
  5. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 9 years ago
  6. f6689e8 Merge pull request #856 from vjpai/master by Craig Tiller · 9 years ago
  7. 93fa098 Removing private protobuf header inclusion. by Nicolas "Pixel" Noble · 9 years ago
  8. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  9. 2a6fd26 grpc: cpp_generator: fix pedantic warning on extra ';' by Todd Poynor · 9 years ago
  10. 4795a3c Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ by Craig Tiller · 9 years ago
  11. 56c5129 Rename Async methods from generator to avoid naming conflicts to by vjpai · 9 years ago
  12. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  13. 40e8cbd Fix bugs in Python code generator by Masood Malekghassemi · 9 years ago
  14. c16b795 Fixing Windows build of the python protoc plugin. by Nicolas "Pixel" Noble · 9 years ago
  15. e6d72c2 Removing emplace from python plugin. by Nicolas "Pixel" Noble · 9 years ago
  16. 59d9ff4 Updated Python protoc plugin testing. by Masood Malekghassemi · 9 years ago
  17. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  18. 3d55595 added include <iostream>. Closes #674 by Jan Tattermusch · 9 years ago
  19. 00bdbe6 Merge pull request #669 from yang-g/comments by Michael Lumish · 9 years ago
  20. bbd67c0 clean up some internal path and names by Yang Gao · 9 years ago
  21. c729d93 signed-unsigned comparison issue by vjpai · 9 years ago
  22. 081f956 Removed unused/wrong generated Python code imports from Python codegen. by Masood Malekghassemi · 9 years ago
  23. f8e297a Added protoc plugin for Python GRPC. by Masood Malekghassemi · 9 years ago
  24. 2627e4e Merge with async unary changes by Craig Tiller · 9 years ago
  25. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 9 years ago
  26. 3a5e549 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. by Yang Gao · 9 years ago
  27. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  28. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  29. 07d8304 change stub API for server streaming, pass in const Request& instead of const Request* for the first request by Yang Gao · 9 years ago
  30. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  31. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 9 years ago
  32. 068c85b make codegen generate async client calls by Yang Gao · 9 years ago
  33. 984b090 Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Craig Tiller · 9 years ago
  34. 1c9a2a9 Async API progress by Craig Tiller · 9 years ago
  35. e0b73fd Async client calls should return async interfaces by Yang Gao · 9 years ago
  36. 8c8d0aa Async API progress by Craig Tiller · 9 years ago
  37. ca3cb3e Prefix Request to async server method names by Yang Gao · 9 years ago
  38. 225f7be Fix up declarations by Craig Tiller · 10 years ago
  39. 80e00a8 Stub out unary call wrapper by Craig Tiller · 10 years ago
  40. 40fcdaf Remove stream_context by Craig Tiller · 10 years ago
  41. 14a65f9 Further progress by Craig Tiller · 10 years ago
  42. 5ef5db1 Async API declarations by Craig Tiller · 10 years ago
  43. 2dff17d Async API declarations by Craig Tiller · 10 years ago
  44. c496575 Starting to scratch out the API by Craig Tiller · 10 years ago
  45. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  46. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  47. 36f5323 Fixing includes inconsistency. by Nicolas "Pixel" Noble · 10 years ago
  48. f5c5d80 Removing "using namespace std" everywhere. by Nicolas Noble · 10 years ago
  49. f4f2351 Merge pull request #13 from ctiller/nogo by Qi Zhao · 10 years ago
  50. 5680ff4 Run clang-format-all.sh by Yang Gao · 10 years ago
  51. 1ff11f6 Add a space in front of template argument list. Changing possible <:: to < :: by Yang Gao · 10 years ago
  52. 3d829d8 Merge github.com:google/grpc into nogo by Craig Tiller · 10 years ago
  53. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  54. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  55. cfc18ad Remove go compiler by Craig Tiller · 10 years ago
  56. 9b62482 Make the go code generator compile by Craig Tiller · 10 years ago
  57. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  58. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  59. 5d61ac0 Undo the addition of Java codegen files to the open-sourced list by by zhangkun · 10 years ago
  60. 6848141 Remove dependencies on internal headers from Java gRPC compiler plugin. by zhangkun · 10 years ago
  61. d6fd84a Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  62. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  63. 5417eda Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  64. e5206aa Updates the ruby generator so that it does not create files for empty protos. by temiola · 10 years ago
  65. 3d726cf bugfix: correct service include in ruby compiler by temiola · 10 years ago
  66. 5453555 bugfix: ruby code-gen capitalization by temiola · 10 years ago
  67. 5bcea0d Add package name to the method string. by yangg · 10 years ago
  68. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  69. 081e320 Add missing casts to enable compilation with gcc 4.7 by rsilvera · 10 years ago
  70. ca9f359 Fix bug with generating grpc c++ code for proto files by samuelw · 10 years ago
  71. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  72. c78b340 Fixing C++ and ruby code generators for the opensource build. by nnoble · 10 years ago
  73. 33a2168 Fixes package prefixes by temiola · 10 years ago
  74. 718c3f7 Change cpp and go codegen to use new method properties instead of method options by rocking · 10 years ago
  75. ebebb7e First pass at making the compilers open-sourcable. by nnoble · 10 years ago