1. c90a856 Change grpc++ references in names to grpcpp by Vijay Pai · 6 years ago
  2. 87e2e6a clang-fmt by Vijay Pai · 6 years ago
  3. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  4. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 6 years ago
  5. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  6. a29d6d0 remove use of random_shuffle by yang-g · 7 years ago
  7. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  8. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  9. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  10. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  11. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  12. e5d2139 Add client channel stress test by Juanli Shen · 7 years ago
  13. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  14. 8937191 Fix error refcount bug by Noah Eisen · 7 years ago
  15. 5270559 Add set pointer api to channel_arguments by yang-g · 9 years ago
  16. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  17. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  18. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  19. 9e2f90c headers reorg by yang-g · 9 years ago
  20. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  21. c4af224 Remove one range-based for and do appropriate static casts on nullptr by Vijay Pai · 9 years ago
  22. a893892 support per call credentials in c++ by Yang Gao · 9 years ago
  23. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  24. 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
  25. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  26. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  27. 47c83fd Credentials prototyping by Craig Tiller · 9 years ago
  28. c1231eb Include typecasts so that int and size_t are not compared (since their by vjpai · 9 years ago
  29. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  30. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  31. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  32. de990f9 Initialize gtest correctly by Craig Tiller · 10 years ago
  33. 9608f0f Make this file compile by Craig Tiller · 10 years ago
  34. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  35. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago