1. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 6 years ago
  2. 1450fd5 Podspec: Avoid running `sed` on the backup files it created itself. by Daniel Alm · 6 years ago
  3. 632ddf7 Merge pull request #14616 from yang-g/strikke by Yang Gao · 6 years ago
  4. 980fc16 Merge pull request #14632 from grpc/revert-14400-hook_alts by Sree Kuchibhotla · 6 years ago
  5. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  6. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 6 years ago
  7. 03f2200 Increase mac Python artifact build timeout by kpayson64 · 6 years ago
  8. 660547d fix build on netstandard1.5 by Jan Tattermusch · 6 years ago
  9. 4a15f40 Fix test by yang-g · 6 years ago
  10. d606e36 regenerate projects by Jan Tattermusch · 6 years ago
  11. 999b650 update third_party/boringssl to the latest chromium-stable by Jan Tattermusch · 6 years ago
  12. 3a8c0d6 Add external bindings for targets needed for the cc_grpc_library rule. by Ian Sturdy · 6 years ago
  13. 622b33d Remove unused idle_work by kpayson64 · 6 years ago
  14. dcf340e address comments by Jan Tattermusch · 6 years ago
  15. 8b875ac Merge pull request #14544 from danzh2010/udpinterface by Yang Gao · 6 years ago
  16. a37e8de Do poll for poll_posix engine when kicked with 0s timeout by kpayson64 · 6 years ago
  17. d35471a detect when running on Unity iOS by Jan Tattermusch · 6 years ago
  18. ec27b28 Fix C++ codegen with bazel in subrepositories by Ian Sturdy · 6 years ago
  19. 66d1100 Merge pull request #14613 from grpc/mit-mit-adddart by Jan Tattermusch · 6 years ago
  20. c1e6a84 Merge pull request #14120 from jakobr-google/dart by Jan Tattermusch · 6 years ago
  21. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  22. d2365d6 Reviewer comments by ncteisen · 6 years ago
  23. 4135ef7 Merge pull request #14400 from yihuazhang/hook_alts by Mark D. Roth · 6 years ago
  24. 36e02bf Fix sanity by ncteisen · 6 years ago
  25. 09703ea Add severity by ncteisen · 6 years ago
  26. bec1a61 Reviewer feedback by ncteisen · 6 years ago
  27. 97a3dbe Move C++ to util, call it from core test by ncteisen · 6 years ago
  28. 568a95e Make test work by ncteisen · 6 years ago
  29. 503099b Redoing render, about to take things away by ncteisen · 6 years ago
  30. 07ed039 Add JsonProtoTest by ncteisen · 6 years ago
  31. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  32. 0a05b78 Move python DNS utilities to utils subdirectory by Alexander Polcyn · 6 years ago
  33. abd9d53 Only increase strike once by yang-g · 6 years ago
  34. 14b470a Merge pull request #14609 from apolcyn/cleanup_grpc_py_binary by apolcyn · 6 years ago
  35. 67bffee Add Dart, and move other repos into a table format by Michael Thomsen · 6 years ago
  36. 3c5e12d Remove the C++ test dependency on dig and dnsutils by Alex Polcyn · 6 years ago
  37. 9efb177 Review feedback, gTest by ncteisen · 6 years ago
  38. 2377688 Merge pull request #14606 from vjpai/threadname by Vijay Pai · 6 years ago
  39. 092f199 Clean up grpc_py_binary build rule by Alexander Polcyn · 6 years ago
  40. 02b64f5 Fix a thread name by Vijay Pai · 6 years ago
  41. b50f74f Reviewer comments by ncteisen · 6 years ago
  42. e9587db Move status util by ncteisen · 6 years ago
  43. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  44. b988e39 script improvements by Jan Tattermusch · 6 years ago
  45. 3ebfe92 Update grpc-dart repo after The Move. by Jakob Roland Andersen · 6 years ago
  46. 1d6072c Merge branch 'master' into udpinterface by danzh · 6 years ago
  47. fdd24f1 enable loading grpc_csharp_ext as a unity native plugin by Jan Tattermusch · 6 years ago
  48. 8f91ad9 use static_cast by Dan Zhang · 6 years ago
  49. a1b0ee2 add IsUnity property by Jan Tattermusch · 6 years ago
  50. cfae76b add experimental script for building the unitypackage by Jan Tattermusch · 6 years ago
  51. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  52. cb36a2a Use pre-built Dart docker image. by Jakob Roland Andersen · 7 years ago
  53. 9b719b3 clone grpc-dart when running on kokoro by Jan Tattermusch · 7 years ago
  54. 0d629f0 yapf format code by Jan Tattermusch · 7 years ago
  55. 8d3f976 fix sanity tests by Jan Tattermusch · 7 years ago
  56. c7dd4b4 WIP: Add Dart support in interop by Jakob Roland Andersen · 7 years ago
  57. cab01db Merge pull request #14600 from vjpai/sst by Vijay Pai · 6 years ago
  58. 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 6 years ago
  59. 7d90d54 Reviewer feedback by ncteisen · 6 years ago
  60. ac945eb Reviewer comments by ncteisen · 6 years ago
  61. 50cecca Merge pull request #14597 from vjpai/deinterpret by Vijay Pai · 6 years ago
  62. 6684230 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  63. 2f4161c Use stack frame size limits for consistency with internal builds by Vijay Pai · 6 years ago
  64. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  65. 673439d Merge pull request #14588 from ghostwriternr/task-runner-git-fix by Matt Kwong · 6 years ago
  66. d3f7c0f Merge pull request #14478 from cookyt/tool-print-trailing-meta by Vijay Pai · 6 years ago
  67. 5cb1c97 Merge pull request #14458 from coryan/patch-1 by Vijay Pai · 6 years ago
  68. d8feec2 Merge pull request #13580 from ZhouyihaiDing/protobuf_3.5.0_plugin by Zhouyihai Ding · 6 years ago
  69. 32f7c48 Revert removals from python artifact dockerfiles by Naresh · 6 years ago
  70. 39a4746 update php plugin with protobuf 3.5.0 by ZhouyihaiDing · 7 years ago
  71. aa7fa51 Merge pull request #14582 from markdroth/fake_resolver_test_fix by Mark D. Roth · 6 years ago
  72. e5335b4 Merge pull request #14532 from ncteisen/cpu by Vijay Pai · 6 years ago
  73. 0897bef Merge pull request #14586 from orijtech/master by Vijay Pai · 6 years ago
  74. 79424cf Merge pull request #14576 from jtattermusch/csharp_unity_xamarin_resources by Jan Tattermusch · 6 years ago
  75. 89ce16b Update Dockerfiles for python artifacts to use latest git version by Naresh · 6 years ago
  76. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  77. 6eae794 Merge pull request #14459 from vjpai/2phase_thd by Vijay Pai · 6 years ago
  78. 4013f0c Address reviewer comments by Vijay Pai · 6 years ago
  79. 2bd7bf1 doc: fix minor typo in spelling "mechanism" by Emmanuel T Odeke · 6 years ago
  80. a1cb459 Remove hostname extraction for ConnectivityMonitor by Muxi Yan · 6 years ago
  81. c128457 Fix build and sanity by ncteisen · 6 years ago
  82. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 6 years ago
  83. 72c4431 Fix test by ncteisen · 6 years ago
  84. cd6755b Re write rendered by ncteisen · 6 years ago
  85. 6fc5aba Fix asan failure in fake_resolver_test. by Mark D. Roth · 6 years ago
  86. 7791768 reviewer feedback by ncteisen · 6 years ago
  87. 21687ea fix mem leak by ncteisen · 6 years ago
  88. f22dae6 Merge pull request #14579 from adelez/foundry_integration by adelez · 6 years ago
  89. af85e8f Merge pull request #14572 from mehrdada/master by Mehrdad Afshari · 6 years ago
  90. 895cd4f Fix msan command by Adele Zhou · 6 years ago
  91. ee013d2 Fix build and sanity by ncteisen · 6 years ago
  92. f9244af Merge pull request #14193 from ericgribkoff/android_cpp_helloworld by Eric Gribkoff · 6 years ago
  93. dafb7c9 Add gorgeous to g_stands_for.md for 1.11 by Mehrdad Afshari · 6 years ago
  94. ffa2ce3 Upmerge branch 'v1.10.x' into master by Mehrdad Afshari · 6 years ago
  95. 4dad711 get rid of C# connectivity watcher task by Jan Tattermusch · 6 years ago
  96. a32a4c5 C++ on Android example client and server by Eric Gribkoff · 7 years ago
  97. 0f97a36 address comments by Jan Tattermusch · 6 years ago
  98. c35e52e cmake: dont use rt and pthread for Android by Jan Tattermusch · 6 years ago
  99. 4d77449 add useful resources for unity/xamarin support by Jan Tattermusch · 6 years ago
  100. bf5237a reviewer comments by ncteisen · 6 years ago