1. a6721a0 Comment that IPv6 Any accepts both IPv4 and IPv6 connections. by K.K. Yap · 7 years ago
  2. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  3. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  4. 66eaa32 Specify that ServerCompletionQueue must be drained. by Vijay Pai · 7 years ago
  5. dfc6cff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  6. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  7. a8fc020 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  8. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  9. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  10. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  11. 0033c75 C89 by Craig Tiller · 7 years ago
  12. b8fcff1 Compile fix by Craig Tiller · 7 years ago
  13. 9c51943 EXPERIMENT: Increase grpc_slice size to allow more inlining by Craig Tiller · 7 years ago
  14. b675e0a Annotate benign race by Craig Tiller · 7 years ago
  15. c64be96 Correct spelling of 'client'. by Blair Kutzman · 7 years ago
  16. 9bebf8b C++ API for write-through by Craig Tiller · 7 years ago
  17. 6ba448f Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  18. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  19. 8fd40d5 Merge github.com:grpc/grpc into wc by Craig Tiller · 7 years ago
  20. 08b79c1 Doc UPdate by Ken Payson · 7 years ago
  21. 4754398 Clang_format by Ken Payson · 7 years ago
  22. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  23. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  24. ff4f2db Merge pull request #11566 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  25. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  26. 2921e1e Merge pull request #12282 from yang-g/sync_thd_refactor by Yang Gao · 7 years ago
  27. a79ada3 Double check macro to protect from faulty test. by yang-g · 7 years ago
  28. 9ff6031 Add sync_custom.h by yang-g · 7 years ago
  29. b4481a9 Share one monitoring thread between channels by Yuchen Zeng · 7 years ago
  30. a2e506e Avoid using timers by Yuchen Zeng · 7 years ago
  31. 6a6d618 Prevent watching unsuppoted channels by Yuchen Zeng · 7 years ago
  32. 2411bac Address review comments by Yuchen Zeng · 7 years ago
  33. be9b814 Add ChannelConnectivityWatcher by Yuchen Zeng · 7 years ago
  34. 7c62a35 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  35. d37411e Some missing parts by Muxi Yan · 7 years ago
  36. e9447a0 Minor name fix by Muxi Yan · 7 years ago
  37. 9835395 Fix core_untyped_structs sanity test by Muxi Yan · 7 years ago
  38. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  39. d36283a Address review comments by Muxi Yan · 7 years ago
  40. b18ab3f Delete deprecated constructor and CallOpSetCollectionInterface by Vijay Pai · 7 years ago
  41. b8e68dc Add tags to tagless structs and unions. by Jeremy Yallop · 7 years ago
  42. ce58cf8 Add Slice constructors to match all grpc_slice cases by Vijay Pai · 7 years ago
  43. f9bf428 Add support for service configs to c-ares resolver. by Mark D. Roth · 7 years ago
  44. e68c0d1 Revert "Reintroduce a lambda capture as part of C++11-izing code" by Jan Tattermusch · 7 years ago
  45. 69b8fe0 Merge branch 'master' into stream_compression_config by Muxi Yan · 7 years ago
  46. e8a61d6 Add a default delete override for the interface by yang-g · 7 years ago
  47. b667f12 Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api by apolcyn · 7 years ago
  48. 088e85c add comment and test for memory api of grpc_call_cancel_with_status by Alexander Polcyn · 7 years ago
  49. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  50. bb7ff0d minor missing header by Muxi Yan · 7 years ago
  51. c80526d Modify C++ and Objective C to initialize maybe_stream_compression_level by Muxi Yan · 7 years ago
  52. 0603895 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  53. 68a0fd5 Separate stream compression from message-wise compression by Muxi Yan · 7 years ago
  54. 986f056 Merge pull request #11865 from yang-g/avl_interface by Yang Gao · 7 years ago
  55. 303de0a update comments by yang-g · 7 years ago
  56. 59ef648 Adding exec_ctx to avl vtable functions by yang-g · 7 years ago
  57. 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
  58. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  59. 4260f28 Merge pull request #11917 from hxcan/master by Mehrdad Afshari · 7 years ago
  60. ba65002 Fix error in Doxygen comment. by hxcan.cai · 7 years ago
  61. c97fc14 Revert "Stream compression configuration" by Muxi Yan · 7 years ago
  62. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  63. 4a70c24 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  64. e5ba80b Merge pull request #11870 from vjpai/slice by Vijay Pai · 7 years ago
  65. 65d447f Merge pull request #11454 from markdroth/server_cq_ok_semantics by Mark D. Roth · 7 years ago
  66. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  67. 764cdba Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  68. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  69. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  70. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  71. 0696611 Do not return calls on server when request proto fails to deserialize. by Mark D. Roth · 7 years ago
  72. da8eca5 Better handling of token lifetime. by Julien Boeuf · 7 years ago
  73. 00f78ba Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  74. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  75. c571a8a Merge pull request #11466 from ncteisen/revert-zco by Noah Eisen · 7 years ago
  76. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  77. 616dafd Partial revert of https://github.com/grpc/grpc/pull/10743 by ncteisen · 7 years ago
  78. a4dc077 Stream compression configuration by Muxi Yan · 7 years ago
  79. a6ca571 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  80. 2ca8282 Merge pull request #11738 from mehrdada/canonica-urls by Mehrdad Afshari · 7 years ago
  81. 6eaaa92 Merge pull request #11731 from yang-g/cpp_is_hard by Yang Gao · 7 years ago
  82. 5e36994 Merge pull request #11572 from vjpai/internalize by Vijay Pai · 7 years ago
  83. b84a489 Revert "Reduce server memory usage" by Ken Payson · 7 years ago
  84. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  85. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  86. d03594f second try by yang-g · 7 years ago
  87. 0d9caec Unref the call first in case the collection is still used in call by yang-g · 7 years ago
  88. a3d9291 Use pointer to avoid assignment and race. by yang-g · 7 years ago
  89. 17bf3e1 Merge pull request #11705 from vjpai/typos by Vijay Pai · 7 years ago
  90. 1d85332 Merge pull request #11532 from ctiller/optimize_for by Craig Tiller · 7 years ago
  91. 28ee1ec Resolve typos by Vijay Pai · 7 years ago
  92. 67a4054 Initialize pending_ops false by Noah Eisen · 7 years ago
  93. 36bb8a0 s/hanging/pending/g by ncteisen · 7 years ago
  94. 43f2b55 Add repro and fix to bidi case by ncteisen · 7 years ago
  95. 95f7a51 Fix writelast bug by ncteisen · 7 years ago
  96. a1a3f36 Merge github.com:grpc/grpc into optimize_for by Craig Tiller · 7 years ago
  97. b922334 Merge pull request #11539 from dgquintas/alarm_non_copyable by David G. Quintas · 7 years ago
  98. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  99. 10c040d Move collection reset before unref (since unref could destroy obj) by Vijay Pai · 7 years ago
  100. d35730d Fix use of terminal underscores in field names. by Vijay Pai · 7 years ago