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