1. 98efefc Relax log-level when polling engines are undefined by Mehrdad Afshari · 7 years ago
  2. 81edf5f Reform cygrpc.Operation by Nathaniel Manista · 7 years ago
  3. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago
  4. 958649e Merge pull request #13665 from kpayson64/poll_spin_bug by kpayson64 · 7 years ago
  5. 2df509f Fix a Python spinlock bug by Ken Payson · 7 years ago
  6. 1074cb6 Merge pull request #13759 from murgatroid99/node_deletion_again by Michael Lumish · 7 years ago
  7. 0981f9f Bump version to 1.8.1 by Mehrdad Afshari · 7 years ago
  8. f5649c7 Merge pull request #13786 from kpayson64/fix_python_server_race by kpayson64 · 7 years ago
  9. 8179b95 Fixes race condition in Python server shutdown by Ken Payson · 7 years ago
  10. e1c4021 Reallow out-of-spec metadata by Nathaniel Manista · 7 years ago
  11. 552b5aa Delete node-related files again by murgatroid99 · 7 years ago
  12. b66c7d1 fix or slow down windows socket leak by Junsung Ko · 7 years ago
  13. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  14. fdfaf1b Add tests for gRPC Python interceptor machinery by Mehrdad Afshari · 7 years ago
  15. 108500f Add gRPC Python client-side interceptor machinery by Mehrdad Afshari · 7 years ago
  16. 68e1978 Add gRPC Python service-side interceptor machinery by Mehrdad Afshari · 7 years ago
  17. b0afa01 Refactor: Rename call to response_iterator_call by Mehrdad Afshari · 7 years ago
  18. 90ab995 Tests for ServicerContext.abort by Mehrdad Afshari · 7 years ago
  19. 9bc44e3 Introduce ServicerContext.abort to abort an RPC by Mehrdad Afshari · 7 years ago
  20. 5663eac Merge pull request #13696 from apolcyn/update_ruby_for_cpp_core by apolcyn · 7 years ago
  21. ebcc6b3 Update extconf.rb for c++ conversion, move CFLAGS to CPPFLAGS when by Alexander Polcyn · 7 years ago
  22. d14035c Merge pull request #13688 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  23. c5c1216 Elide cygrpc.Operations by Nathaniel Manista · 7 years ago
  24. 5cff6d3 Merge pull request #13672 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  25. 80516e8 Streamline metadata in gRPC Python by Nathaniel Manista · 7 years ago
  26. ae74a32 Fix Beta API metadata looseness by Nathaniel Manista · 7 years ago
  27. e204e5e Apply #13336 to v1.8.x branch. by Mark D. Roth · 7 years ago
  28. bfdaefe Refactor: rename 'e' to 'exception' by Mehrdad Afshari · 7 years ago
  29. b030cca Return UNKNOWN on GenericRpcHandler failure by Mehrdad Afshari · 7 years ago
  30. 5625441 Merge pull request #13603 from nathanielmanistaatgoogle/credentials by Nathaniel Manista · 7 years ago
  31. 0c1f59e Merge pull request #13593 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  32. dfe8403 Change client-side credentials' use of gRPC Core by Nathaniel Manista · 7 years ago
  33. 992b8c1 Fix some doc string formatting and content by Nathaniel Manista · 7 years ago
  34. 460e0aa Refactor _plugin_wrapping by Nathaniel Manista · 7 years ago
  35. 6267d77 Merge pull request #13587 from nathanielmanistaatgoogle/access-token-auth-metadata-plugin by Nathaniel Manista · 7 years ago
  36. 6288753 Correct AccessTokenAuthMetadataPlugin name by Nathaniel Manista · 7 years ago
  37. 5c96cf4 Merge pull request #13564 from muxi/upgrade-podspec-protobuf-version by Muxi Yan · 7 years ago
  38. 65212e0 Merge pull request #13532 from murgatroid99/uv_tcp_wildcard_handling by Michael Lumish · 7 years ago
  39. c031e7f Fix in one more file by Muxi Yan · 7 years ago
  40. 23b59d1 Upgrade protobuf version in podspec by Muxi Yan · 7 years ago
  41. 7d199c9 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x by Nicolas "Pixel" Noble · 7 years ago
  42. ba89ad4 Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling by Jan Tattermusch · 7 years ago
  43. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  44. 0f2a719 Add missing semicolons by ncteisen · 7 years ago
  45. d49e100 clang-format code by Mehrdad Afshari · 7 years ago
  46. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  47. 7b0521a Merge pull request #13535 from ncteisen/fix-trace-tsan by Noah Eisen · 7 years ago
  48. 56687c1 Merge pull request #13531 from grpc/fix-workaround-var-init by Muxi Yan · 7 years ago
  49. 9bdb171 Clang format by murgatroid99 · 7 years ago
  50. 1479313 clang fmt by Noah Eisen · 7 years ago
  51. 9ab3e5d Fix tracer TSAN bug by Noah Eisen · 7 years ago
  52. 2a56d2e Merge pull request #13448 from camillol/fixalign by David G. Quintas · 7 years ago
  53. 95bcb49 Avoid unsupported and unintended API self-use by Nathaniel Manista · 7 years ago
  54. b7b3f72 Fix uninitialized variable by Muxi Yan · 7 years ago
  55. 454fbd2 Fix uv TCP server handling of wildcard addresses by murgatroid99 · 7 years ago
  56. 6e6e31e grpc.CallCredentials doc string correction by Nathaniel Manista · 7 years ago
  57. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  58. 17f9491 Merge pull request #13153 from bmarkons/patch-1 by apolcyn · 7 years ago
  59. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  60. 962722c Fix alignment issue in gpr_murmur_hash3 by Camillo Lugaresi · 7 years ago
  61. 53bbde3 address comments by Jan Tattermusch · 7 years ago
  62. 1972e5c Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests by apolcyn · 7 years ago
  63. 81e9581 Remove some sleeps in ruby tests and fix test server shutdown by Alex Polcyn · 7 years ago
  64. 67cef07 Merge pull request #13512 from grpc/fix-subchannel-index by Muxi Yan · 7 years ago
  65. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  66. 552a7ca Bump 1.8.0-dev to 1.8.0-pre1 by Mehrdad Afshari · 7 years ago
  67. 9f6a6f3 Fix compiler error on need_to_unref_constructed by Muxi Yan · 7 years ago
  68. fba9677 generate_projects by Muxi Yan · 7 years ago
  69. 9898212a Merge remote-tracking branch 'upstream/master' into fix-objc-void-func by Muxi Yan · 7 years ago
  70. fbe8ff6 Merge pull request #13437 from muxi/fix-forward-declaration by Muxi Yan · 7 years ago
  71. 8d30c31 Merge pull request #13499 from mehrdada/bump-protobuf-python-dep by Mehrdad Afshari · 7 years ago
  72. c04f4f1 Revert "Revert "Do not interpolate variables in leading comments."" by Vijay Pai · 7 years ago
  73. 0df9c8a Update Python dependency to protobuf v3.5.0.post1 by Mehrdad Afshari · 7 years ago
  74. 333dd3e Revert "Do not interpolate variables in leading comments." by David G. Quintas · 7 years ago
  75. 32318b0 Fix ObjC C++ syntax error by Muxi Yan · 7 years ago
  76. 21cde3d use pool in SendMessageBenchmark by Jan Tattermusch · 7 years ago
  77. 2e63170 expose batchcontextpool settings by Jan Tattermusch · 7 years ago
  78. 63834bf add basic tests by Jan Tattermusch · 7 years ago
  79. 0f41e49 simple version of batchcontext pooling by Jan Tattermusch · 7 years ago
  80. 1ee85d1 expose batchcontext.Reset by Jan Tattermusch · 7 years ago
  81. 8912542 Remove lockfree stack, again by Vijay Pai · 7 years ago
  82. fcb4205 silence uninitialized use warning by Jan Tattermusch · 7 years ago
  83. 0c000f6 Merge pull request #12938 from gkelly/fix-variable-interpolation by Vijay Pai · 7 years ago
  84. bb9333c Merge pull request #13486 from nathanielmanistaatgoogle/elide-local-field by Nathaniel Manista · 7 years ago
  85. 9e8a692 Merge pull request #13485 from nathanielmanistaatgoogle/const by Nathaniel Manista · 7 years ago
  86. 0eacb45 Elide local field by directly returning values by Nathaniel Manista · 7 years ago
  87. 77d2c72 Add missing const by Nathaniel Manista · 7 years ago
  88. 76c27a5 Merge pull request #13479 from nathanielmanistaatgoogle/certificate-configuration by Nathaniel Manista · 7 years ago
  89. 9c26f68 Merge pull request #13288 from ncteisen/inheritance-in-core by Noah Eisen · 7 years ago
  90. 1628da0 Avoid abbreviation in Python API by Nathaniel Manista · 7 years ago
  91. 1304cf8 Merge pull request #13475 from jtattermusch/better_completion_registry_benchmark by Jan Tattermusch · 7 years ago
  92. 264560f Reviewer feedback by ncteisen · 7 years ago
  93. b8ec238 Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by Noah Eisen · 7 years ago
  94. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  95. eec8b84 spinlock in completion registry is slightly faster by Jan Tattermusch · 7 years ago
  96. 8bae77c add completion registry benchmark with shared registry too by Jan Tattermusch · 7 years ago
  97. da8ef40 save allocation by using a struct instead of a tuple by Jan Tattermusch · 7 years ago
  98. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago
  99. 2622fdc remove legacy delegates by Jan Tattermusch · 7 years ago
  100. c563888 make everything compile by Jan Tattermusch · 7 years ago