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