1. d582cdf fix typo by thinkerou · 7 years ago
  2. 953afec Add an explicit void 2nd parameter to invocation of SerializationTraits by Vijay Pai · 7 years ago
  3. 1e91362 Fix param annotation for AddListeningPort() by Anna Sapek · 7 years ago
  4. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  5. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  6. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  7. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  8. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  9. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  10. 3bf7b71 Merge pull request #12187 from AspirinSJL/lb_fallback by Juanli Shen · 7 years ago
  11. a6721a0 Comment that IPv6 Any accepts both IPv4 and IPv6 connections. by K.K. Yap · 7 years ago
  12. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  13. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  14. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  15. 66eaa32 Specify that ServerCompletionQueue must be drained. by Vijay Pai · 7 years ago
  16. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  17. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  18. c64be96 Correct spelling of 'client'. by Blair Kutzman · 7 years ago
  19. 9bebf8b C++ API for write-through by Craig Tiller · 7 years ago
  20. 4754398 Clang_format by Ken Payson · 7 years ago
  21. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  22. 7c62a35 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  23. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  24. b18ab3f Delete deprecated constructor and CallOpSetCollectionInterface by Vijay Pai · 7 years ago
  25. ce58cf8 Add Slice constructors to match all grpc_slice cases by Vijay Pai · 7 years ago
  26. e68c0d1 Revert "Reintroduce a lambda capture as part of C++11-izing code" by Jan Tattermusch · 7 years ago
  27. 69b8fe0 Merge branch 'master' into stream_compression_config by Muxi Yan · 7 years ago
  28. e8a61d6 Add a default delete override for the interface by yang-g · 7 years ago
  29. c80526d Modify C++ and Objective C to initialize maybe_stream_compression_level by Muxi Yan · 7 years ago
  30. bc81eee Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API by Vijay Pai · 7 years ago
  31. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  32. ba65002 Fix error in Doxygen comment. by hxcan.cai · 7 years ago
  33. e5ba80b Merge pull request #11870 from vjpai/slice by Vijay Pai · 7 years ago
  34. 65d447f Merge pull request #11454 from markdroth/server_cq_ok_semantics by Mark D. Roth · 7 years ago
  35. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  36. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  37. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  38. 0696611 Do not return calls on server when request proto fails to deserialize. by Mark D. Roth · 7 years ago
  39. da8eca5 Better handling of token lifetime. by Julien Boeuf · 7 years ago
  40. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  41. 616dafd Partial revert of https://github.com/grpc/grpc/pull/10743 by ncteisen · 7 years ago
  42. 2ca8282 Merge pull request #11738 from mehrdada/canonica-urls by Mehrdad Afshari · 7 years ago
  43. 6eaaa92 Merge pull request #11731 from yang-g/cpp_is_hard by Yang Gao · 7 years ago
  44. 5e36994 Merge pull request #11572 from vjpai/internalize by Vijay Pai · 7 years ago
  45. b84a489 Revert "Reduce server memory usage" by Ken Payson · 7 years ago
  46. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  47. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  48. d03594f second try by yang-g · 7 years ago
  49. 0d9caec Unref the call first in case the collection is still used in call by yang-g · 7 years ago
  50. a3d9291 Use pointer to avoid assignment and race. by yang-g · 7 years ago
  51. 17bf3e1 Merge pull request #11705 from vjpai/typos by Vijay Pai · 7 years ago
  52. 28ee1ec Resolve typos by Vijay Pai · 7 years ago
  53. 67a4054 Initialize pending_ops false by Noah Eisen · 7 years ago
  54. 36bb8a0 s/hanging/pending/g by ncteisen · 7 years ago
  55. 43f2b55 Add repro and fix to bidi case by ncteisen · 7 years ago
  56. 95f7a51 Fix writelast bug by ncteisen · 7 years ago
  57. b922334 Merge pull request #11539 from dgquintas/alarm_non_copyable by David G. Quintas · 7 years ago
  58. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  59. 10c040d Move collection reset before unref (since unref could destroy obj) by Vijay Pai · 7 years ago
  60. d35730d Fix use of terminal underscores in field names. by Vijay Pai · 7 years ago
  61. fc539eb Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used. by Vijay Pai · 7 years ago
  62. e48949f Make grpc::Alarm non-copyable by David Garcia Quintas · 7 years ago
  63. 5f5415e Merge pull request #11429 from gkelly/fix-extra-semis by Noah Eisen · 7 years ago
  64. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  65. 0cd6892 Remove extraneous semicolons. by Garret Kelly · 7 years ago
  66. 63610c4 Update comments to discourage having an OK status with error_message by yang-g · 7 years ago
  67. 672f15f Merge pull request #11143 from dgquintas/dns_server by David G. Quintas · 7 years ago
  68. df8b5ea Update comment formatting by Eric Gribkoff · 7 years ago
  69. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  70. 0a94f3c Merge pull request #11158 from yang-g/async_default_service by Yang Gao · 7 years ago
  71. 34011f1 Merge pull request #11246 from markdroth/doc_fixes by Mark D. Roth · 7 years ago
  72. 725d822 merge with head by Yang Gao · 7 years ago
  73. 98bb632 Yet another Doxygen comment syntax fix. by Mark D. Roth · 7 years ago
  74. a4881cc Fixed Doxygen comment syntax. by Mark D. Roth · 7 years ago
  75. 840931e More import fixes by Craig Tiller · 7 years ago
  76. 127fdae More Doxygen comment improvements. by Mark D. Roth · 7 years ago
  77. 37718a4 Doxygenize comments in server_context_test_spouse.h by Mehrdad Afshari · 7 years ago
  78. d488bba minor: doxygenize comment by Mehrdad Afshari · 7 years ago
  79. 6a6747a Link comment code entities by Mehrdad Afshari · 7 years ago
  80. 6594242 minor edits in channel_arguments.h by Mehrdad Afshari · 7 years ago
  81. 27da5de Minor edits and doxygenize some comments by Mehrdad Afshari · 7 years ago
  82. 4601bc2 tiny edit and linking entities by Mehrdad Afshari · 7 years ago
  83. 59cd2d7 doxygenize include/grpc++/security/credentials.h comments by Mehrdad Afshari · 7 years ago
  84. 31e9c14 doxygenize auth_metadata_processor.h comments by Mehrdad Afshari · 7 years ago
  85. 3a509ec minor: Link code entities in comments by Mehrdad Afshari · 7 years ago
  86. a9d5637 minor: doxygenize health_care_service_interface.h comments by Mehrdad Afshari · 7 years ago
  87. f0e87f7 doxygenize comment by Mehrdad Afshari · 7 years ago
  88. 6f07e3a minor by Mehrdad Afshari · 7 years ago
  89. b97bd4a minor: add trailing period by Mehrdad Afshari · 7 years ago
  90. ab1277c Add documentation comment for Version() by Mehrdad Afshari · 7 years ago
  91. dcc3610 link referenced code elements by Mehrdad Afshari · 7 years ago
  92. c78e596 minor: i.e->i.e. by Mehrdad Afshari · 7 years ago
  93. 4fea660 minor: GRPC->gRPC by Mehrdad Afshari · 7 years ago
  94. 493f444 minor: prefer more formal 'it is' to it's by Mehrdad Afshari · 7 years ago
  95. e456ce0 minor: Link to GRPC_STATUS_IMPLEMENTED by Mehrdad Afshari · 7 years ago
  96. 3475cf7 Corrected the documentation for ServerBuilder::AddListenPort by Mehrdad Afshari · 7 years ago
  97. 32abe8a Minor docfixes for AddInsecureChannelFromFd by Mehrdad Afshari · 7 years ago
  98. 3cd6cf4 Fix documentation for Server::AddListeningPort by Mehrdad Afshari · 7 years ago
  99. bcd6ca5 Link to grpc_server symbol by Mehrdad Afshari · 7 years ago
  100. 24b6d39 Clarified GlobalCallbacks documentation comment by Mehrdad Afshari · 7 years ago