1. 1c34d1d Fix C++ goto problem. by Mark D. Roth · 7 years ago
  2. cb799c5 Fix http_proxy proxy mapper to not set proxy_name when returning false. by Mark D. Roth · 7 years ago
  3. 3069fc5 Increase reference count on state used in tcp connect. by Thomas Voß · 7 years ago
  4. c3d8237 Merge pull request #12713 from mehrdada/rebase-8663 by kpayson64 · 7 years ago
  5. 1a8bb82 Add tracer for plugin credentials. by Mark D. Roth · 7 years ago
  6. 708163a Merge pull request #12719 from grpc/revert-12580-execp by Yash Tibrewal · 7 years ago
  7. f1b1ab0 return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set by Alexander Polcyn · 7 years ago
  8. 2477cf3 Revert "General executor speedups, introspection" by Craig Tiller · 7 years ago
  9. e249079 Be a tad more specific requesting error reports by Mehrdad Afshari · 7 years ago
  10. c8e145b add protobuf c_ext to php benchmark by ZhouyihaiDing · 7 years ago
  11. a4792f5 Defer restarting LB call until after timer cancellation. by Mark D. Roth · 7 years ago
  12. 2de36a8 Remove unnecessary code to defer client load report until after initial request. by Mark D. Roth · 7 years ago
  13. 9247ad5 Fix dumb timer cancellation bug (reversed conditional). by Mark D. Roth · 7 years ago
  14. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  15. 008a173 Merge pull request #12244 from muxi/fix-stream-compression-eos by Muxi Yan · 7 years ago
  16. eec7a91 Add Ruby server interceptors by Shaun McCormick · 7 years ago
  17. f7d8860 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-eos by Muxi Yan · 7 years ago
  18. 31c66c5 Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  19. 806c9c8 Merge pull request #12631 from y-zeng/dns_fix by Yuchen Zeng · 7 years ago
  20. aa97791 Merge pull request #12645 from vjpai/generic_unary by Vijay Pai · 7 years ago
  21. 3e0905e Merge pull request #12681 from apolcyn/fix_ruby_sigint_mask_in_test by apolcyn · 7 years ago
  22. c8027a3 Run pid controller with grpc_millis by Craig Tiller · 7 years ago
  23. cfb2da4 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  24. b8e5562 Revert "Temporarily take ownership of cpp generator to prevent changes" by Vijay Pai · 7 years ago
  25. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  26. 87973ea Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sir by Vijay Pai · 7 years ago
  27. d5ded55 delete obsolete code by Sree Kuchibhotla · 7 years ago
  28. 2bc9c8b Review feedback by Sree Kuchibhotla · 7 years ago
  29. 2f3e588 Dont assume that sigint wasnt masked when invoking ruby tests by Alexander Polcyn · 7 years ago
  30. 05d77d8 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  31. 965d415 Merge branch 'grpc_millis' into flowctl+millis by Craig Tiller · 7 years ago
  32. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  33. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  34. dbff5a2 Remove blocking annotations by Craig Tiller · 7 years ago
  35. ddc81ca Fix resource user shutdown path while allocating by Craig Tiller · 7 years ago
  36. 3b65936 Fix format by Yuchen Zeng · 7 years ago
  37. fb21821 Correct uncompressed string count by Craig Tiller · 7 years ago
  38. 7862097 Add HPACK stats by Craig Tiller · 7 years ago
  39. baf5e2a Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  40. 168fc97 (untested) windows conversion to grpc_millis by Craig Tiller · 7 years ago
  41. 8070e36 Fix type by Craig Tiller · 7 years ago
  42. 06f5e05 Merge pull request #12666 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  43. e232f1b Clean up even more uses of gRPC in _pb2.py files by Nathaniel Manista · 7 years ago
  44. de682c5 Portability fixes by Craig Tiller · 7 years ago
  45. c1f288d Bug fixes, remove async e2e dependence on flow control size by Craig Tiller · 7 years ago
  46. 96d23c3 Timer hash table for debug builds by Sree Kuchibhotla · 7 years ago
  47. 288ae02 Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  48. c0f4278 Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time by apolcyn · 7 years ago
  49. b603489 Use monotonic times (as we used to) by Craig Tiller · 7 years ago
  50. bf21f0b Fix ubsan failure by Craig Tiller · 7 years ago
  51. cf66f59 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  52. e46f2d2 Fix memory leak by Craig Tiller · 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. f634304 Fix memory leak by Craig Tiller · 7 years ago
  57. 31aea7e Merge pull request #12643 from ZhouyihaiDing/composer by Zhouyihai Ding · 7 years ago
  58. 531b251 Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  59. 49a0964 Fix executor time invalidation by Craig Tiller · 7 years ago
  60. 183f2a6 clang-fmt by Craig Tiller · 7 years ago
  61. 0d958d2 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  62. eb44079 Merge pull request #12646 from yashykt/libuv_fix by Craig Tiller · 7 years ago
  63. 1bf1b58 Merge pull request #12639 from kpayson64/fix_import by Nathaniel Manista · 7 years ago
  64. b56cf2d Protect fdn->fd by Yuchen Zeng · 7 years ago
  65. 85629d0 Add missing exec_ctx parameter to pollset_uv.c by Yash Tibrewal · 7 years ago
  66. 81e476e Merge pull request #12624 from yashykt/ctocc6 by Yash Tibrewal · 7 years ago
  67. 34da2ee Fix pings by Craig Tiller · 7 years ago
  68. c6f9cf3 update composer installing protobuf v3 for php-qps by ZhouyihaiDing · 7 years ago
  69. 18c77cc Fix pings by Craig Tiller · 7 years ago
  70. 79c12b9 Drain readable fd by Yuchen Zeng · 7 years ago
  71. 7fcdd7a Really spell out code generation by Craig Tiller · 7 years ago
  72. 2c48148 Make sure initial settings are as we would pick next iteration by Craig Tiller · 7 years ago
  73. 5e5b73c Merge github.com:grpc/grpc into execp by Craig Tiller · 7 years ago
  74. 6a34067 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  75. a262f8f Merge pull request #12370 from ctiller/pollset_kick_stats by Craig Tiller · 7 years ago
  76. 552be17 Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  77. dd96654 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  78. 2746bd5 Fix cython definition to match c definition by Ken Payson · 7 years ago
  79. d0ceb37 clang-format by Craig Tiller · 7 years ago
  80. 071c5d1 Merge branch 'fix_ping_enforcement' of github.com:y-zeng/grpc into flowctlN by Craig Tiller · 7 years ago
  81. 4ebcab4 Reset server-side ping enforcement after send trailing metadata by Yuchen Zeng · 7 years ago
  82. 6ef8db9 Fix test by Craig Tiller · 7 years ago
  83. a1bb6ca Fix timeout encoding test by Craig Tiller · 7 years ago
  84. 574faf3 Merge pull request #12625 from nathanielmanistaatgoogle/grpc_1_0_flag by Nathaniel Manista · 7 years ago
  85. 6712c7d Merging master into yashykt:ctocc6 by Yash Tibrewal · 7 years ago
  86. 90b4deb Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  87. 543ad5c Merge branch 'flowctlN+pure' of github.com:ctiller/grpc into flowctlN by Craig Tiller · 7 years ago
  88. 3f583b7 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  89. 0aedb81 Merge pull request #11587 from y-zeng/pure_ping by Yuchen Zeng · 7 years ago
  90. 1e32fea Generate dependency header import in pbrpc.m by Muxi Yan · 7 years ago
  91. 8e71599 Merge branch 'pure_ping' of github.com:y-zeng/grpc into flowctlN+pure by Craig Tiller · 7 years ago
  92. 1ed11b7 Merge github.com:grpc/grpc into pollset_kick_stats by Craig Tiller · 7 years ago
  93. aafa875 Merge pull request #12452 from apolcyn/google_rpc_status_in_ruby by apolcyn · 7 years ago
  94. 7801f34 Merge pull request #12601 from dgquintas/lb_on_response_received_locked_leaaaaaaaaaaaaak by David G. Quintas · 7 years ago
  95. ce6a56c Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  96. 35d31c3 Merge pull request #12622 from dgquintas/1.6.x-master-upmerge by David G. Quintas · 7 years ago
  97. 1a4310a Merge github.com:grpc/grpc into flowctlN by Craig Tiller · 7 years ago
  98. 75271d7 Generate forward declaration in pbrpc.h by Muxi Yan · 7 years ago
  99. 81b4195 Merge pull request #12600 from sreecha/closure-debug by Sree Kuchibhotla · 7 years ago
  100. 06576d5 Merge pull request #12359 from justinburke/tsi_factory_locking by Justin Burke · 7 years ago