1. 80f62e7 Changing to use node instead of nodejs by Dan Ciruli · 10 years ago
  2. 08d27fc Merge pull request #805 from tbetbetbe/grpc_ruby_temp_split_hostname_from_host_stering by Craig Tiller · 10 years ago
  3. 3a0e41c Merge pull request #801 from ctiller/sec-wtf by jboeuf · 10 years ago
  4. deb49dd Strip port in peer name check by Craig Tiller · 10 years ago
  5. ad60177 Merge pull request #800 from a11r/a11r-patch-1 by Yang Gao · 10 years ago
  6. 7708998 Tmp fix: splits the hostname from the host before creating a call by Tim Emiola · 10 years ago
  7. 85f9963 Update README by Abhishek Kumar · 10 years ago
  8. 8542900 Merge pull request #799 from a11r/a11r-patch-1 by Jayant Kolhe · 10 years ago
  9. 7ff92c8 Merge pull request #798 from nicolasnoble/version by Craig Tiller · 10 years ago
  10. d32eab2 We have decided our release version number shall be 0.5.0. by Nicolas "Pixel" Noble · 10 years ago
  11. dd3a1a8 Merge pull request #777 from donnadionne/go-auth-tests by Qi Zhao · 10 years ago
  12. 9e81817 Update CONTRIBUTING.md by Abhishek Kumar · 10 years ago
  13. e7209ae Merge pull request #794 from tbetbetbe/grpc_ruby_clear_default_creds_canary by donnadionne · 10 years ago
  14. 1d5f2d2 Removes a redundant canary test by Tim Emiola · 10 years ago
  15. b63518a Merge pull request #786 from ctiller/travis-wrap by Michael Lumish · 10 years ago
  16. 89654e5 Merge pull request #793 from tbetbetbe/grpc_ruby_remove_default_creds_canary by donnadionne · 10 years ago
  17. 009c22e Merge pull request #792 from murgatroid99/node_interop_tls_fix by Craig Tiller · 10 years ago
  18. 3061606 Fixed TLS host resolution problems by murgatroid99 · 10 years ago
  19. c753c19 Merge pull request #791 from jtattermusch/python_testing by Nathaniel Manista · 10 years ago
  20. e0172a8 fix readme by Jan Tattermusch · 10 years ago
  21. 46f8495 Merge pull request #788 from ctiller/sec-wtf by Michael Lumish · 10 years ago
  22. da93f79 Merge pull request #787 from jtattermusch/log_redirection by Michael Lumish · 10 years ago
  23. 44553b5 clang-format by Jan Tattermusch · 10 years ago
  24. 363eb8e Fix read through null pointer by Craig Tiller · 10 years ago
  25. 035a904 Make PHP compile by Craig Tiller · 10 years ago
  26. b17b00b Fix to make the conditional include under Windows by Jan Tattermusch · 10 years ago
  27. 5ffb4c3 Include grpc_csharp_ext.dll only under Windows by Jan Tattermusch · 10 years ago
  28. abf2202 grpc_csharp_ext.dll added to the project to force automatic copying to the output dir by Jan Tattermusch · 10 years ago
  29. 5339814 Added ability for c# to redirect C core logs to arbitrary sink by Jan Tattermusch · 10 years ago
  30. afae27c Merge pull request #739 from soltanmm/py-update by Nathaniel Manista · 10 years ago
  31. 8861445 Merge pull request #783 from tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby by Michael Lumish · 10 years ago
  32. b7a6464 Fixes the GCE creds test flags by Tim Emiola · 10 years ago
  33. d2bff8e Updates the docker test commands by Tim Emiola · 10 years ago
  34. fca1eb4 Remove the ruby gRPC auth implementation by Tim Emiola · 10 years ago
  35. 7103481 Updates the pubsub demo to use the new auth library by Tim Emiola · 10 years ago
  36. d6e6527 Updates the interop client to use the new auth library by Tim Emiola · 10 years ago
  37. f73fdfb Adds a reference to GoogleAuth by Tim Emiola · 10 years ago
  38. 635dbbe Fixes the GCE creds test flags by Tim Emiola · 10 years ago
  39. fa4a4b5 Updates the docker test commands by Tim Emiola · 10 years ago
  40. 517aa0c Merge pull request #722 from jtattermusch/csharp_performance by Tim Emiola · 10 years ago
  41. 494f2f9 Remove the ruby gRPC auth implementation by Tim Emiola · 10 years ago
  42. 2731d3f Updates the pubsub demo to use the new auth library by Tim Emiola · 10 years ago
  43. b44da46 Updates the interop client to use the new auth library by Tim Emiola · 10 years ago
  44. cc1150f Adds a reference to GoogleAuth by Tim Emiola · 10 years ago
  45. 2175674 Merge pull request #779 from ctiller/32B by David Klempner · 10 years ago
  46. d1345de Fix shutdown race in CHTTP2 by Craig Tiller · 10 years ago
  47. 08cf970 Merge pull request #602 from dklempner/unary_promotion_with_concurrent_poll by Craig Tiller · 10 years ago
  48. 2e6a91b7 Merge pull request #776 from jboeuf/ssl_cipher_suites by Abhishek Kumar · 10 years ago
  49. e80fc7a Merge pull request #778 from ctiller/mac by Nicolas Noble · 10 years ago
  50. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 10 years ago
  51. b5a79f6 Fix mac build by Craig Tiller · 10 years ago
  52. d43f0c3 Addressing comments. by Julien Boeuf · 10 years ago
  53. 6724ece Merge branch 'master' of github.com:google/grpc into go-auth-tests by Donna Dionne · 10 years ago
  54. fc97509 Fixing go commands Fixing test names by Donna Dionne · 10 years ago
  55. 783eddf Merge pull request #775 from jboeuf/strip_port_from_target_in_ssl by Craig Tiller · 10 years ago
  56. 8d6ec91 Using HTTP2 compliant cipher suites by default. by Julien Boeuf · 10 years ago
  57. 7fa3f41 Removing port from checked ssl target name. by Julien Boeuf · 10 years ago
  58. 5ebc6e6 Merge pull request #774 from donnadionne/go-auth-tests by Qi Zhao · 10 years ago
  59. 5d9f62a Adding auth test into suite to be run automatically by Donna Dionne · 10 years ago
  60. 59d9ff4 Updated Python protoc plugin testing. by Masood Malekghassemi · 10 years ago
  61. 92eaffe Merge pull request #773 from murgatroid99/node_cloud_prod_interop_command by donnadionne · 10 years ago
  62. a770a6b Merge pull request #771 from murgatroid99/node_auth_dependency by donnadionne · 10 years ago
  63. 09e4583 Fixed node cloud-prod commands by murgatroid99 · 10 years ago
  64. f5c6625 Fixed environment variable passing in node cloud-prod command by murgatroid99 · 10 years ago
  65. 0170a6c Addressing another round of comments. by Julien Boeuf · 10 years ago
  66. c69786b Merge pull request #768 from ctiller/http by Nicolas Noble · 10 years ago
  67. cdd8cff Merge pull request #772 from ctiller/stfu by Nicolas Noble · 10 years ago
  68. c6bccc2 Move close() to when the fd refcount goes to zero by David Klempner · 10 years ago
  69. 5c6f21e Also get rid of CHTTP2 settings spam by Craig Tiller · 10 years ago
  70. 2c04a53 Spam cleanup by Craig Tiller · 10 years ago
  71. 042e63c Fixed import of google-auth-library by murgatroid99 · 10 years ago
  72. cb0a28e Merge pull request #755 from nicolasnoble/feedback by Craig Tiller · 10 years ago
  73. eef1103 Merge pull request #769 from tbetbetbe/grpc_rb_temporarily_disable_some_failing_tests by Michael Lumish · 10 years ago
  74. 085603c Second batch of feedback. by Nicolas Noble · 10 years ago
  75. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  76. 9d31619 Merge pull request #763 from ctiller/fix2 by Nicolas Noble · 10 years ago
  77. ce99abf Merge pull request #764 from ctiller/fix3 by Nicolas Noble · 10 years ago
  78. f4f0b68 Merge pull request #759 from ctiller/test by Nicolas Noble · 10 years ago
  79. d50e565 Add HTTP2 header tracing by Craig Tiller · 10 years ago
  80. a6792f3 Merge pull request #762 from ctiller/fix1 by jboeuf · 10 years ago
  81. 18180f0 Temporarily suspend some tests that started failing because during the final shutdown by Tim Emiola · 10 years ago
  82. ce5dd73 Merge pull request #743 from murgatroid99/node_status_errors by Tim Emiola · 10 years ago
  83. a8d8a96 Merge pull request #765 from tbetbetbe/grpc_rb_rename_c_creds_api by Michael Lumish · 10 years ago
  84. b7835ab Merge pull request #744 from ctiller/copyright by Tim Emiola · 10 years ago
  85. 0e3e0ae Merge pull request #750 from murgatroid99/node_interop_compatibility by Tim Emiola · 10 years ago
  86. c667eb2 Merge pull request #760 from murgatroid99/node_default_credentials_fix by Tim Emiola · 10 years ago
  87. 78c9607 Merge pull request #753 from nathanielmanistaatgoogle/cancellation-ticket-kind by Masood Malekghassemi · 10 years ago
  88. ab399fa Merge pull request #761 from ctiller/chexxy by Yang Gao · 10 years ago
  89. 9b070fa Remove unused variable by Craig Tiller · 10 years ago
  90. 4090993 Remove redundant variable set by Craig Tiller · 10 years ago
  91. 3be76ac Fix potential leak by Craig Tiller · 10 years ago
  92. 6e57b9e Add Server.Wait by Craig Tiller · 10 years ago
  93. 957537e Reflect a C-api name change by Tim Emiola · 10 years ago
  94. e493983 Fixed reference to grpc_default_credentials_create by murgatroid99 · 10 years ago
  95. 23d2f3f Support writes failing by Craig Tiller · 10 years ago
  96. 175533c Merge pull request #758 from ctiller/test by Nathaniel Manista · 10 years ago
  97. 336ad50 Use signals instead of sleep to wait for jobs by Craig Tiller · 10 years ago
  98. a512c33 Merge pull request #756 from ctiller/test by David Klempner · 10 years ago
  99. b505661 Add a shutdown API to pollset by David Klempner · 10 years ago
  100. fe406ec Support taking a regex on test short name by Craig Tiller · 10 years ago