1. 69b7231 gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  2. 2014a37 Fix projects by Craig Tiller · 7 years ago
  3. 4deeb65 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  4. b893046 Build simplification by Craig Tiller · 7 years ago
  5. 268a823 Pull flow control into one module by ncteisen · 7 years ago
  6. 2808668 Add a simple stats framework to gRPC C core by Craig Tiller · 7 years ago
  7. ea8f591 Merge pull request #11607 from yihuazhang/tsi_init by Mark D. Roth · 7 years ago
  8. be803dc Merge pull request #11859 from nathanielmanistaatgoogle/gitignore by Nathaniel Manista · 7 years ago
  9. c0df1c0 Compiling again by Craig Tiller · 7 years ago
  10. 1c0b20d Narrow .gitignore to only what it needs to ignore by Nathaniel Manista · 7 years ago
  11. 1435bfc Add GTS plugin by Yihua Zhang · 7 years ago
  12. 0086d02 Merge pull request #11189 from muxi/stream_compression by Muxi Yan · 7 years ago
  13. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  14. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  15. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  16. 46569f2 Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py by Nicolas "Pixel" Noble · 7 years ago
  17. 76a316c Add `set noparent` to Python OWNER files by Mehrdad Afshari · 7 years ago
  18. b03e5cb Add @mehrdada to python OWNERS by Mehrdad Afshari · 7 years ago
  19. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  20. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  21. 2ca8282 Merge pull request #11738 from mehrdada/canonica-urls by Mehrdad Afshari · 7 years ago
  22. a4710a0 Revert "Remove lockfree-stack implementation that is no longer used" by Ken Payson · 7 years ago
  23. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  24. 976eb7c Fetch grpc.io/release over https by Mehrdad Afshari · 7 years ago
  25. b0d6f11 Remove declaration of missing field. by Robert Bradshaw · 7 years ago
  26. e87a7e1 Move stream_compression to src/core/lib/compression by Muxi Yan · 7 years ago
  27. c1f837c Make stream compression module by Muxi Yan · 7 years ago
  28. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  29. 6613f60 Enable wrong-import-order lint by Nathaniel Manista · 7 years ago
  30. 37c83ff Enable redefined-variable-type lint by Nathaniel Manista · 7 years ago
  31. 9cd1831 Merge pull request #11412 from kpayson64/upgrade_boringssl by kpayson64 · 7 years ago
  32. 3d04e02 Remove lockfree-stack implementation that is no longer used by Vijay Pai · 7 years ago
  33. f8d6fb7 Update boringssl by Ken Payson · 7 years ago
  34. 8fd84cf Update python reflection tests to cover the higher level API by Mehrdad Afshari · 7 years ago
  35. dc16855 Merge pull request #11336 from ctiller/ALL-the-things by Craig Tiller · 7 years ago
  36. 8f3d021 Merge pull request #11237 from y-zeng/srv_record by Yuchen Zeng · 7 years ago
  37. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  38. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  39. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  40. 1c8a904 Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  41. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  42. b89b501 Merge remote-tracking branch 'upstream/master' into srv_record by Yuchen Zeng · 7 years ago
  43. 4ebace7 Fix windows build, no_logging tests, dns_resolver_test by Yuchen Zeng · 7 years ago
  44. 71005b1 Merge branch 'selectivity' into ALL-the-things by Craig Tiller · 7 years ago
  45. 5bc11d5 Expand pylint to grpc_health and grpc_reflection by Mehrdad Afshari · 7 years ago
  46. aebcdbd master bumped to 1.5.x by David Garcia Quintas · 7 years ago
  47. 9baf4b1 Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge by Michael Lumish · 7 years ago
  48. 7ebf31b Merge branch 'thread_pool' into ALL-the-things by Craig Tiller · 7 years ago
  49. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  50. c18b906 Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge by murgatroid99 · 7 years ago
  51. 0bd14cc Merge pull request #11306 from kpayson64/python_reflection by kpayson64 · 7 years ago
  52. f3bb349 Fix Python reflection arguments by Ken Payson · 7 years ago
  53. d74dbd3 Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_map by Vizerai · 7 years ago
  54. bbfdbb1 bump version to 1.3.6 by Jan Tattermusch · 7 years ago
  55. 866190f Merge pull request #11154 from kpayson64/hack_for_disconnects by kpayson64 · 7 years ago
  56. 8f7bc54 Reconnect disconnected channels automatically by Ken Payson · 7 years ago
  57. c0ce2cd Update version to 1.3.5 by Ken Payson · 7 years ago
  58. 92eb7fb Bump to version 1.3.4 by Alexander Polcyn · 7 years ago
  59. 3085aa4 Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  60. 90224ba Merge pull request #11113 from jtattermusch/python_artifact_polling_trace by Jan Tattermusch · 7 years ago
  61. 321b7d8 Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  62. a57d3c8 Merge pull request #11138 from grpc/revert-11121-revert-10849-backward-compat by Muxi Yan · 7 years ago
  63. de030a3 regenerate projects by Jan Tattermusch · 7 years ago
  64. 16f76d2 Bump to version 1.3.3 by Ken Payson · 7 years ago
  65. 6b7f893 Merge pull request #11087 from kpayson64/update_python_auth by kpayson64 · 7 years ago
  66. a3eac51 Const correctness? for cython by Craig Tiller · 7 years ago
  67. 29ff466 Revert "Revert "Implement Server Backward Compatibility"" by Muxi Yan · 7 years ago
  68. 7edcce2 Revert "Implement Server Backward Compatibility" by Nicolas Noble · 7 years ago
  69. a2d9d48 Merge pull request #10849 from muxi/backward-compat by Muxi Yan · 7 years ago
  70. 937d96d Update Python interop tests to use google-auth package by Ken Payson · 7 years ago
  71. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  72. 45b89fb Merge pull request #10993 from kpayson64/auth_context_python by kpayson64 · 7 years ago
  73. 3ca8134 Expose Auth Context in Python by Ken Payson · 7 years ago
  74. 448a11d Bump to version 1.3.2 by Stanley Cheung · 7 years ago
  75. a7785ba Merge github.com:grpc/grpc into uberpoll by Craig Tiller · 7 years ago
  76. 449bf01 Merge pull request #11048 from kpayson64/fix_py_artifact by kpayson64 · 7 years ago
  77. 6e86c46 Merge github.com:grpc/grpc into uberpoll by Craig Tiller · 7 years ago
  78. 0afa9ab Bump to 1.3.2-pre1 by Stanley Cheung · 7 years ago
  79. b91c5fb Fix python artifact build by Ken Payson · 7 years ago
  80. a02b66a Merge pull request #10995 from kpayson64/upgrade_protobuf by kpayson64 · 7 years ago
  81. 581c0e4 Merge github.com:grpc/grpc into uberpoll by Craig Tiller · 7 years ago
  82. fe9da0b Regain sanity by ncteisen · 7 years ago
  83. 0290906 Upgrade protobuf to 3.3.0 by Ken Payson · 7 years ago
  84. d868a07 Merge github.com:grpc/grpc into uberpoll by Craig Tiller · 7 years ago
  85. 3db618e Merge remote-tracking branch 'upstream/master' into backward-compat by Muxi Yan · 7 years ago
  86. 7188c9d Merge branch 'cq_limited_pollers' of github.com:sreecha/grpc into uberpoll by Craig Tiller · 7 years ago
  87. 5a1a3b4 Separate this into a new poller by Sree Kuchibhotla · 7 years ago
  88. 20f2c43 Merge pull request #10977 from makdharma/pydocfixit by makdharma · 7 years ago
  89. eeb37cf Documentation fixes for python public API. by Makarand Dharmapurikar · 7 years ago
  90. 1f47730 Fix deps between grpc and tracer system by Craig Tiller · 7 years ago
  91. 924353a Finish merge, disable new pollers until they stabilize by Craig Tiller · 7 years ago
  92. 18545a3 Merge branch 'epoll_thread_pool' of github.com:sreecha/grpc into uberpoll by Craig Tiller · 7 years ago
  93. eda29c6 Merge branch 'epex4' into uberpoll by Craig Tiller · 7 years ago
  94. 7365ec9 Merge branch 'timer_pool' into uberpoll by Craig Tiller · 7 years ago
  95. d6ff2f0 Merge github.com:grpc/grpc into hiertune by Craig Tiller · 7 years ago
  96. bc7c224 Merge branch '0bug' into timer_pool by Craig Tiller · 7 years ago
  97. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  98. 1440b06 Merge branch 'master' into epoll_thread_pool by Sree Kuchibhotla · 7 years ago
  99. c4eb0ff Merge pull request #10913 from kpayson64/fix_python_interop by kpayson64 · 7 years ago
  100. 4d03ffb Merge github.com:grpc/grpc into timer_pool by Craig Tiller · 7 years ago