1. 91d12fb Merge pull request #14912 from mehrdada/v1.10.x by Mehrdad Afshari · 6 years ago
  2. 9cad11a regenerate projects by Mehrdad Afshari · 6 years ago
  3. 04c7634 regenerate projects by Jan Tattermusch · 6 years ago
  4. e1a9f17 regenerate projects by Mehrdad Afshari · 6 years ago
  5. b6d35fd Regenerate projects by Mehrdad Afshari · 6 years ago
  6. 1546b2a Regenerate projects by Mehrdad Afshari · 6 years ago
  7. 005d63d Regenerate projects by Mehrdad Afshari · 6 years ago
  8. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 6 years ago
  9. db04c18 Clarify add_done_callback works on both success and failure by Mehrdad Afshari · 6 years ago
  10. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  11. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  12. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  13. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  14. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  15. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  16. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 6 years ago
  17. cda058d build projects by Muxi Yan · 6 years ago
  18. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 6 years ago
  19. b66e6fe Sleep a second to deflake ReconnectTest by Mehrdad Afshari · 6 years ago
  20. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  21. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  22. a110c74 Update BoringSSL to latest chromium-stable ref by Matt Kwong · 7 years ago
  23. 16316a9 Merge pull request #14107 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  24. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 7 years ago
  25. c73758a Elide cygrpc.ChannelArg and cygrpc.ChannelArgs by Nathaniel Manista · 7 years ago
  26. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 7 years ago
  27. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  28. d36fe07 rename gts to alts by Yihua Zhang · 7 years ago
  29. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  30. 6615ef5 Relax call details interface from interceptor by Mehrdad Afshari · 7 years ago
  31. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  32. 19b4fea Update surface API in cython pxi by Muxi Yan · 7 years ago
  33. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  34. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  35. f2a33b0 Reformat Python docstrings by Mehrdad Afshari · 7 years ago
  36. e1e562e Merge pull request #13965 from evanj/python-abort-fix by kpayson64 · 7 years ago
  37. 145b199 python: Context.abort should fail RPC even for StatusCode.OK by Evan Jones · 7 years ago
  38. 31ddbff Elide cygrpc.Timespec by Nathaniel Manista · 7 years ago
  39. 87cd994 Upgrade yapf to 0.20.0 by Mehrdad Afshari · 7 years ago
  40. e1d592a Merge pull request #13891 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  41. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  42. 7b9c023 Reform cygrpc.OperationTag and cygrpc.Event by Nathaniel Manista · 7 years ago
  43. 6c9a0a1 Bump version to 1.8.3 by Mehrdad Afshari · 7 years ago
  44. 81edf5f Reform cygrpc.Operation by Nathaniel Manista · 7 years ago
  45. 271b042 Fix port picking logic in Python tests by Mehrdad Afshari · 7 years ago
  46. 247a05e Merge pull request #13843 from kpayson64/fix_python_tests by kpayson64 · 7 years ago
  47. 3bc8e42 Disable so_reuseport for Python tests by Ken Payson · 7 years ago
  48. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago
  49. 0981f9f Bump version to 1.8.1 by Mehrdad Afshari · 7 years ago
  50. 5b6b591 Merge pull request #13789 from grpc/v1.8.x by Mehrdad Afshari · 7 years ago
  51. f5649c7 Merge pull request #13786 from kpayson64/fix_python_server_race by kpayson64 · 7 years ago
  52. 8179b95 Fixes race condition in Python server shutdown by Ken Payson · 7 years ago
  53. e1c4021 Reallow out-of-spec metadata by Nathaniel Manista · 7 years ago
  54. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  55. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  56. fdfaf1b Add tests for gRPC Python interceptor machinery by Mehrdad Afshari · 7 years ago
  57. 108500f Add gRPC Python client-side interceptor machinery by Mehrdad Afshari · 7 years ago
  58. 68e1978 Add gRPC Python service-side interceptor machinery by Mehrdad Afshari · 7 years ago
  59. c870ce5 More message compression level clean-up by Muxi Yan · 7 years ago
  60. c5ba665 Merge remote-tracking branch 'origin/v1.8.x' by Mehrdad Afshari · 7 years ago
  61. 138ee78 yapf grpcio_tests by ncteisen · 7 years ago
  62. e2097f0 yapf-ize grpc_testing by ncteisen · 7 years ago
  63. 0f6c518 yapf-ize grpcio_reflection by ncteisen · 7 years ago
  64. d258430 yapf-ize grpcio_health_checking by ncteisen · 7 years ago
  65. 1283663 Yapf-ize grpcio/grpc_.py by ncteisen · 7 years ago
  66. b0afa01 Refactor: Rename call to response_iterator_call by Mehrdad Afshari · 7 years ago
  67. 90ab995 Tests for ServicerContext.abort by Mehrdad Afshari · 7 years ago
  68. 9bc44e3 Introduce ServicerContext.abort to abort an RPC by Mehrdad Afshari · 7 years ago
  69. d14035c Merge pull request #13688 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  70. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  71. c5c1216 Elide cygrpc.Operations by Nathaniel Manista · 7 years ago
  72. 5cff6d3 Merge pull request #13672 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  73. 80516e8 Streamline metadata in gRPC Python by Nathaniel Manista · 7 years ago
  74. caaf416 virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python by Yash Tibrewal · 7 years ago
  75. ae74a32 Fix Beta API metadata looseness by Nathaniel Manista · 7 years ago
  76. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  77. fc38142 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  78. 4a117f0 Merge e759d2a^ by Muxi Yan · 7 years ago
  79. aaf63d9 Upmerge changes from v1.8.x to master by Mehrdad Afshari · 7 years ago
  80. bfdaefe Refactor: rename 'e' to 'exception' by Mehrdad Afshari · 7 years ago
  81. b030cca Return UNKNOWN on GenericRpcHandler failure by Mehrdad Afshari · 7 years ago
  82. 5625441 Merge pull request #13603 from nathanielmanistaatgoogle/credentials by Nathaniel Manista · 7 years ago
  83. 0c1f59e Merge pull request #13593 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  84. dfe8403 Change client-side credentials' use of gRPC Core by Nathaniel Manista · 7 years ago
  85. 992b8c1 Fix some doc string formatting and content by Nathaniel Manista · 7 years ago
  86. 460e0aa Refactor _plugin_wrapping by Nathaniel Manista · 7 years ago
  87. 6267d77 Merge pull request #13587 from nathanielmanistaatgoogle/access-token-auth-metadata-plugin by Nathaniel Manista · 7 years ago
  88. 6288753 Correct AccessTokenAuthMetadataPlugin name by Nathaniel Manista · 7 years ago
  89. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  90. 7d199c9 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x by Nicolas "Pixel" Noble · 7 years ago
  91. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  92. 95bcb49 Avoid unsupported and unintended API self-use by Nathaniel Manista · 7 years ago
  93. 6e6e31e grpc.CallCredentials doc string correction by Nathaniel Manista · 7 years ago
  94. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  95. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  96. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  97. 552a7ca Bump 1.8.0-dev to 1.8.0-pre1 by Mehrdad Afshari · 7 years ago
  98. 0df9c8a Update Python dependency to protobuf v3.5.0.post1 by Mehrdad Afshari · 7 years ago
  99. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  100. bb9333c Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-field by Nathaniel Manista · 7 years ago