1. dcd5ef3 Deprecate GenericStub()::Call for multi-threaded use by Vijay Pai · 7 years ago
  2. fc38142 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  3. 38fcd0c clang-format by Muxi Yan · 7 years ago
  4. 0b9b7d2 Use same cq for client and server by yang-g · 7 years ago
  5. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  6. 03fc857 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  7. 1e868f0 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  8. 8fa4d15 Fix C++ builds by Muxi Yan · 7 years ago
  9. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  10. ff58b27 Make generic_test tolerant of encoding by Craig Tiller · 7 years ago
  11. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  12. 232e9b4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  13. a044f6d Propagate deadline to GenericServerContext by yang-g · 7 years ago
  14. 3726e3d Moving gtest include down. by Nicolas "Pixel" Noble · 7 years ago
  15. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  16. 17487f9 Make grpc++ independent of protobuf by yang-g · 8 years ago
  17. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  18. f64befd Make a copy of ByteBuffer when writing by yang-g · 8 years ago
  19. 4fac82b remove outdated api by yang-g · 9 years ago
  20. 9f17314 move utilities to a separate file by yang-g · 9 years ago
  21. 5a05f51 Rename TestService to EchoTestService to prevent name-conflict with by Sree Kuchibhotla · 9 years ago
  22. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  23. 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  24. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  25. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  26. ba2b8ed Add a case to cover multiple adds of generic service by vjpai · 9 years ago
  27. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  28. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  29. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  30. 730055d implementation fix by yang-g · 9 years ago
  31. dc31ef3 Loosen test requirements to better fit spec by Craig Tiller · 9 years ago
  32. 9e2f90c headers reorg by yang-g · 9 years ago
  33. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  34. d6c98df clang-format all source by Craig Tiller · 9 years ago
  35. 940d555 fix generic_end2end_test by yang-g · 9 years ago
  36. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  37. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  38. d7d9ce2 WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD by David Garcia Quintas · 9 years ago
  39. 2622ddb Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  40. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  41. 789471c Client side compiles/links by Craig Tiller · 9 years ago
  42. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  43. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  44. c4b6ffb Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. by Yang Gao · 9 years ago
  45. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  46. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  47. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  48. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  49. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 9 years ago
  50. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  51. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  52. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 9 years ago
  53. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  54. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  55. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  56. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  57. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  58. 6baa9b6 clang-format c++ code by Yang Gao · 10 years ago
  59. 1ad253d expose the server's cq through the generic service object by Yang Gao · 10 years ago
  60. 45c09db sort the tags, this is not necessary, just make it look better by Yang Gao · 10 years ago
  61. 9fbbc7b add one bidi test by Yang Gao · 10 years ago
  62. 4999649 Rename to AsyncGeneric* by Yang Gao · 10 years ago
  63. 005eb88 Rename anonymous to generic globally by Yang Gao · 10 years ago[Renamed (95%) from test/cpp/end2end/anonymous_end2end_test.cc]
  64. 0cb6c25 A first test with typed async client and untyped service for a simple rpc by Yang Gao · 10 years ago