1. 0aa1bd2 Ensure thread_pool is not None for grpc.Server by Mehrdad Afshari · 6 years ago
  2. 381bcab Move a file from src/cpp to src/core since core depends on it by Vijay Pai · 6 years ago
  3. 33e5c0d Replace is by == for a status comparison by Paul Petit · 6 years ago
  4. ea7c0a6 Merge pull request #16296 from ericgribkoff/close_segfault_fix by Eric Gribkoff · 6 years ago
  5. bcd747d Added system roots feature to load roots from OS trust store by tdbhacks · 6 years ago
  6. 5a664d7 check if channel is closed before starting core ops by Eric Gribkoff · 6 years ago
  7. 02d4afb yapf code by Jan Tattermusch · 6 years ago
  8. bc8495d upgrade python to protobuf 3.6.0 by Jan Tattermusch · 6 years ago
  9. 4725386 Merge pull request #15993 from ghostwriternr/python_bazel_2 by Nathaniel Manista · 6 years ago
  10. f61e161 Add op index support for custom hooks by Mehrdad Afshari · 6 years ago
  11. 848fd9d Minimal Bazel BUILD files for grpcio Python by Naresh · 6 years ago
  12. c666aa6 Add low-level Cython debug/expansion hooks by Mehrdad Afshari · 6 years ago
  13. 603b82c Add a matching _unwrap_grpc_arg by Mehrdad Afshari · 6 years ago
  14. fbfebd8 Add Cython functionality to directly wrap grpc_arg by Mehrdad Afshari · 6 years ago
  15. 9896c64 Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" by Alexander Polcyn · 6 years ago
  16. d9e8f86 Merge pull request #16158 from apolcyn/revert_windows_breakage by apolcyn · 6 years ago
  17. f34c653 Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort" by Alexander Polcyn · 6 years ago
  18. b12f0aa Add SERVICE_NAME to reflection/health by Mehrdad Afshari · 6 years ago
  19. ae8d3ef Merge pull request #15797 from apolcyn/windows_compile_and_sort by apolcyn · 6 years ago
  20. 1b1d5e5 Get c-ares to compile and do address sorting on windows by Alex Polcyn · 6 years ago
  21. b928f99 Disable ChannelConnectivityTest for the Beta API by Mehrdad Afshari · 6 years ago
  22. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  23. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  24. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  25. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  26. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  27. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  28. 84955e7 Upmerge v1.13.x into master by Mehrdad Afshari · 6 years ago
  29. 650fcb6 Add MANIFEST and README to grpcio_testing package by Mehrdad Afshari · 6 years ago
  30. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  31. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  32. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  33. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  34. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  35. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  36. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  37. a5530e9 Specify thread-safety of grpc-created channels by Nathaniel Manista · 6 years ago
  38. b291f18 Refactor: reorder by Mehrdad Afshari · 6 years ago
  39. 56142a5 Refactor: avoid calling with_call API by Mehrdad Afshari · 6 years ago
  40. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  41. a33b807 Re-raise grpc.RpcError instead of eating it by Mehrdad Afshari · 6 years ago
  42. e9cbad5 Refactor: rename _LocalFailure to _FailureOutcome by Mehrdad Afshari · 7 years ago
  43. e2ebd89 Optimize blocking intercepted stream-unary calls by Mehrdad Afshari · 7 years ago
  44. 3291979 Optimize blocking intercepted unary-unary calls by Mehrdad Afshari · 7 years ago
  45. 30a0187 Merge pull request #15744 from kpayson64/disable_lru by kpayson64 · 6 years ago
  46. 521246e Disable LRU cache test on gevent by kpayson64 · 6 years ago
  47. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  48. 759eb90 Merge pull request #15707 from ghostwriternr/fix-cython-file-endings by Nathaniel Manista · 6 years ago
  49. b436d56 Merge pull request #15689 from nathanielmanistaatgoogle/generic-rpc-handler-validation by Nathaniel Manista · 6 years ago
  50. 435c6f8 Update grpc_gevent cython files to include .pxi by Naresh · 6 years ago
  51. 586c639 Regenerate projects by Srini Polavarapu · 6 years ago
  52. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  53. 92a0635 Merge pull request #15682 from mehrdada/bump-pylint by Mehrdad Afshari · 6 years ago
  54. 369d827 Check conformance to grpc.GenericRpcHandler type by Nathaniel Manista · 6 years ago
  55. 8872a31 Merge pull request #14879 from santoshankr/python_ssl_session_cache_lru by Nathaniel Manista · 6 years ago
  56. d6547ea Change exception type to AssertError by Mehrdad Afshari · 6 years ago
  57. f07f6c9 Remove comment that is no longer relevant by Mehrdad Afshari · 6 years ago
  58. 6eac8c5 Run yapf to reformat Python code by Mehrdad Afshari · 6 years ago
  59. 109b5b1 Fix arguments-differ pylint warning by Mehrdad Afshari · 6 years ago
  60. de1718c Remove unused _junkdrawer by Mehrdad Afshari · 6 years ago
  61. a941ec6 Fix import order to satisfy pylint by Mehrdad Afshari · 6 years ago
  62. bfbd192 Fix raising-format-tuple pylint warning by Mehrdad Afshari · 6 years ago
  63. b6955d9 Refactor to avord redefining argument by Mehrdad Afshari · 6 years ago
  64. c095c5c Fix arguments-differ pylint warning by Mehrdad Afshari · 6 years ago
  65. 6c44fd6 Fix useless-super-delegation pylint warnings by Mehrdad Afshari · 6 years ago
  66. ebb1767 Implement abstract methods _LocalFailure inherits by Mehrdad Afshari · 6 years ago
  67. a99945d Fix arguments-differ pylint warning by Mehrdad Afshari · 6 years ago
  68. 4b7223d Remove unnecessary pylint suppressions by Mehrdad Afshari · 6 years ago
  69. 0aaeedc Fix inconsistent-return-statements pylint warnings by Mehrdad Afshari · 6 years ago
  70. c48acb8 Fix code to pass len-as-condition pylint test by Mehrdad Afshari · 6 years ago
  71. 06e1683 Merge pull request #14557 from ghostwriternr/py-custom-logger by Nathaniel Manista · 6 years ago
  72. fd4c5dd TLS session resumption support for Python clients by Santosh Ananthakrishnan · 7 years ago
  73. b441dbb Merge pull request #15666 from nathanielmanistaatgoogle/15662 by Nathaniel Manista · 6 years ago
  74. 9c86b20 Retain references to channel arguments by Nathaniel Manista · 6 years ago
  75. c3c6e06 Add basic support for GetChannel by ncteisen · 6 years ago
  76. f423280 Merge pull request #15607 from kpayson64/upmerge_changes by kpayson64 · 6 years ago
  77. b26b2af Merge remote-tracking branch 'upstream/v1.12.x' into upmerge_changes by kpayson64 · 6 years ago
  78. 0647b03 Use gevent greenlets for metadata callbacks by kpayson64 · 6 years ago
  79. 38689e6 Python: wordsmith documentation on Server.stop() by Augie Fackler · 6 years ago
  80. 2e113ca Update logging in Python to use module-level logger by Naresh · 7 years ago
  81. deebcfe Use the correct proto for benchmark_serivce by kpayson64 · 6 years ago
  82. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  83. 272cdca regenerate projects by Jan Tattermusch · 6 years ago
  84. 654eced Merge pull request #15341 from ncteisen/registry++ by Noah Eisen · 6 years ago
  85. bba8840 Change filename to channelz by ncteisen · 6 years ago
  86. 0b8b9a0 Surfaces debug_error_string to Python API by Noah Eisen · 7 years ago
  87. 5fc081a Merge pull request #14647 from kpayson64/fork_exec_ctx_check by kpayson64 · 6 years ago
  88. 4ecc5d8 Regenerate projects by Mehrdad Afshari · 6 years ago
  89. 97c2932 Install futures package only on Python 2 by Mehrdad Afshari · 6 years ago
  90. ac6aaa3 Install futures package only on Python 2 by Mehrdad Afshari · 6 years ago
  91. 4fad281 Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check by kpayson64 · 6 years ago
  92. 41e4ced Adding opencensus grpc plugin. by Vizerai · 6 years ago
  93. 274840e Migrate SSL_transport_security TSI to new TSI handshaker API by jiangtaoli2016 · 6 years ago
  94. 6d6c780 Merge remote-tracking branch 'upstream/master' into remove_cleanup_thread by kpayson64 · 6 years ago
  95. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  96. e388cdf Regenerate projects by Mehrdad Afshari · 6 years ago
  97. 72a85b1 Merge pull request #15254 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 6 years ago
  98. bccd32d Add grpc.Channel.close by Nathaniel Manista · 6 years ago
  99. c955125 Merge pull request #15132 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 6 years ago
  100. ca7ba4d Keep Core memory inside cygrpc.Channel objects by Nathaniel Manista · 6 years ago