1. da699b8 do not leak reader or writer by Yang Gao · 9 years ago
  2. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  3. 5e276e8 Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  4. 1d1f952 The Python interoperability testing server. by Nathaniel Manista · 9 years ago
  5. 771fefb Merge pull request #18 from yang-g/c++api by Craig Tiller · 9 years ago
  6. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 9 years ago
  7. 857680b Compile fixes by Craig Tiller · 9 years ago
  8. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 9 years ago
  9. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  10. c05b6cb add a bidi test and simplify the test a bit, test passes by Yang Gao · 9 years ago
  11. bb84a30 let the client/server use their own cq and pretty the test by Yang Gao · 9 years ago
  12. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 9 years ago
  13. ec3257c Fix end2end leaks by Craig Tiller · 9 years ago
  14. 7418d01 Make end2end_test use fewer threads by Craig Tiller · 9 years ago
  15. 5a4f991 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  16. 4ca479c Change pointer format by Vijay Pai · 10 years ago
  17. c3b02d9 Allow varying number of server threads via command line flag by Vijay Pai · 10 years ago
  18. 4d0fb5f Fixup callers with new api by Craig Tiller · 10 years ago
  19. f8ac5d8 Fixup callers with new api by Craig Tiller · 10 years ago
  20. 5319164 Cleanup by Craig Tiller · 10 years ago
  21. 1d2e219 Server progress by Craig Tiller · 10 years ago
  22. 3f36f5e Few minor fixes. by Nicolas "Pixel" Noble · 10 years ago
  23. 48d80e5 update comments by Yang Gao · 10 years ago
  24. 1988221 Use environment variable to set root certs in c++ interop test. by Yang Gao · 10 years ago
  25. 0ea6b43 Merge pull request #324 from ctiller/bench by Vijay Pai · 10 years ago
  26. 056ba54 Add pprof support by Craig Tiller · 10 years ago
  27. 2b80e6f format by Yang Gao · 10 years ago
  28. aec1d0b make the flag name shorter by Yang Gao · 10 years ago
  29. bd18be2 add compute engine credentials support by Yang Gao · 10 years ago
  30. d785904 resolve comments by Yang Gao · 10 years ago
  31. eec8d1a fix comments by Yang Gao · 10 years ago
  32. 3bc377c Let each test case create its own channel. by Yang Gao · 10 years ago
  33. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  34. c38dda4 add service_account support into interop client by Yang Gao · 10 years ago
  35. 02ce729 make CreateTestChannel support additional credentials besides ssl by Yang Gao · 10 years ago
  36. 94e97ef sync messages.proto up to date. by Yang Gao · 10 years ago
  37. dab7095 Make interop server listen on 0.0.0.0. by Yang Gao · 10 years ago
  38. 3d4cba4 kNumResponseMessages is an int, so i is doing signedness mismatch. by Nicolas "Pixel" Noble · 10 years ago
  39. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  40. 7b01878 Fix returned status by Craig Tiller · 10 years ago
  41. c6a56df Merge pull request #32 from ctiller/qpsfix by Yang Gao · 10 years ago
  42. 8a7a152 Remove unused private field by Craig Tiller · 10 years ago
  43. 14e60e9 Use C signal handling in C++ end2end by Craig Tiller · 10 years ago
  44. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  45. bf2659f Fix qps test. by Craig Tiller · 10 years ago
  46. 856e372 Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  47. 92fe70e Added new results to report resource usage and QPS, along with new proto support for this by vpai · 10 years ago
  48. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  49. de990f9 Initialize gtest correctly by Craig Tiller · 10 years ago
  50. b2a42f3 Make this file compile by Craig Tiller · 10 years ago
  51. 9608f0f Make this file compile by Craig Tiller · 10 years ago
  52. 35e3971 Make this file compile by Craig Tiller · 10 years ago
  53. 0617057 Make interop server buildable on opensource build. by yangg · 10 years ago
  54. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  55. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  56. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  57. 6edb547 Enable streaming test case for gRPC client in GCE. by chenw · 10 years ago
  58. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  59. ebb4e6d Add Flags to override host and enable prod ssl root. by chenw · 10 years ago
  60. 97fd9e5 Add SSL root for production GFE. by chenw · 10 years ago
  61. 3f1af6e Make override hostname an argument for testing against prod gfe. by yangg · 10 years ago
  62. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  63. da029e3 Add a test where client side sees a deadline expired status. by yangg · 10 years ago
  64. 246ec3b Set host to channel's target when creating a call. by yangg · 10 years ago
  65. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  66. 80b6d01 Prepare QPS tests for running in GCE by vpai · 10 years ago
  67. 69ca59f Add slow client consumer test case for flow control test. by chenw · 10 years ago
  68. abd90a6 Use '\0' instead of '0' in payload as java client actually checks that. by yangg · 10 years ago
  69. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  70. 87da1b9 Make the default deadline gpr_inf_future to avoid mismatch between by yangg · 10 years ago
  71. 33a2168 Fixes package prefixes by temiola · 10 years ago
  72. a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago
  73. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  74. b7ebd3b Initial import. by Nicolas Noble · 10 years ago