1. 4d75f25 Removing the peer from the SSL security connector. by Julien Boeuf · 10 years ago
  2. 05a8341 Making the stack work with outgoing channel args. by Julien Boeuf · 10 years ago
  3. 9a79e28 Removing the auth context from the security connector. by Julien Boeuf · 10 years ago
  4. 08ae945 Merge pull request #4534 from stanley-cheung/php_insecure_channel_creds_0_12 by Stanley Cheung · 10 years ago
  5. 6aee7a8 php: make channel credentials createInsecure explicit by Stanley Cheung · 10 years ago
  6. 17ab6a1 php: bump version for release by Stanley Cheung · 10 years ago
  7. 0d1d054 Merge pull request #4511 from grpc/fix-dictionary-warning by Michael Lumish · 10 years ago
  8. 47a7b9e Prevent warnings on dictionaries w/o string keys by Jorge Canizales · 10 years ago
  9. 1f3b18d Merge pull request #4510 from soltanmm/typo-fix-0_12 by Nathaniel Manista · 10 years ago
  10. 1e006e5 Fix typo in Python test harness by Masood Malekghassemi · 10 years ago
  11. 62058c5 Merge pull request #4489 from murgatroid99/ruby_explicit_insecure by jboeuf · 10 years ago
  12. d24424f Fixed stub construction in interop client by murgatroid99 · 10 years ago
  13. afe3974 Made insecure channel/stub explicit, in all layers by murgatroid99 · 10 years ago
  14. da61668 Merge pull request #4454 from grpc/master by Michael Lumish · 10 years ago
  15. 5c8c3e7 Merge pull request #4435 from murgatroid99/node_interop_server_response_delay by Jan Tattermusch · 10 years ago
  16. 8c96b29 Merge pull request #4465 from grpc/DotInHeaderName by Eric Anderson · 10 years ago
  17. a614f4e Update PROTOCOL-HTTP2.md by Louis Ryan · 10 years ago
  18. 29c3ca5 Merge pull request #4451 from ctiller/proxy-crash by Yang Gao · 10 years ago
  19. 34533ca Merge pull request #4463 from ctiller/perf_test by Craig Tiller · 10 years ago
  20. af63816 Merge pull request #4379 from jtattermusch/per_rpc_creds_test by Michael Lumish · 10 years ago
  21. 88fefe9 Merge pull request #4436 from jtattermusch/csharp_shutdown_test by Michael Lumish · 10 years ago
  22. b4d93b5 Merge pull request #4449 from jtattermusch/csharp_test_restructuring by Michael Lumish · 10 years ago
  23. 0607671 Tweak run_latency_profile.sh to run better on Jenkins by Craig Tiller · 10 years ago
  24. 3ac4900 improve MetadataCredentials test by Jan Tattermusch · 10 years ago
  25. be5a4eb Fix merge error by Craig Tiller · 10 years ago
  26. fc51234 Capture latency trace for ping pong during performance runs by Craig Tiller · 10 years ago
  27. ea50b90 Fix missing timer tag by Craig Tiller · 10 years ago
  28. abb2e3d Handle cancelling writes whilst writing by Craig Tiller · 10 years ago
  29. 7954e36 Merge github.com:grpc/grpc into proxy-crash by Craig Tiller · 10 years ago
  30. 80428e6 Merge pull request #4437 from carl-mastrangelo/wombal by David G. Quintas · 10 years ago
  31. 6181bbc Merge pull request #4460 from ctiller/whoops by Craig Tiller · 10 years ago
  32. 633d9ad Merge pull request #4444 from ctiller/ssl-bad-con by jboeuf · 10 years ago
  33. c10d68d Merge branch 'proxy-crash' of github.com:ctiller/grpc into proxy-crash by Craig Tiller · 10 years ago
  34. 4579846 Better fix by Craig Tiller · 10 years ago
  35. da308ae Merge github.com:grpc/grpc into proxy-crash by Craig Tiller · 10 years ago
  36. af745d8 Fix build by Craig Tiller · 10 years ago
  37. c482945 Merge pull request #4458 from dgquintas/lb_coverage by Craig Tiller · 10 years ago
  38. 4930a04 Merge pull request #4456 from nicolasnoble/http_cli-server-override by Craig Tiller · 10 years ago
  39. 45a78af Merge github.com:grpc/grpc into proxy-crash by Craig Tiller · 10 years ago
  40. 791df44 Merge pull request #4459 from soltanmm/tmp by Nicolas Noble · 10 years ago
  41. b5a1806 Python version bump by Masood Malekghassemi · 10 years ago
  42. 358c29a Increased round robin coverage by David Garcia Quintas · 10 years ago
  43. c27a99b Allows http(s)cli_test's server.py override. by Nicolas "Pixel" Noble · 10 years ago
  44. b334855 Merge pull request #4455 from grpc/lcov_fix by Nicolas Noble · 10 years ago
  45. 38d02d8 run_lcov.sh fix by David G. Quintas · 10 years ago
  46. d63b1d6 Fix AbandonedCall test by Jan Tattermusch · 10 years ago
  47. 7608c96 fix bug in Server.KillAsync() by Jan Tattermusch · 10 years ago
  48. b113a2e Merge pull request #4441 from bogdandrutu/master by Craig Tiller · 10 years ago
  49. 3a186e7 Get the right ordering of h2, not-h2 by Craig Tiller · 10 years ago
  50. ff1e2aa Ensure test fails if SSL connection succeeds by Craig Tiller · 10 years ago
  51. 1b8210f fix completion queue test by Jan Tattermusch · 10 years ago
  52. 62d6c20 add C# sanity test by Jan Tattermusch · 10 years ago
  53. 839dc96 temporarily disable UnimplementedMethod test by Jan Tattermusch · 10 years ago
  54. 450b281 temporarily disable StatusCodeAndMessage test by Jan Tattermusch · 10 years ago
  55. 3ac274f start using Ignore attribute for performance tests by Jan Tattermusch · 10 years ago
  56. 03c0106 split up C# tests into separate processes by Jan Tattermusch · 10 years ago
  57. 172895c Add documentation by Craig Tiller · 10 years ago
  58. 076f978 Addressing review feedback by Craig Tiller · 10 years ago
  59. 7d40848 clang-format by Craig Tiller · 10 years ago
  60. 27d6228 Merge github.com:grpc/grpc into ssl-bad-con by Craig Tiller · 10 years ago
  61. 8776c93 Merge github.com:grpc/grpc into proxy-crash by Craig Tiller · 10 years ago
  62. 9f483e3 Merge pull request #4452 from ctiller/cf by David G. Quintas · 10 years ago
  63. 0bdc3a5 Merge branch 'cf' into proxy-crash by Craig Tiller · 10 years ago
  64. 620e965 clang-format after last weeks test-fest by Craig Tiller · 10 years ago
  65. f35f925 Merge pull request #4442 from ctiller/bob by Nicolas Noble · 10 years ago
  66. 4bf2928 Fix proxy end2end tests by Craig Tiller · 10 years ago
  67. 01afb1b Merge pull request #4447 from jtattermusch/fix_address_in_use_crash by Craig Tiller · 10 years ago
  68. 1d7ccec fix "Address in use" crash by Jan Tattermusch · 10 years ago
  69. 5e9add5 Dont run on Windows just yet by Craig Tiller · 10 years ago
  70. e7701b6 Merge branch 'bob' into ssl-bad-con by Craig Tiller · 10 years ago
  71. ff76773 Fix leak by Craig Tiller · 10 years ago
  72. 7bbedf2 Dont run the servers as tests by Craig Tiller · 10 years ago
  73. 56369b4 Add cast by Craig Tiller · 10 years ago
  74. abd20f3 Add tests for failed SSL connections: bad cert, and bad alpn config by Craig Tiller · 10 years ago
  75. da0cf3c Fix off by one bug by Craig Tiller · 10 years ago
  76. ab0ea82 ASAN, Sanity fixes by Craig Tiller · 10 years ago
  77. 6af31bd Fix the naming conflict issue that cause the tests to fail. by Bogdan Drutu · 10 years ago
  78. 4a4a20b Merge branch 'master' of https://github.com/grpc/grpc by Bogdan Drutu · 10 years ago
  79. 1e54d28 Merge pull request #4420 from ctiller/slops by Nicolas Noble · 10 years ago
  80. 4b067d7 Merge pull request #4433 from ctiller/bind-server-twice by Nicolas Noble · 10 years ago
  81. 2a57209 Merge pull request #4428 from ctiller/httpness by Nicolas Noble · 10 years ago
  82. 3e3a265 Add missing vcproj by Craig Tiller · 10 years ago
  83. fc966ec Merge github.com:grpc/grpc into bind-server-twice by Craig Tiller · 10 years ago
  84. ef55655 Add includes by Craig Tiller · 10 years ago
  85. 42ab3fa Add a destructor callback as well by Bogdan Drutu · 10 years ago
  86. 38d2ad6 Add a hook for the default constructor of ClientContext. by Bogdan Drutu · 10 years ago
  87. 1aa50eb Merge pull request #4315 from jtattermusch/detect_platformtoolset by Jan Tattermusch · 10 years ago
  88. 8b12ec4 Merge pull request #4424 from ctiller/channel_connectivity by David G. Quintas · 10 years ago
  89. 82821ba Merge pull request #4438 from nicolasnoble/json-coverage-2 by Craig Tiller · 10 years ago
  90. 11c320d Increasing json code coverage. by Nicolas "Pixel" Noble · 10 years ago
  91. 756beae Add test to check that all settings frames are acked by Carl Mastrangelo · 10 years ago
  92. 3a977a4 Merge pull request #4431 from ctiller/we-dont-actually-need-pollset-fd-deletion by Sree Kuchibhotla · 10 years ago
  93. df744bd regenerated vsproject files by Jan Tattermusch · 10 years ago
  94. 3fbc454 make vcxproject files compatible with VS2015 by Jan Tattermusch · 10 years ago
  95. 29c547c drop _USE_32BIT_TIME_T define by Jan Tattermusch · 10 years ago
  96. 7fe4326 Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin by Michael Lumish · 10 years ago
  97. e27954c Fix memory leaks by Craig Tiller · 10 years ago
  98. 04dacf5 Fix windows by Craig Tiller · 10 years ago
  99. 221ae63 Added support for ResponseParameters.interval_us to the Node interop server by murgatroid99 · 10 years ago
  100. 8c9dfd0 Merge pull request #4430 from ctiller/dns by David G. Quintas · 10 years ago