1. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  2. 2230d60 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  3. de077ac Fix retry code handling of internally triggered recv_trailing_metadata. by Mark D. Roth · 6 years ago
  4. a63aa99 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  5. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  6. eef0cf6 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  7. 834aeca Revert "Let cronet use grpc_cronet_registry_plugin" by Muxi Yan · 6 years ago
  8. 7c1b5db Convert subchannel_list code to C++. by Mark D. Roth · 6 years ago
  9. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  10. 49f625f more comments by David Garcia Quintas · 6 years ago
  11. e44efe0 rest of pr comments by David Garcia Quintas · 6 years ago
  12. 861363d added call_host_override test by David Garcia Quintas · 6 years ago
  13. 93e2d92 Add more plugins to be used by grpc_cronet by Muxi Yan · 6 years ago
  14. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 6 years ago
  15. 0bc1e1d Fix generate projects by David Garcia Quintas · 6 years ago
  16. c3b7174 Merge pull request #14785 from kpayson64/regen_projects by kpayson64 · 6 years ago
  17. 7d3025f regenerated projects by David Garcia Quintas · 6 years ago
  18. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  19. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  20. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  21. dd011f2 Regenerate projects by kpayson64 · 6 years ago
  22. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 6 years ago
  23. b94d681 Add message size filter and deadline filter plugins by Muxi Yan · 6 years ago
  24. 7cc4bd8 Let cronet use grpc_cronet_registry_plugin by Muxi Yan · 6 years ago
  25. 99d0cee regenerate projects by Ruslan Nigmatullin · 6 years ago
  26. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  27. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  28. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  29. 961353a moved filter to ext by David Garcia Quintas · 6 years ago
  30. aa843f2 Testing making the authority filter a plugin, for cronet by David Garcia Quintas · 6 years ago
  31. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  32. ec154f6 Merge pull request #14642 from MrMage/avoid-running-sed-on-backups by Muxi Yan · 6 years ago
  33. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  34. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  35. 1450fd5 Podspec: Avoid running `sed` on the backup files it created itself. by Daniel Alm · 6 years ago
  36. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  37. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  38. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  39. 9efb177 Review feedback, gTest by ncteisen · 6 years ago
  40. e9587db Move status util by ncteisen · 6 years ago
  41. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  42. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  43. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  44. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  45. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  46. a84f818 Merge pull request #10684 from markdroth/retry by Mark D. Roth · 6 years ago
  47. 396d49d Introduce a 'weak' and mutable version of slice hash table by David Garcia Quintas · 6 years ago
  48. 718c834 Retry support. by Mark D. Roth · 6 years ago
  49. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 6 years ago
  50. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  51. 9073ea0 Regenerate projects by Mehrdad Afshari · 6 years ago
  52. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  53. 9b32d9c Merge pull request #14437 from yihuazhang/security_connector_replacement by Mark D. Roth · 6 years ago
  54. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 6 years ago
  55. c887549 Convert LB policy API to C++. by Mark D. Roth · 6 years ago
  56. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  57. 58a6275 Remove support for detached threads. All threads must be joined. by Vijay Pai · 6 years ago
  58. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  59. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 6 years ago
  60. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  61. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 6 years ago
  62. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  63. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  64. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  65. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  66. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 6 years ago
  67. 573717b Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  68. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  69. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 6 years ago
  70. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  71. cda058d build projects by Muxi Yan · 6 years ago
  72. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  73. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 6 years ago
  74. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  75. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 6 years ago
  76. 74958c5 Update Podspec version for ObjC by Matt Kwong · 6 years ago
  77. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  78. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 6 years ago
  79. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 6 years ago
  80. b6cf123 Privatize thread-local storage headers by Vijay Pai · 6 years ago
  81. 80e23d1 Separate out cmdline so that it can be used in tool and test builds by Vijay Pai · 6 years ago
  82. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 6 years ago
  83. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 6 years ago
  84. 4e8bcb2 Fix header dependancy by ncteisen · 6 years ago
  85. d36fe07 rename gts to alts by Yihua Zhang · 6 years ago
  86. 34ebf5d Move object registry out of gpr by ncteisen · 6 years ago
  87. bd0c019 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  88. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  89. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 6 years ago
  90. 4388404 Regenerate projects by Mehrdad Afshari · 6 years ago
  91. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 6 years ago
  92. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 6 years ago
  93. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  94. 47fe850 Merge pull request #14031 from muxi/fix-boringssl-sed by Muxi Yan · 6 years ago
  95. f3c83bf Fix sed error in podspecs on sed 4.4 by Muxi Yan · 6 years ago
  96. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  97. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  98. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 7 years ago
  99. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  100. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago