1. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  2. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  3. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  4. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  5. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  6. 5c0ef36 Add comment by Sree Kuchibhotla · 7 years ago
  7. ef8e002 Do not call grpc_init() for per-call-completion-queues created by a C++ by Sree Kuchibhotla · 7 years ago
  8. 7e499aa Bring back gli initializer summoning by Vijay Pai · 8 years ago
  9. 6510d47 gpr_atm isn't automatically initialized to 0. Thanks Obama. by Vijay Pai · 8 years ago
  10. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago
  11. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 8 years ago[Renamed from src/cpp/common/completion_queue.cc]
  12. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  13. e1ce31e wip. cq refactored by David Garcia Quintas · 9 years ago
  14. d79ef3a Fixed wrong usage of global var by David Garcia Quintas · 9 years ago
  15. e1300de After GrpcLibrary refactoring. Compiles and passes. WIP still by David Garcia Quintas · 9 years ago
  16. a43aadd fixed copyrights by David Garcia Quintas · 9 years ago
  17. 08a0a33 Made "codedgen" directories closed over #includes by David Garcia Quintas · 9 years ago
  18. 9e2f90c headers reorg by yang-g · 9 years ago
  19. ebb5140 Changing the library's code to adapt with the new API. by Nicolas "Pixel" Noble · 9 years ago
  20. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  21. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  22. 76dcd38 Hack to get Mac end2end test working by Craig Tiller · 9 years ago
  23. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  24. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  25. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  26. b7b965c Make Next free of time_point to timespec conversion by Yang Gao · 9 years ago
  27. 7aadf46 Change to std::chrono and add a test. by vjpai · 10 years ago
  28. 3e0a46a Change behavior to properly account for possibility of NULL by Vijay Pai · 10 years ago
  29. ee705f6 Add support for deadline on CompletionQueue::Next by Vijay Pai · 10 years ago
  30. d24d13d Simplify TryPluck by Craig Tiller · 10 years ago
  31. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  32. 492968f Server side cancellation receive support by Craig Tiller · 10 years ago
  33. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  34. 645466e Initial sketch by Craig Tiller · 10 years ago
  35. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  36. 573523f clang-format by Craig Tiller · 10 years ago
  37. 854a30c More implementation by Craig Tiller · 10 years ago
  38. de91706 Refine completion queue by Craig Tiller · 10 years ago
  39. b470169 Remove more unnecessary files by Craig Tiller · 10 years ago
  40. 061754a Cleanup some cruft by Craig Tiller · 10 years ago
  41. 2dff17d Async API declarations by Craig Tiller · 10 years ago
  42. 82ee98c Fix compile error by Craig Tiller · 10 years ago
  43. 5095071 Further progress by Craig Tiller · 10 years ago
  44. c496575 Starting to scratch out the API by Craig Tiller · 10 years ago
  45. 6135107 New completion queue by Craig Tiller · 10 years ago
  46. 2a2bacc Remove TODO by Craig Tiller · 10 years ago
  47. f834bdc Move completion_queue.cc to common by Craig Tiller · 10 years ago[Renamed from src/cpp/server/completion_queue.cc]
  48. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  49. 87da1b9 Make the default deadline gpr_inf_future to avoid mismatch between by yangg · 10 years ago
  50. b7ebd3b Initial import. by Nicolas Noble · 10 years ago