1. 4105505 Fixed refactoring of grpc_arg pointer vtable by David Garcia Quintas · 8 years ago
  2. 3cce2ec Merge pull request #4859 from ctiller/sceq by Sree Kuchibhotla · 8 years ago
  3. ac94c43 Merge pull request #5186 from yang-g/inherit_from_grpc_library by Sree Kuchibhotla · 8 years ago
  4. 9384dd9 add comments by yang-g · 8 years ago
  5. c0ce00f Merge github.com:grpc/grpc into sceq by Craig Tiller · 8 years ago
  6. a3c968d Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library by yang-g · 8 years ago
  7. d8e2c70 Remove a vestige by vjpai · 8 years ago
  8. fd307ef fixed_size_thread_pool : why do we even have that lever? It has been by vjpai · 8 years ago
  9. 810a13e Remove a small allocation, at the cost of a little uglier header file. by Vijay Pai · 8 years ago
  10. c41abec Sanity: clang-format and regen projects by Vijay Pai · 8 years ago
  11. 8fdafed tag fed in by user should be any arbitrary tag, not a CompletionQueueTag type by vjpai · 8 years ago
  12. 1945ae4 Fix copyright by yang-g · 8 years ago
  13. d59ad7e Provide explicit API for user to set user agent string prefix by yang-g · 8 years ago
  14. f734299 Merge github.com:grpc/grpc into sceq by Craig Tiller · 8 years ago
  15. 841c726 Merge github.com:grpc/grpc into sceq by Craig Tiller · 8 years ago
  16. 369a04a Address code review comments by Sree Kuchibhotla · 8 years ago
  17. 7fa9d6f TryCancel() on ServerContext() by Sree Kuchibhotla · 9 years ago
  18. 8c50db0 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  19. d79ef3a Fixed wrong usage of global var by David Garcia Quintas · 9 years ago
  20. b4e51b5 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  21. 5a94623 copyrights by David Garcia Quintas · 9 years ago
  22. e1300de After GrpcLibrary refactoring. Compiles and passes. WIP still by David Garcia Quintas · 9 years ago
  23. e0b0e27 clang-format by Vijay Pai · 9 years ago
  24. 17e630a Fix a case in bbuf copy constructore by Vijay Pai · 9 years ago
  25. 6461649 Alternative ownership for global callbacks by Craig Tiller · 9 years ago
  26. b523c73 async_stream.h done. Compiles by David Garcia Quintas · 9 years ago
  27. 2425bbb Further work. Compiles. WIP by David Garcia Quintas · 9 years ago
  28. 541db25 Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 9 years ago
  29. 1948244 Get subchannel index working by Craig Tiller · 9 years ago
  30. 5de79ee clang-format by Craig Tiller · 9 years ago
  31. 8b05211 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  32. 2ee3e8d Merge remote-tracking branch 'upstream/master' by Bogdan Drutu · 9 years ago
  33. c4d9f6d fix copyrights in server_context by Jan Tattermusch · 9 years ago
  34. 5ff8de3 init deadline_ by yang-g · 9 years ago
  35. a43aadd fixed copyrights by David Garcia Quintas · 9 years ago
  36. 08a0a33 Made "codedgen" directories closed over #includes by David Garcia Quintas · 9 years ago
  37. f3ddb7c clang-format by David Garcia Quintas · 9 years ago
  38. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  39. 3e60e32 Update the copyrights of the modified files. by Bogdan Drutu · 9 years ago
  40. b22aeae Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  41. b971173 Add tests with a second service by yang-g · 9 years ago
  42. 44f3249 Introduced ServerInterface by David Garcia Quintas · 9 years ago
  43. 1ac6f45 warn user when they forget register generic service by yang-g · 9 years ago
  44. f48766d fix copyright by yang-g · 9 years ago
  45. 269b8be add generic test by yang-g · 9 years ago
  46. ee142ab Merge remote-tracking branch 'upstream/master' by Bogdan Drutu · 9 years ago
  47. 25f191d merge with head by yang-g · 9 years ago
  48. b9a1377 Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  49. f805735 destroy reader after using it by yang-g · 9 years ago
  50. 618051c Fix the build. by Bogdan Drutu · 9 years ago
  51. 754bd26 clang-format code by Craig Tiller · 9 years ago
  52. eeb02ba Update copyrights again by murgatroid99 · 9 years ago
  53. d42262e merge with head by yang-g · 9 years ago
  54. bef0d87 Support sync/async methods in the same service by yang-g · 9 years ago
  55. edc2fff Channel args comparisons by Craig Tiller · 9 years ago
  56. c318d70 Add virtual destructors for the default implementations as well. by Bogdan Drutu · 9 years ago
  57. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 9 years ago
  58. 6045681 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  59. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  60. de332df Refactor server side to support generic tests. by vjpai · 9 years ago
  61. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
  62. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  63. be75ffd Merge branch 'master' into bbuf by vjpai · 9 years ago
  64. 6af31bd Fix the naming conflict issue that cause the tests to fail. by Bogdan Drutu · 9 years ago
  65. 42ab3fa Add a destructor callback as well by Bogdan Drutu · 9 years ago
  66. 38d2ad6 Add a hook for the default constructor of ClientContext. by Bogdan Drutu · 9 years ago
  67. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  68. 5dc93c3 include climits by Jan Tattermusch · 9 years ago
  69. 5b155e5 more win x64 fixes by Jan Tattermusch · 9 years ago
  70. c9614d3 Merge pull request #4175 from yang-g/tcp_refactor by Craig Tiller · 9 years ago
  71. 35c1d3c Merge pull request #4207 from yang-g/server_builder_options by Craig Tiller · 9 years ago
  72. 6f9b171 Merge pull request #4204 from ctiller/emergency-cheese-and-crackers by jboeuf · 9 years ago
  73. 06dd04c Further review feedback by Craig Tiller · 9 years ago
  74. d88e1d8 merge with head and resolve conflict by yang-g · 9 years ago
  75. 8352b9e Review feedback by Craig Tiller · 9 years ago
  76. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  77. 594f0c4 Merge branch 'master' into bbuf by vjpai · 9 years ago
  78. b6df94a WIP by vjpai · 9 years ago
  79. 5270559 Add set pointer api to channel_arguments by yang-g · 9 years ago
  80. a23f17b add server_builder_option by yang-g · 9 years ago
  81. 7221d99 Global hook for doing something in response to a synchronous server call by Craig Tiller · 9 years ago
  82. 114f394 Cpp example of how the plugins can be done. by Julien Boeuf · 9 years ago
  83. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  84. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  85. b113649 clang-format by Craig Tiller · 9 years ago
  86. 75b53d6 Merge pull request #3993 from ctiller/new_op by David G. Quintas · 9 years ago
  87. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  88. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  89. a89bf50 Handle cancel before start case by yang-g · 9 years ago
  90. 9beccc6 Merge github.com:grpc/grpc into new_op by Craig Tiller · 9 years ago
  91. 187c4b3 Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition by Craig Tiller · 9 years ago
  92. 5925603 stream_op cleanup: miscellany by Craig Tiller · 9 years ago
  93. 3bb61d8 Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  94. 5f9e979 Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  95. 9c97aae Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  96. 54a902e Successfully compile C++ libary (not tests yet). by Julien Boeuf · 9 years ago
  97. 2b15f1e Merge github.com:grpc/grpc into latent-see by Craig Tiller · 9 years ago
  98. 0ba432d Move profiling system to gpr by Craig Tiller · 9 years ago
  99. 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
  100. 86253ca Latency traces by Craig Tiller · 9 years ago