1. 1c9ef7c Merge pull request #12663 from sreecha/debug-timers by Sree Kuchibhotla · 7 years ago
  2. 87997ed Merge pull request #12765 from nathanielmanistaatgoogle/cython by Nathaniel Manista · 7 years ago
  3. ede8ed2 Merge pull request #12374 from markdroth/plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  4. 103991e Devolve staticmethod to ordinary function by Nathaniel Manista · 7 years ago
  5. cfd20c4 Add CompositeCallCredentials by yang-g · 7 years ago
  6. d31551e Merge pull request #12762 from nathanielmanistaatgoogle/cleanups by Nathaniel Manista · 7 years ago
  7. 73144f9 Merge pull request #12759 from kpayson64/no_more_xp by kpayson64 · 7 years ago
  8. 3efe754 "resopnse" typo correction by Nathaniel Manista · 7 years ago
  9. 4ceb743 Drop unused staticmethods by Nathaniel Manista · 7 years ago
  10. 3e3bbdf Raise exception instances rather than classes by Nathaniel Manista · 7 years ago
  11. 6456e49 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  12. 30f1d0f Specify min windows version as Vista for Python by Ken Payson · 7 years ago
  13. 61b26f9 Code review changes. by Mark D. Roth · 7 years ago
  14. 55a807a Fix race condition in composite credentials. by Mark D. Roth · 7 years ago
  15. c1af97d Merge pull request #12739 from markdroth/proxy_mapper_uds_fix by Nicolas Noble · 7 years ago
  16. 8eeb7ce Merge pull request #12721 from apolcyn/google_rpc_status_fix_not_present_case by apolcyn · 7 years ago
  17. 56e4b8e Merge pull request #12587 from AspirinSJL/lb_fallback by Juanli Shen · 7 years ago
  18. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  19. 1c34d1d Fix C++ goto problem. by Mark D. Roth · 7 years ago
  20. cb799c5 Fix http_proxy proxy mapper to not set proxy_name when returning false. by Mark D. Roth · 7 years ago
  21. c3d8237 Merge pull request #12713 from mehrdada/rebase-8663 by kpayson64 · 7 years ago
  22. 1a8bb82 Add tracer for plugin credentials. by Mark D. Roth · 7 years ago
  23. 708163a Merge pull request #12719 from grpc/revert-12580-execp by Yash Tibrewal · 7 years ago
  24. f1b1ab0 return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set by Alexander Polcyn · 7 years ago
  25. 2477cf3 Revert "General executor speedups, introspection" by Craig Tiller · 7 years ago
  26. e249079 Be a tad more specific requesting error reports by Mehrdad Afshari · 7 years ago
  27. a4792f5 Defer restarting LB call until after timer cancellation. by Mark D. Roth · 7 years ago
  28. 2de36a8 Remove unnecessary code to defer client load report until after initial request. by Mark D. Roth · 7 years ago
  29. 9247ad5 Fix dumb timer cancellation bug (reversed conditional). by Mark D. Roth · 7 years ago
  30. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  31. 008a173 Merge pull request #12244 from muxi/fix-stream-compression-eos by Muxi Yan · 7 years ago
  32. eec7a91 Add Ruby server interceptors by Shaun McCormick · 7 years ago
  33. f7d8860 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-eos by Muxi Yan · 7 years ago
  34. 31c66c5 Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  35. 806c9c8 Merge pull request #12631 from y-zeng/dns_fix by Yuchen Zeng · 7 years ago
  36. aa97791 Merge pull request #12645 from vjpai/generic_unary by Vijay Pai · 7 years ago
  37. 3e0905e Merge pull request #12681 from apolcyn/fix_ruby_sigint_mask_in_test by apolcyn · 7 years ago
  38. b8e5562 Revert "Temporarily take ownership of cpp generator to prevent changes" by Vijay Pai · 7 years ago
  39. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  40. 87973ea Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sir by Vijay Pai · 7 years ago
  41. d5ded55 delete obsolete code by Sree Kuchibhotla · 7 years ago
  42. 2bc9c8b Review feedback by Sree Kuchibhotla · 7 years ago
  43. 2f3e588 Dont assume that sigint wasnt masked when invoking ruby tests by Alexander Polcyn · 7 years ago
  44. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  45. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  46. 3b65936 Fix format by Yuchen Zeng · 7 years ago
  47. fb21821 Correct uncompressed string count by Craig Tiller · 7 years ago
  48. 7862097 Add HPACK stats by Craig Tiller · 7 years ago
  49. 06f5e05 Merge pull request #12666 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  50. e232f1b Clean up even more uses of gRPC in _pb2.py files by Nathaniel Manista · 7 years ago
  51. 96d23c3 Timer hash table for debug builds by Sree Kuchibhotla · 7 years ago
  52. c0f4278 Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time by apolcyn · 7 years ago
  53. c2261f2 more debug by Sree Kuchibhotla · 7 years ago
  54. cc198e5 Merge pull request #12426 from michaelbausor/php-namespaces by Stanley Cheung · 7 years ago
  55. a27764e Merge branch 'master' into debug-timers by Sree Kuchibhotla · 7 years ago
  56. 31aea7e Merge pull request #12643 from ZhouyihaiDing/composer by Zhouyihai Ding · 7 years ago
  57. eb44079 Merge pull request #12646 from yashykt/libuv_fix by Craig Tiller · 7 years ago
  58. 1bf1b58 Merge pull request #12639 from kpayson64/fix_import by Nathaniel Manista · 7 years ago
  59. b56cf2d Protect fdn->fd by Yuchen Zeng · 7 years ago
  60. 85629d0 Add missing exec_ctx parameter to pollset_uv.c by Yash Tibrewal · 7 years ago
  61. 81e476e Merge pull request #12624 from yashykt/ctocc6 by Yash Tibrewal · 7 years ago
  62. c6f9cf3 update composer installing protobuf v3 for php-qps by ZhouyihaiDing · 7 years ago
  63. 79c12b9 Drain readable fd by Yuchen Zeng · 7 years ago
  64. 7fcdd7a Really spell out code generation by Craig Tiller · 7 years ago
  65. 5e5b73c Merge github.com:grpc/grpc into execp by Craig Tiller · 7 years ago
  66. a262f8f Merge pull request #12370 from ctiller/pollset_kick_stats by Craig Tiller · 7 years ago
  67. 2746bd5 Fix cython definition to match c definition by Ken Payson · 7 years ago
  68. 574faf3 Merge pull request #12625 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  69. 6712c7d Merging master into yashykt:ctocc6 by Yash Tibrewal · 7 years ago
  70. 3f583b7 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  71. 0aedb81 Merge pull request #11587 from y-zeng/pure_ping by Yuchen Zeng · 7 years ago
  72. 1ed11b7 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  73. aafa875 Merge pull request #12452 from apolcyn/google_rpc_status_in_ruby by apolcyn · 7 years ago
  74. 7801f34 Merge pull request #12601 from dgquintas/lb_on_response_received_locked_leaaaaaaaaaaaaak by David G. Quintas · 7 years ago
  75. 35d31c3 Merge pull request #12622 from dgquintas/1.6.x-master-upmerge by David G. Quintas · 7 years ago
  76. 81b4195 Merge pull request #12600 from sreecha/closure-debug by Sree Kuchibhotla · 7 years ago
  77. 06576d5 Merge pull request #12359 from justinburke/tsi_factory_locking by Justin Burke · 7 years ago
  78. 2c1a7e1 Flip gRPC Python Protoc Plug-In default behavior by Nathaniel Manista · 7 years ago
  79. 769ec3a Merge pull request #12609 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  80. ab65dc2 Merge pull request #12494 from ncteisen/stream-list-tracers by Noah Eisen · 7 years ago
  81. 06312bd Minor formatting, commenting and clang format for C to C++ conversion by Yash Tibrewal · 7 years ago
  82. e203067 initializing checker_mu in timer_list to be safe by Yash Tibrewal · 7 years ago
  83. 341c7e7 Timer generic correction by Yash Tibrewal · 7 years ago
  84. 067611f static metadata and clang format by Yash Tibrewal · 7 years ago
  85. 533d118 Removing designated initializers, implicit string literal to char * by Yash Tibrewal · 7 years ago
  86. a63a4f9 Merge pull request #12564 from sreecha/exp-cq-fix by Sree Kuchibhotla · 7 years ago
  87. 1db64c0 Merge pull request #12610 from yashykt/ctocc5 by Yash Tibrewal · 7 years ago
  88. a594ba0 add a client side utility for extracting a google rpc status from a grpc::Status by Alexander Polcyn · 7 years ago
  89. d7eda61 Add more options in grpc_chttp2_config_default_keepalive_args by Yuchen Zeng · 7 years ago
  90. 18ea66f Update writing.c with the trailers-only response change by Yuchen Zeng · 7 years ago
  91. 1ecbebc Set the ping behavior as described in the proposal by Yuchen Zeng · 7 years ago
  92. ad32075 Set last_ping_sent_time to inf_past after receiving data by Yuchen Zeng · 7 years ago
  93. 6a8c0ac Fix ping policy by Yuchen Zeng · 7 years ago
  94. 998bd2c Fix leak in grpclb's lb_on_response_received_locked by David Garcia Quintas · 7 years ago
  95. b352be0 Upmerge from v1.6.x branch to master by David Garcia Quintas · 7 years ago
  96. d4477c1 Merge branch 'master' into closure-debug by Sree Kuchibhotla · 7 years ago
  97. 9667e8a clang format by Sree Kuchibhotla · 7 years ago
  98. 31ad68a fix a bad typo by Sree Kuchibhotla · 7 years ago
  99. 086e95a Use grpc_1_0 flag in beta_python_plugin_test by Nathaniel Manista · 7 years ago
  100. dc1cd54 Running generate_projects.sh by Yash Tibrewal · 7 years ago