1. 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
  2. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  3. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  4. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  5. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  6. 12088b2 Tweak tests by Craig Tiller · 9 years ago
  7. 18298a7 Fixed flakes due to OK racing with cancel by Abhishek Kumar · 9 years ago
  8. e41d040 Added end2end test for server streaming rpc cancellation. by Abhishek Kumar · 9 years ago
  9. 82a8331 Added test case demonstrating cancel on bidi stream by Abhishek Kumar · 9 years ago
  10. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  11. 0c4b0dd Add tests with delayed cancellation from client and server by Yang Gao · 9 years ago
  12. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  13. 92a928f Make string construction explicit as implicit conversion doesn't work in 4.4 by Vijay Pai · 9 years ago
  14. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 9 years ago
  15. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  16. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  17. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  18. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  19. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  20. 757afae clang-format new changes by Yang Gao · 9 years ago
  21. d672d8f resolve merge confict by Yang Gao · 9 years ago
  22. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  23. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  24. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  25. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  26. 45c09db sort the tags, this is not necessary, just make it look better by Yang Gao · 9 years ago
  27. 9fbbc7b add one bidi test by Yang Gao · 9 years ago
  28. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  29. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  30. 0cb6c25 A first test with typed async client and untyped service for a simple rpc by Yang Gao · 9 years ago
  31. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  32. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  33. 64ac47f clang-format all these files by Vijay Pai · 9 years ago
  34. 56c5129 Rename Async methods from generator to avoid naming conflicts to by vjpai · 9 years ago
  35. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  36. 25f6cd7 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  37. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 9 years ago
  38. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 9 years ago
  39. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  40. 42bc87c Update C++ server with new core API by Craig Tiller · 9 years ago
  41. 47c83fd Credentials prototyping by Craig Tiller · 9 years ago
  42. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 9 years ago
  43. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 9 years ago
  44. 2d11c93 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  45. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 9 years ago
  46. 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
  47. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  48. 492968f Server side cancellation receive support by Craig Tiller · 9 years ago
  49. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  50. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  51. da699b8 do not leak reader or writer by Yang Gao · 9 years ago
  52. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  53. 771fefb Merge pull request #18 from yang-g/c++api by Craig Tiller · 9 years ago
  54. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 9 years ago
  55. 857680b Compile fixes by Craig Tiller · 9 years ago
  56. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 9 years ago
  57. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  58. c05b6cb add a bidi test and simplify the test a bit, test passes by Yang Gao · 9 years ago
  59. bb84a30 let the client/server use their own cq and pretty the test by Yang Gao · 9 years ago
  60. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 9 years ago
  61. ec3257c Fix end2end leaks by Craig Tiller · 9 years ago
  62. 7418d01 Make end2end_test use fewer threads by Craig Tiller · 10 years ago
  63. 4d0fb5f Fixup callers with new api by Craig Tiller · 10 years ago
  64. f8ac5d8 Fixup callers with new api by Craig Tiller · 10 years ago
  65. 5319164 Cleanup by Craig Tiller · 10 years ago
  66. 1d2e219 Server progress by Craig Tiller · 10 years ago
  67. 7b01878 Fix returned status by Craig Tiller · 10 years ago
  68. 14e60e9 Use C signal handling in C++ end2end by Craig Tiller · 10 years ago
  69. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  70. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  71. b2a42f3 Make this file compile by Craig Tiller · 10 years ago
  72. 35e3971 Make this file compile by Craig Tiller · 10 years ago
  73. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  74. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  75. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  76. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  77. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  78. da029e3 Add a test where client side sees a deadline expired status. by yangg · 10 years ago
  79. 246ec3b Set host to channel's target when creating a call. by yangg · 10 years ago
  80. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  81. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  82. b7ebd3b Initial import. by Nicolas Noble · 10 years ago