1. 7f71570 Some changes required to make C++ code generator plugin work fine for by Vijay Pai · 9 years ago
  2. 9fb35a5 split stream.h into sync_stream.h and async_stream.h by yang-g · 9 years ago
  3. 9e2f90c headers reorg by yang-g · 9 years ago
  4. ef00308 remove internal_stub by yang-g · 9 years ago
  5. 431f8c2 make registermethod private by yang-g · 9 years ago
  6. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  7. 297a25b Add StubOptions by yang-g · 9 years ago
  8. 2622ddb Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  9. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  10. b14fbf7 Flagging unused parameters as unused. by Nicolas "Pixel" Noble · 9 years ago
  11. ce40de5 clang-format by Craig Tiller · 9 years ago
  12. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  13. 5dcebd9 make sure printers are properly flushed by Jan Tattermusch · 9 years ago
  14. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  15. 9038101 Merge pull request #1494 from ctiller/the-churnening by Yang Gao · 9 years ago
  16. 020ae63 Fix clang compilation by Craig Tiller · 9 years ago
  17. 6979b00 Fix clang compilation by Craig Tiller · 9 years ago
  18. 5f871ac Merge github.com:grpc/grpc into the-churnening by Craig Tiller · 9 years ago
  19. 2be6095 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  20. 3676b38 Lose redundant tag on unary calls by Craig Tiller · 9 years ago
  21. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  22. 691ff71 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago
  23. c6924c8 Add full codegen for clientside stub interface by Yang Gao · 9 years ago
  24. 99076fe Fixing generated code under Windows. by Nicolas "Pixel" Noble · 9 years ago
  25. 72e0fb8 generate a StubInterface by Yang Gao · 9 years ago
  26. 277d3cf clang-format by Craig Tiller · 9 years ago
  27. 3beef68 Populate channel tags for methods by Craig Tiller · 9 years ago
  28. bd6c618 Precreate RpcMethod instances by Craig Tiller · 9 years ago
  29. 1dc1a43 When the proto file does not contain a package, do not generate namespace by Yang Gao · 9 years ago
  30. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  31. 375a82b Adding the ability to specify a service namespace on protoc's command line. by Nicolas "Pixel" Noble · 9 years ago
  32. d446eb8 Adding initial support for alternative protobuf libraries. by Nicolas Noble · 9 years ago
  33. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  34. 2a6fd26 grpc: cpp_generator: fix pedantic warning on extra ';' by Todd Poynor · 9 years ago
  35. 56c5129 Rename Async methods from generator to avoid naming conflicts to by vjpai · 9 years ago
  36. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  37. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  38. 2627e4e Merge with async unary changes by Craig Tiller · 9 years ago
  39. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 9 years ago
  40. 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
  41. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  42. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  43. 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
  44. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  45. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 9 years ago
  46. 068c85b make codegen generate async client calls by Yang Gao · 9 years ago
  47. 984b090 Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Craig Tiller · 9 years ago
  48. 1c9a2a9 Async API progress by Craig Tiller · 9 years ago
  49. e0b73fd Async client calls should return async interfaces by Yang Gao · 9 years ago
  50. 8c8d0aa Async API progress by Craig Tiller · 9 years ago
  51. ca3cb3e Prefix Request to async server method names by Yang Gao · 9 years ago
  52. 225f7be Fix up declarations by Craig Tiller · 10 years ago
  53. 80e00a8 Stub out unary call wrapper by Craig Tiller · 10 years ago
  54. 40fcdaf Remove stream_context by Craig Tiller · 10 years ago
  55. 14a65f9 Further progress by Craig Tiller · 10 years ago
  56. 5ef5db1 Async API declarations by Craig Tiller · 10 years ago
  57. 2dff17d Async API declarations by Craig Tiller · 10 years ago
  58. c496575 Starting to scratch out the API by Craig Tiller · 10 years ago
  59. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  60. 36f5323 Fixing includes inconsistency. by Nicolas "Pixel" Noble · 10 years ago
  61. f5c5d80 Removing "using namespace std" everywhere. by Nicolas Noble · 10 years ago
  62. 5680ff4 Run clang-format-all.sh by Yang Gao · 10 years ago
  63. 1ff11f6 Add a space in front of template argument list. Changing possible <:: to < :: by Yang Gao · 10 years ago
  64. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  65. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  66. 5bcea0d Add package name to the method string. by yangg · 10 years ago
  67. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  68. ca9f359 Fix bug with generating grpc c++ code for proto files by samuelw · 10 years ago
  69. 33a2168 Fixes package prefixes by temiola · 10 years ago
  70. 718c3f7 Change cpp and go codegen to use new method properties instead of method options by rocking · 10 years ago
  71. ebebb7e First pass at making the compilers open-sourcable. by nnoble · 10 years ago