1. ec3c138 Merge branch 'master' into externC by Yash Tibrewal · 7 years ago
  2. bc460fa Rebasing on master for easier merging and testing by Yash Tibrewal · 7 years ago
  3. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  4. 26c7803 Trying ken's fix for windows python by Yash Tibrewal · 7 years ago
  5. a0b96d4 Running generate projects by Yash Tibrewal · 7 years ago
  6. 15ce142 Reverting pb.c files for now. Also fixing few more build errors by Yash Tibrewal · 7 years ago
  7. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  8. 1c9b584 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  9. 87997ed Merge pull request #12765 from nathanielmanistaatgoogle/cython by Nathaniel Manista · 7 years ago
  10. ede8ed2 Merge pull request #12374 from markdroth/plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  11. 103991e Devolve staticmethod to ordinary function by Nathaniel Manista · 7 years ago
  12. 3efe754 "resopnse" typo correction by Nathaniel Manista · 7 years ago
  13. 4ceb743 Drop unused staticmethods by Nathaniel Manista · 7 years ago
  14. 3e3bbdf Raise exception instances rather than classes by Nathaniel Manista · 7 years ago
  15. 6456e49 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  16. e249079 Be a tad more specific requesting error reports by Mehrdad Afshari · 7 years ago
  17. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  18. 31c66c5 Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  19. 06f5e05 Merge pull request #12666 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  20. e232f1b Clean up even more uses of gRPC in _pb2.py files by Nathaniel Manista · 7 years ago
  21. 2746bd5 Fix cython definition to match c definition by Ken Payson · 7 years ago
  22. 3f583b7 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  23. 35d31c3 Merge pull request #12622 from dgquintas/1.6.x-master-upmerge by David G. Quintas · 7 years ago
  24. 769ec3a Merge pull request #12609 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  25. b352be0 Upmerge from v1.6.x branch to master by David Garcia Quintas · 7 years ago
  26. 086e95a Use grpc_1_0 flag in beta_python_plugin_test by Nathaniel Manista · 7 years ago
  27. e963820 Merge pull request #12615 from nathanielmanistaatgoogle/fix_with_metaclass_usage by Nathaniel Manista · 7 years ago
  28. 86eb4ec Fix a six.with_metaclass usage mistake by Nathaniel Manista · 7 years ago
  29. c8cbdda Merge pull request #12602 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  30. 719ade3 Overhaul protoc_plugins._split_definitions_test by Nathaniel Manista · 7 years ago
  31. c4add66 Merge pull request #12603 from nathanielmanistaatgoogle/python_sanity_test by Nathaniel Manista · 7 years ago
  32. 44038eb Tweak Python sanity test by Nathaniel Manista · 7 years ago
  33. 6628282 Merge pull request #12592 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  34. 8d3cc5f Clean up a few more uses of gRPC in _pb2.py files by Nathaniel Manista · 7 years ago
  35. 3cdc6fb Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  36. 09a02ec Kill (grpcio_tests/)commands.BuildProtoModules by Nathaniel Manista · 7 years ago
  37. a5b571e Merge pull request #12504 from jtattermusch/bump_1_6_1 by Jan Tattermusch · 7 years ago
  38. ea78078 regenerate by Jan Tattermusch · 7 years ago
  39. 4fa3364 bump version to 1.6.1 by Jan Tattermusch · 7 years ago
  40. c75ae78 Add more Cython-layer tests by Nathaniel Manista · 7 years ago
  41. 09fe5de Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  42. adf6c81 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  43. eda5a4d Fix metadata memory leak by Nathaniel Manista · 7 years ago
  44. 0aee498 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  45. 1faa48e Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin by David Garcia Quintas · 7 years ago
  46. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  47. 4fe48e6 Build fixes by Ken Payson · 7 years ago
  48. 24f30f7 Garbage collect experimental pollers by Craig Tiller · 7 years ago
  49. 0822d33 s/load_reporting/server_load_reporting by David Garcia Quintas · 7 years ago
  50. bf5484e build_project by Muxi Yan · 7 years ago
  51. 21b71b4 Merge pull request #11583 from nathanielmanistaatgoogle/grpc_testing by Nathaniel Manista · 7 years ago
  52. 7c85cae gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  53. d27504f Changes by Ken Payson · 7 years ago
  54. 2caf021 Change plugin credentials API to support both sync and async modes. by Mark D. Roth · 7 years ago
  55. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  56. ccad382 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  57. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  58. 03c908f Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  59. dfde288 1.6.0-pre1 -> 1.6.0 by David Garcia Quintas · 7 years ago
  60. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  61. 3499960 Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h} by David Garcia Quintas · 7 years ago
  62. f5f5ed0 Fix syntax error on classifiers by Ken Payson · 7 years ago
  63. 58c61b5 Unskip reflection unit test since proto is fixed by Mehrdad Afshari · 7 years ago
  64. 1775ef9 Version bump to 1.6 by David Garcia Quintas · 7 years ago
  65. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  66. 25d6fd8 split tsi library into two by jiangtaoli2016 · 7 years ago
  67. 32f66e8 Update build rule by jiangtaoli2016 · 7 years ago
  68. 0211cfb Revert "Revert "Add TSI zero-copy frame protector"" by Jiangtao Li · 7 years ago
  69. f5504a3 Revert "Add TSI zero-copy frame protector" by Jiangtao Li · 7 years ago
  70. 72eeb3c split tsi into two libraries: tsi_interface and tsi by jiangtaoli2016 · 7 years ago
  71. f3f7d3b Merge branch 'master' into tsi_grpc by jiangtaoli2016 · 7 years ago
  72. 06b3f4d Merge pull request #11964 from nathanielmanistaatgoogle/grpc_testing by Nathaniel Manista · 7 years ago
  73. 2010985 gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  74. f9bf428 Add support for service configs to c-ares resolver. by Mark D. Roth · 7 years ago
  75. 3aaa5ea minor fix by jiangtaoli2016 · 7 years ago
  76. 7001bc2 Add TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  77. fb193a1 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 by ncteisen · 7 years ago
  78. b414268 Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing by Nathaniel Manista · 7 years ago
  79. 9c42044 Add classifiers to package details by Ken Payson · 7 years ago
  80. 69b7231 gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  81. b893046 Build simplification by Craig Tiller · 7 years ago
  82. 268a823 Pull flow control into one module by ncteisen · 7 years ago
  83. 2808668 Add a simple stats framework to gRPC C core by Craig Tiller · 7 years ago
  84. ea8f591 Merge pull request #11607 from yihuazhang/tsi_init by Mark D. Roth · 7 years ago
  85. be803dc Merge pull request #11859 from nathanielmanistaatgoogle/gitignore by Nathaniel Manista · 7 years ago
  86. 1c0b20d Narrow .gitignore to only what it needs to ignore by Nathaniel Manista · 7 years ago
  87. 1435bfc Add GTS plugin by Yihua Zhang · 7 years ago
  88. 0086d02 Merge pull request #11189 from muxi/stream_compression by Muxi Yan · 7 years ago
  89. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  90. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  91. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  92. 46569f2 Adding a few owners for /src/python/grpcio/grpc_core_dependencies.py by Nicolas "Pixel" Noble · 7 years ago
  93. 76a316c Add `set noparent` to Python OWNER files by Mehrdad Afshari · 7 years ago
  94. b03e5cb Add @mehrdada to python OWNERS by Mehrdad Afshari · 7 years ago
  95. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  96. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  97. 2ca8282 Merge pull request #11738 from mehrdada/canonica-urls by Mehrdad Afshari · 7 years ago
  98. a4710a0 Revert "Remove lockfree-stack implementation that is no longer used" by Ken Payson · 7 years ago
  99. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  100. 976eb7c Fetch grpc.io/release over https by Mehrdad Afshari · 7 years ago