1. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  2. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  3. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  4. 64ac47f clang-format all these files by Vijay Pai · 9 years ago
  5. 56c5129 Rename Async methods from generator to avoid naming conflicts to by vjpai · 9 years ago
  6. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  7. 25f6cd7 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  8. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 9 years ago
  9. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 9 years ago
  10. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  11. 42bc87c Update C++ server with new core API by Craig Tiller · 9 years ago
  12. 47c83fd Credentials prototyping by Craig Tiller · 9 years ago
  13. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 9 years ago
  14. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 9 years ago
  15. 2d11c93 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  16. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 9 years ago
  17. 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
  18. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  19. 492968f Server side cancellation receive support by Craig Tiller · 9 years ago
  20. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  21. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  22. da699b8 do not leak reader or writer by Yang Gao · 9 years ago
  23. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  24. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 9 years ago
  25. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 9 years ago
  26. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  27. c05b6cb add a bidi test and simplify the test a bit, test passes by Yang Gao · 9 years ago
  28. bb84a30 let the client/server use their own cq and pretty the test by Yang Gao · 9 years ago
  29. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 9 years ago