1. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 6 years ago
  2. 77f64f7 Put address_sorting's public header under its own directory. Also add by Alex Polcyn · 7 years ago
  3. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  4. b94d681 Add message size filter and deadline filter plugins by Muxi Yan · 6 years ago
  5. 7cc4bd8 Let cronet use grpc_cronet_registry_plugin by Muxi Yan · 6 years ago
  6. 99d0cee regenerate projects by Ruslan Nigmatullin · 6 years ago
  7. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  8. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  9. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  10. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  11. 961353a moved filter to ext by David Garcia Quintas · 6 years ago
  12. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 6 years ago
  13. 2f6fc70 Abort if direct channel doesn't provide default authority ch arg by David Garcia Quintas · 6 years ago
  14. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  15. 2c6aee9 Merge pull request #14591 from vjpai/framesize by Vijay Pai · 6 years ago
  16. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  17. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 6 years ago
  18. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  19. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 7 years ago
  20. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 7 years ago
  21. d606e36 regenerate projects by Jan Tattermusch · 7 years ago
  22. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  23. 36e02bf Fix sanity by ncteisen · 7 years ago
  24. 97a3dbe Move C++ to util, call it from core test by ncteisen · 7 years ago
  25. 07ed039 Add JsonProtoTest by ncteisen · 7 years ago
  26. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  27. 9efb177 Review feedback, gTest by ncteisen · 7 years ago
  28. e9587db Move status util by ncteisen · 7 years ago
  29. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 7 years ago
  30. 31c05ba reviewer feedback, rename by ncteisen · 7 years ago
  31. 7d90d54 Reviewer feedback by ncteisen · 7 years ago
  32. 2f4161c Use stack frame size limits for consistency with internal builds by Vijay Pai · 7 years ago
  33. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  34. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  35. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  36. a84f818 Merge pull request #10684 from markdroth/retry by Mark D. Roth · 7 years ago
  37. 396d49d Introduce a 'weak' and mutable version of slice hash table by David Garcia Quintas · 7 years ago
  38. 718c834 Retry support. by Mark D. Roth · 7 years ago
  39. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 7 years ago
  40. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  41. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  42. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  43. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 7 years ago
  44. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 7 years ago
  45. 5e176d5 grpc-cli: add install-grpc-cli target to Makefile by Tobias Jungel · 7 years ago
  46. 58a6275 Remove support for detached threads. All threads must be joined. by Vijay Pai · 7 years ago
  47. b0d7182 Merge pull request #14444 from dgquintas/kill_grpclb_test by David G. Quintas · 7 years ago
  48. 249a1d7 Removed outdated grpclb_test by David Garcia Quintas · 7 years ago
  49. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  50. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  51. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 7 years ago
  52. 132efa0 Add non-blocking test by Vijay Pai · 7 years ago
  53. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  54. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 7 years ago
  55. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 7 years ago
  56. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  57. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  58. 209f644 Convert resolver API to C++. by Mark D. Roth · 7 years ago
  59. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 7 years ago
  60. 573717b Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  61. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  62. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 7 years ago
  63. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  64. 890e386 Merge pull request #14348 from mehrdada/upmerge by Mehrdad Afshari · 7 years ago
  65. cda058d build projects by Muxi Yan · 7 years ago
  66. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 7 years ago
  67. 1a8565d Bump version to 1.9.1 by Ken Payson · 7 years ago
  68. 08ce35d Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  69. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  70. 45ba983 Merge pull request #14284 from dgquintas/kill_lb_policies_test by David G. Quintas · 7 years ago
  71. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  72. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  73. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  74. 4eca959 Merge pull request #14228 from dgquintas/dns_cooldown by David G. Quintas · 7 years ago
  75. 8d8214a Removed obsolete lb_policies_test by David Garcia Quintas · 7 years ago
  76. 64d02ba Merge branch 'master' of github.com:grpc/grpc into dns_cooldown by David Garcia Quintas · 7 years ago
  77. d2a575a Merge branch 'master' into HEAD by Vijay Pai · 7 years ago
  78. 3685041 Merge pull request #14256 from matt-kwong/bsl by Matt Kwong · 7 years ago
  79. e05ca22 Regenerate projects by Mehrdad Afshari · 7 years ago
  80. 1b0168e Add BoringSSL tests by Matt Kwong · 7 years ago
  81. 32b9bdd Merge pull request #13948 from matt-kwong/bsl by Matt Kwong · 7 years ago
  82. a984e45 Merge pull request #14112 from yashykt/badclient by Yash Tibrewal · 7 years ago
  83. 956fe5e Added tests, supporting c-ares as well as std resolver. by David Garcia Quintas · 7 years ago
  84. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  85. 654944b Add -fno-rtti and -fno-exceptions flags to BoringSSL compilation by Matt Kwong · 7 years ago
  86. a110c74 Update BoringSSL to latest chromium-stable ref by Matt Kwong · 7 years ago
  87. 812e5da Regenerate projects by Mehrdad Afshari · 7 years ago
  88. 1dc0833 Don't segfault on header replay by Ken Payson · 7 years ago
  89. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 7 years ago
  90. 8f40827 Merge pull request #14136 from jtattermusch/add_ubuntu_1710 by Jan Tattermusch · 7 years ago
  91. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  92. b6cf123 Privatize thread-local storage headers by Vijay Pai · 7 years ago
  93. 80e23d1 Separate out cmdline so that it can be used in tool and test builds by Vijay Pai · 7 years ago
  94. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 7 years ago
  95. 16efe6c Generate projects properly by Vijay Pai · 7 years ago
  96. 99bc5c6 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  97. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  98. ea8027a Merge branch 'master' into badclient by Yash Tibrewal · 7 years ago
  99. 98cd36e Add a test by yang-g · 7 years ago
  100. d36fe07 rename gts to alts by Yihua Zhang · 7 years ago