1. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  2. 76eab73 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  3. ec3c138 Merge branch 'master' into externC by Yash Tibrewal · 7 years ago
  4. d6aca04 Force define __STDC_FORMAT_MACROS for PRIdxx types by Yash Tibrewal · 7 years ago
  5. 53a47f0 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  6. 89cf5a4 Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems by Muxi Yan · 7 years ago
  7. 1e868f0 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  8. 11aa678 Merge pull request #12702 from endobson/call-ref by Mehrdad Afshari · 7 years ago
  9. ede8ed2 Merge pull request #12374 from markdroth/plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  10. 73144f9 Merge pull request #12759 from kpayson64/no_more_xp by kpayson64 · 7 years ago
  11. 6456e49 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  12. 30f1d0f Specify min windows version as Vista for Python by Ken Payson · 7 years ago
  13. 61b26f9 Code review changes. by Mark D. Roth · 7 years ago
  14. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  15. 873b55c Merge pull request #12340 from muxi/fix-objc-unreachable-code by Muxi Yan · 7 years ago
  16. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  17. 60092b0 Fix docs on grpc_call_ref by Eric Dobson · 7 years ago
  18. cfb2da4 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  19. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  20. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  21. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  22. c65c877 Remove the entire line by Muxi Yan · 7 years ago
  23. 0d958d2 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  24. 18c77cc Fix pings by Craig Tiller · 7 years ago
  25. 6712c7d Merging master into yashykt:ctocc6 by Yash Tibrewal · 7 years ago
  26. 0aedb81 Merge pull request #11587 from y-zeng/pure_ping by Yuchen Zeng · 7 years ago
  27. 06312bd Minor formatting, commenting and clang format for C to C++ conversion by Yash Tibrewal · 7 years ago
  28. 6b56c4d Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of by Yash Tibrewal · 7 years ago
  29. ad32075 Set last_ping_sent_time to inf_past after receiving data by Yuchen Zeng · 7 years ago
  30. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  31. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  32. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  33. 3bf7b71 Merge pull request #12187 from AspirinSJL/lb_fallback by Juanli Shen · 7 years ago
  34. a6721a0 Comment that IPv6 Any accepts both IPv4 and IPv6 connections. by K.K. Yap · 7 years ago
  35. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  36. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  37. 0aee498 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  38. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  39. 66eaa32 Specify that ServerCompletionQueue must be drained. by Vijay Pai · 7 years ago
  40. dfc6cff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  41. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  42. a8fc020 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  43. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  44. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  45. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  46. 0033c75 C89 by Craig Tiller · 7 years ago
  47. b8fcff1 Compile fix by Craig Tiller · 7 years ago
  48. 9c51943 EXPERIMENT: Increase grpc_slice size to allow more inlining by Craig Tiller · 7 years ago
  49. b675e0a Annotate benign race by Craig Tiller · 7 years ago
  50. c64be96 Correct spelling of 'client'. by Blair Kutzman · 7 years ago
  51. 2caf021 Change plugin credentials API to support both sync and async modes. by Mark D. Roth · 7 years ago
  52. 9bebf8b C++ API for write-through by Craig Tiller · 7 years ago
  53. 6ba448f Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  54. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  55. 8fd40d5 Merge github.com:grpc/grpc into wc by Craig Tiller · 7 years ago
  56. 0e39698 Allow unreachable code on iPhone by Muxi Yan · 7 years ago
  57. 08b79c1 Doc UPdate by Ken Payson · 7 years ago
  58. 4754398 Clang_format by Ken Payson · 7 years ago
  59. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  60. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  61. ff4f2db Merge pull request #11566 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  62. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  63. 2921e1e Merge pull request #12282 from yang-g/sync_thd_refactor by Yang Gao · 7 years ago
  64. a79ada3 Double check macro to protect from faulty test. by yang-g · 7 years ago
  65. 9ff6031 Add sync_custom.h by yang-g · 7 years ago
  66. b4481a9 Share one monitoring thread between channels by Yuchen Zeng · 7 years ago
  67. a2e506e Avoid using timers by Yuchen Zeng · 7 years ago
  68. 6a6d618 Prevent watching unsuppoted channels by Yuchen Zeng · 7 years ago
  69. 2411bac Address review comments by Yuchen Zeng · 7 years ago
  70. be9b814 Add ChannelConnectivityWatcher by Yuchen Zeng · 7 years ago
  71. 7c62a35 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  72. d37411e Some missing parts by Muxi Yan · 7 years ago
  73. e9447a0 Minor name fix by Muxi Yan · 7 years ago
  74. 9835395 Fix core_untyped_structs sanity test by Muxi Yan · 7 years ago
  75. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  76. d36283a Address review comments by Muxi Yan · 7 years ago
  77. b18ab3f Delete deprecated constructor and CallOpSetCollectionInterface by Vijay Pai · 7 years ago
  78. b8e68dc Add tags to tagless structs and unions. by Jeremy Yallop · 7 years ago
  79. ce58cf8 Add Slice constructors to match all grpc_slice cases by Vijay Pai · 7 years ago
  80. f9bf428 Add support for service configs to c-ares resolver. by Mark D. Roth · 7 years ago
  81. e68c0d1 Revert "Reintroduce a lambda capture as part of C++11-izing code" by Jan Tattermusch · 7 years ago
  82. 69b8fe0 Merge branch 'master' into stream_compression_config by Muxi Yan · 7 years ago
  83. e8a61d6 Add a default delete override for the interface by yang-g · 7 years ago
  84. b667f12 Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api by apolcyn · 7 years ago
  85. 088e85c add comment and test for memory api of grpc_call_cancel_with_status by Alexander Polcyn · 7 years ago
  86. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  87. bb7ff0d minor missing header by Muxi Yan · 7 years ago
  88. c80526d Modify C++ and Objective C to initialize maybe_stream_compression_level by Muxi Yan · 7 years ago
  89. 0603895 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  90. 68a0fd5 Separate stream compression from message-wise compression by Muxi Yan · 7 years ago
  91. 986f056 Merge pull request #11865 from yang-g/avl_interface by Yang Gao · 7 years ago
  92. 303de0a update comments by yang-g · 7 years ago
  93. 59ef648 Adding exec_ctx to avl vtable functions by yang-g · 7 years ago
  94. 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
  95. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  96. 4260f28 Merge pull request #11917 from hxcan/master by Mehrdad Afshari · 7 years ago
  97. ba65002 Fix error in Doxygen comment. by hxcan.cai · 7 years ago
  98. c97fc14 Revert "Stream compression configuration" by Muxi Yan · 7 years ago
  99. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  100. 4a70c24 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago