1. 615e468 C# changes by Sree Kuchibhotla · 7 years ago
  2. d5678f2 Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 7 years ago
  3. 3a632c4 clang format fix by Sree Kuchibhotla · 7 years ago
  4. def3354 Fix test bug and generate_projects.sh by Sree Kuchibhotla · 7 years ago
  5. f2c3215 Update C++ code by Sree Kuchibhotla · 7 years ago
  6. e2119ac Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 7 years ago
  7. 995ed1c Fix bug by Sree Kuchibhotla · 7 years ago
  8. b5b6bfd Updates C Core by Sree Kuchibhotla · 7 years ago
  9. 20159e1 Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 7 years ago
  10. f6c2026 Add the new file to bazel BUILD file by Sree Kuchibhotla · 7 years ago
  11. 2abbf8a Changes to use the new API by Sree Kuchibhotla · 7 years ago
  12. 5ea3bbd Merge branch 'cq_factory_api' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 7 years ago
  13. 48ed124 minor enum change by Sree Kuchibhotla · 7 years ago
  14. 098110d Merge branch 'master' into cq_factory_api by Sree Kuchibhotla · 7 years ago
  15. 313b895 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  16. add6962 Add version macro by Sree Kuchibhotla · 7 years ago
  17. bf18428 Introduce grpc_completion_queue_factory API by Sree Kuchibhotla · 7 years ago
  18. 9f615de Merge pull request #10242 from dgquintas/fix_sanity by David G. Quintas · 7 years ago
  19. e63cde9 Fix sanity, generated projects by David Garcia Quintas · 7 years ago
  20. d4143f2 Merge pull request #10208 from muxi/fix-trailer-only by Muxi Yan · 7 years ago
  21. 62d1dd9 Merge pull request #9850 from markdroth/retry_throttle by Mark D. Roth · 7 years ago
  22. c9ff208 Merge pull request #10151 from y-zeng/fix_set_socket_mutator by Yuchen Zeng · 7 years ago
  23. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  24. e50c7bd Merge pull request #10227 from kpayson64/optional_enum34 by kpayson64 · 7 years ago
  25. 3e9e2fd Merge pull request #10200 from ctiller/bad_tracking by Craig Tiller · 7 years ago
  26. d5fa26e Merge pull request #10201 from vjpai/combiner_explainer by Vijay Pai · 7 years ago
  27. 25909c4 Merge pull request #10220 from ctiller/fuzzingmac by Craig Tiller · 7 years ago
  28. 7c050ea Merge pull request #10102 from ctiller/fuzzing-long by Craig Tiller · 7 years ago
  29. 34e9194 Make enum34 only required for Python 2.7 by Ken Payson · 7 years ago
  30. 4967344 Merge pull request #10212 from nathanielmanistaatgoogle/update-tests by Nathaniel Manista · 7 years ago
  31. f9c910f Merge pull request #10207 from y-zeng/tcp_server_severity by Yuchen Zeng · 7 years ago
  32. c9bb78f Make fuzzers run on mac (but not on mac on jenkins) by Craig Tiller · 7 years ago
  33. bb7484c Update tests to current gRPC code elements by Nathaniel Manista · 7 years ago
  34. 18de3d72 Make changes suggested by Mark, make this pass sanity by Vijay Pai · 7 years ago
  35. cb2f3f6 Downgrade error severity to INFO when failing to add a listener by Yuchen Zeng · 7 years ago
  36. 3c3093c Fix that there is no :status header in the case of trailer-only failure reply by Muxi Yan · 7 years ago
  37. 40a947e Merge pull request #9889 from y-zeng/channel_arg by Yuchen Zeng · 7 years ago
  38. 289bc21 Merge pull request #9995 from y-zeng/cpu_test by Yuchen Zeng · 7 years ago
  39. d9efa4a Merge pull request #10123 from y-zeng/android by Yuchen Zeng · 7 years ago
  40. 11c57e8 Merge pull request #10165 from markdroth/proxy_mapper_init_fix by Mark D. Roth · 7 years ago
  41. a340987 Merge pull request #10179 from markdroth/proxy_mapper_channel_arg_fix by Mark D. Roth · 7 years ago
  42. 14ea772 Explain combiner by Vijay Pai · 7 years ago
  43. 8c74445 Fix tracking of writes: we dont need TrackCounters for bm_fullstack since the fixture does it by Craig Tiller · 7 years ago
  44. 693d2b4 Merge remote-tracking branch 'upstream/master' into retry_throttle by Mark D. Roth · 7 years ago
  45. fecba53 Switch to using a CAS loop to update the token value. by Mark D. Roth · 7 years ago
  46. 18f5b66 Merge pull request #10090 from rjshade/add_test_flags by Yang Gao · 7 years ago
  47. d2304d9 Merge remote-tracking branch 'upstream/master' into proxy_mapper_init_fix by Mark D. Roth · 7 years ago
  48. 01deb9d add hyper to Dockerfile.template by Eric Gribkoff · 7 years ago
  49. 2f59cf2 move health check to just before running test cases by Eric Gribkoff · 7 years ago
  50. 246c0ee delay health check, increase timeout by Eric Gribkoff · 7 years ago
  51. 6ce6166 reenable health check, disable other interop tests by Eric Gribkoff · 7 years ago
  52. f9d0804 disable wait for healthy by Eric Gribkoff · 7 years ago
  53. 92a5d28 increase wait for healthy timeout by Eric Gribkoff · 7 years ago
  54. d86a19e check error for docker inspect by Eric Gribkoff · 7 years ago
  55. d3b1600 add comments for health check docker flags by Eric Gribkoff · 7 years ago
  56. 22afddf add health check for http2 server by Eric Gribkoff · 7 years ago
  57. bee6ec2 refactor common_options, correct output for manual run by Eric Gribkoff · 7 years ago
  58. 61335ec use docker port mapping for http2 server by Eric Gribkoff · 7 years ago
  59. 95f48c1 really add _ by Eric Gribkoff · 7 years ago
  60. 69e2f82 add _ by Eric Gribkoff · 7 years ago
  61. 5ae42a1 stop http2 test server with error code when failures occur by Eric Gribkoff · 7 years ago
  62. 5438888 Merge pull request #9806 from vjpai/increase_the_suppression by Vijay Pai · 7 years ago
  63. e0e809f Merge pull request #10135 from ctiller/call_arena by Craig Tiller · 7 years ago
  64. 1c154bf Merge pull request #10190 from yang-g/build_fix by Yang Gao · 7 years ago
  65. 9df13b2 Add missing files by yang-g · 7 years ago
  66. da73580 Merge pull request #10171 from matt-kwong/kokoro-inc-port-time by matt-kwong · 7 years ago
  67. 06d4cbc Fix BUILD by Craig Tiller · 7 years ago
  68. c627664 Merge github.com:grpc/grpc into call_arena by Craig Tiller · 7 years ago
  69. 597f51c Merge pull request #10184 from ctiller/missing by Craig Tiller · 7 years ago
  70. c290bc7 Merge pull request #10176 from muxi/fix-test-timeout by Muxi Yan · 7 years ago
  71. 4a3f53a Merge pull request #10156 from grpc/name by Nicolas Noble · 7 years ago
  72. 0e0149d Restore missing benchmarks by Craig Tiller · 7 years ago
  73. 2ccd502 Add cast by Craig Tiller · 7 years ago
  74. 1292906 Disable cronet trace by Muxi Yan · 7 years ago
  75. 9f6b9ab Merge github.com:grpc/grpc into call_arena by Craig Tiller · 7 years ago
  76. c6a4539 Merge pull request #9786 from vjpai/heldplace by Vijay Pai · 7 years ago
  77. 6f8ddd6 Merge github.com:grpc/grpc into call_arena by Craig Tiller · 7 years ago
  78. 039c3b7 Merge pull request #10052 from ctiller/nolock by Craig Tiller · 7 years ago
  79. e30c204 Merge pull request #10148 from ctiller/ubsan by Craig Tiller · 7 years ago
  80. 364fa33 Override subchannel address in channel args when proxy mapper is used. by Mark D. Roth · 7 years ago
  81. 98e282a Eliminate std::placeholders by Vijay Pai · 7 years ago
  82. 6b2662a Merge pull request #10174 from nathanielmanistaatgoogle/health by Nathaniel Manista · 7 years ago
  83. 94a4ed9 Fix the error in flush read that was causing jenkins timeout by Muxi Yan · 7 years ago
  84. 41373d0 Merge pull request #10122 from ctiller/arena by Craig Tiller · 7 years ago
  85. 488d419 Update health to current gRPC code elements by Nathaniel Manista · 7 years ago
  86. c7f0d6a Increase test timeout for Linux portability by Matt Kwong · 7 years ago
  87. 84c9665 Merge pull request #10085 from yongni/split by yongni · 7 years ago
  88. 5992c19 Merge pull request #9896 from matt-kwong/ssl-fuzz2 by matt-kwong · 7 years ago
  89. 30ddc63 Suppress race caused by cached_size tracking in protobuf by Vijay Pai · 7 years ago
  90. 1f83429 Add test feature flags by Robbie Shade · 7 years ago
  91. cedfa76 Merge pull request #10000 from yang-g/grpc_pb_h by Yang Gao · 7 years ago
  92. de14410 Rename on_complete_locked() to on_complete(). by Mark D. Roth · 7 years ago
  93. 39e2e09 created gcr upload script for version compatiblity tests. by Yong Ni · 7 years ago
  94. 2ac189e Fix proxy mapper initialization to work with third-party plugins. by Mark D. Roth · 7 years ago
  95. 5279370 Fix compilation by Craig Tiller · 7 years ago
  96. 9ccbc4d Don't use combiner lock for on_complete callback. by Mark D. Roth · 7 years ago
  97. 8868e1f Merge branch 'call_arena' of github.com:ctiller/grpc into call_arena by Craig Tiller · 7 years ago
  98. dbad370 Fix use-after-free, cronet compiles by Craig Tiller · 7 years ago
  99. 51006fe Fix use-after-free by Craig Tiller · 7 years ago
  100. 3a91707 Merge remote-tracking branch 'upstream/master' into retry_throttle by Mark D. Roth · 7 years ago