1. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  2. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  3. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  4. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  5. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  6. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  7. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  8. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  9. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  10. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  11. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  12. a5530e9 Specify thread-safety of grpc-created channels by Nathaniel Manista · 6 years ago
  13. b291f18 Refactor: reorder by Mehrdad Afshari · 6 years ago
  14. 56142a5 Refactor: avoid calling with_call API by Mehrdad Afshari · 6 years ago
  15. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  16. a33b807 Re-raise grpc.RpcError instead of eating it by Mehrdad Afshari · 6 years ago
  17. e9cbad5 Refactor: rename _LocalFailure to _FailureOutcome by Mehrdad Afshari · 6 years ago
  18. e2ebd89 Optimize blocking intercepted stream-unary calls by Mehrdad Afshari · 6 years ago
  19. 3291979 Optimize blocking intercepted unary-unary calls by Mehrdad Afshari · 6 years ago
  20. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  21. 759eb90 Merge pull request #15707 from ghostwriternr/fix-cython-file-endings by Nathaniel Manista · 6 years ago
  22. b436d56 Merge pull request #15689 from nathanielmanistaatgoogle/generic-rpc-handler-validation by Nathaniel Manista · 6 years ago
  23. 435c6f8 Update grpc_gevent cython files to include .pxi by Naresh · 6 years ago
  24. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  25. 92a0635 Merge pull request #15682 from mehrdada/bump-pylint by Mehrdad Afshari · 6 years ago
  26. 369d827 Check conformance to grpc.GenericRpcHandler type by Nathaniel Manista · 6 years ago
  27. 8872a31 Merge pull request #14879 from santoshankr/python_ssl_session_cache_lru by Nathaniel Manista · 6 years ago
  28. d6547ea Change exception type to AssertError by Mehrdad Afshari · 6 years ago
  29. f07f6c9 Remove comment that is no longer relevant by Mehrdad Afshari · 6 years ago
  30. ebb1767 Implement abstract methods _LocalFailure inherits by Mehrdad Afshari · 6 years ago
  31. a99945d Fix arguments-differ pylint warning by Mehrdad Afshari · 6 years ago
  32. 4b7223d Remove unnecessary pylint suppressions by Mehrdad Afshari · 6 years ago
  33. 0aaeedc Fix inconsistent-return-statements pylint warnings by Mehrdad Afshari · 6 years ago
  34. c48acb8 Fix code to pass len-as-condition pylint test by Mehrdad Afshari · 6 years ago
  35. 06e1683 Merge pull request #14557 from ghostwriternr/py-custom-logger by Nathaniel Manista · 6 years ago
  36. fd4c5dd TLS session resumption support for Python clients by Santosh Ananthakrishnan · 6 years ago
  37. b441dbb Merge pull request #15666 from nathanielmanistaatgoogle/15662 by Nathaniel Manista · 6 years ago
  38. 9c86b20 Retain references to channel arguments by Nathaniel Manista · 6 years ago
  39. c3c6e06 Add basic support for GetChannel by ncteisen · 6 years ago
  40. f423280 Merge pull request #15607 from kpayson64/upmerge_changes by kpayson64 · 6 years ago
  41. b26b2af Merge remote-tracking branch 'upstream/v1.12.x' into upmerge_changes by kpayson64 · 6 years ago
  42. 0647b03 Use gevent greenlets for metadata callbacks by kpayson64 · 6 years ago
  43. 38689e6 Python: wordsmith documentation on Server.stop() by Augie Fackler · 6 years ago
  44. 2e113ca Update logging in Python to use module-level logger by Naresh · 7 years ago
  45. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  46. 272cdca regenerate projects by Jan Tattermusch · 6 years ago
  47. 654eced Merge pull request #15341 from ncteisen/registry++ by Noah Eisen · 6 years ago
  48. bba8840 Change filename to channelz by ncteisen · 6 years ago
  49. 0b8b9a0 Surfaces debug_error_string to Python API by Noah Eisen · 7 years ago
  50. 4ecc5d8 Regenerate projects by Mehrdad Afshari · 6 years ago
  51. 4fad281 Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check by kpayson64 · 6 years ago
  52. 41e4ced Adding opencensus grpc plugin. by Vizerai · 6 years ago
  53. 274840e Migrate SSL_transport_security TSI to new TSI handshaker API by jiangtaoli2016 · 6 years ago
  54. 6d6c780 Merge remote-tracking branch 'upstream/master' into remove_cleanup_thread by kpayson64 · 6 years ago
  55. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  56. e388cdf Regenerate projects by Mehrdad Afshari · 6 years ago
  57. 72a85b1 Merge pull request #15254 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 6 years ago
  58. bccd32d Add grpc.Channel.close by Nathaniel Manista · 6 years ago
  59. c955125 Merge pull request #15132 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 6 years ago
  60. ca7ba4d Keep Core memory inside cygrpc.Channel objects by Nathaniel Manista · 6 years ago
  61. 701e70d c++ify by kpayson64 · 6 years ago
  62. a0bc0ac Remove CleanupThread by kpayson64 · 6 years ago
  63. a63aa99 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  64. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  65. 7d6d2e8 Removing setsockopt completely actually. by Nicolas "Pixel" Noble · 6 years ago
  66. 5426183 Taking care of gevent. by Nicolas "Pixel" Noble · 6 years ago
  67. 7c1b5db Convert subchannel_list code to C++. by Mark D. Roth · 6 years ago
  68. 07e75a0 Merge pull request #14615 from dgquintas/authority_header by David G. Quintas · 6 years ago
  69. c394965 Merge pull request #14561 from kpayson64/gevent_2 by kpayson64 · 6 years ago
  70. 1bfff8e Initial gevent support by kpayson64 · 6 years ago
  71. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  72. 49f625f more comments by David Garcia Quintas · 6 years ago
  73. e44efe0 rest of pr comments by David Garcia Quintas · 6 years ago
  74. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 6 years ago
  75. 811169d Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  76. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 6 years ago
  77. 7b2f5775 Release the GIL when calling grpc_call_start_batch. by Feng Li · 6 years ago
  78. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  79. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  80. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  81. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  82. 99d0cee regenerate projects by Ruslan Nigmatullin · 6 years ago
  83. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  84. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  85. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  86. 961353a moved filter to ext by David Garcia Quintas · 6 years ago
  87. aa843f2 Testing making the authority filter a plugin, for cronet by David Garcia Quintas · 6 years ago
  88. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  89. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  90. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  91. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 6 years ago
  92. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 7 years ago
  93. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 7 years ago
  94. d606e36 regenerate projects by Jan Tattermusch · 7 years ago
  95. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  96. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  97. e9587db Move status util by ncteisen · 7 years ago
  98. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 7 years ago
  99. 31c05ba reviewer feedback, rename by ncteisen · 7 years ago
  100. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago