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