1. 4795a3c Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ by Craig Tiller · 10 years ago
  2. 7b7aa62 Merge pull request #841 from soltanmm/py-update by Nathaniel Manista · 10 years ago
  3. 16a2ca4 Merge branch 'travis_node' of github.com:murgatroid99/grpc into travis-c++ by Craig Tiller · 10 years ago
  4. 69cd4c0 Merge branch 'travis-c' into travis-c++ by Craig Tiller · 10 years ago
  5. d7e3a2b Changed c++ version flag in binding.gyp by murgatroid99 · 10 years ago
  6. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  7. 40e8cbd Fix bugs in Python code generator by Masood Malekghassemi · 10 years ago
  8. 89fccb7 Simple installation instructions for Python. by Nathaniel Manista · 10 years ago
  9. bc53734 Merge pull request #830 from nathanielmanistaatgoogle/python-interop-client by Masood Malekghassemi · 10 years ago
  10. e07edc5 Merge pull request #831 from nathanielmanistaatgoogle/security-progress by Masood Malekghassemi · 10 years ago
  11. 1c37fe6 Work towards invocation-side security. by Nathaniel Manista · 10 years ago
  12. c2b40200 The Python interop client. by Nathaniel Manista · 10 years ago
  13. 67347d8 Merge pull request #820 from jayantkolhe/jayantkolhe-patch-3 by Mugur Marculescu · 10 years ago
  14. 806dde1 Update README.md by Jayant Kolhe · 10 years ago
  15. 68acd35 Merge pull request #813 from tbetbetbe/grpc_ruby_initial_version by Craig Tiller · 10 years ago
  16. 1ffe4fe Sanitize a reference number. by Nathaniel Manista · 10 years ago
  17. ed3671e Synchronize initial package versions by Tim Emiola · 10 years ago
  18. 3ce8b55 Merge pull request #812 from nathanielmanistaatgoogle/python-version-number by Craig Tiller · 10 years ago
  19. c6e42c8 Set Python version number to 0.4.0. by Nathaniel Manista · 10 years ago
  20. f2b2205 Merge pull request #811 from murgatroid99/node_version_bump_0.5.0 by Craig Tiller · 10 years ago
  21. 9e47368 Bumped node version to 0.5.0 by murgatroid99 · 10 years ago
  22. fc797b7 Merge pull request #803 from grpc/oaktowner-patch-1 by Craig Tiller · 10 years ago
  23. 9c7a6af Merge pull request #806 from grpc/oaktowner-patch-2 by Craig Tiller · 10 years ago
  24. 874f9c9 Merge pull request #789 from jtattermusch/interop_testing by Tim Emiola · 10 years ago
  25. 2013626 Merge pull request #810 from murgatroid99/node_instructions by Tim Emiola · 10 years ago
  26. b189cbe Add Debian nodejs-legacy instructions by Michael Lumish · 10 years ago
  27. e6d72c2 Removing emplace from python plugin. by Nicolas "Pixel" Noble · 10 years ago
  28. 3c17f04 Merge pull request #795 from nathanielmanistaatgoogle/python-client-credentials by Masood Malekghassemi · 10 years ago
  29. 02a74dd Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes by Masood Malekghassemi · 10 years ago
  30. 80f62e7 Changing to use node instead of nodejs by Dan Ciruli · 10 years ago
  31. 08d27fc Merge pull request #805 from tbetbetbe/grpc_ruby_temp_split_hostname_from_host_stering by Craig Tiller · 10 years ago
  32. 60fcca5 Update binding.gyp by Dan Ciruli · 10 years ago
  33. deb49dd Strip port in peer name check by Craig Tiller · 10 years ago
  34. 7708998 Tmp fix: splits the hostname from the host before creating a call by Tim Emiola · 10 years ago
  35. c855d57 Python ClientCredentials object. by Nathaniel Manista · 10 years ago
  36. e7209ae Merge pull request #794 from tbetbetbe/grpc_ruby_clear_default_creds_canary by donnadionne · 10 years ago
  37. 1d5f2d2 Removes a redundant canary test by Tim Emiola · 10 years ago
  38. b63518a Merge pull request #786 from ctiller/travis-wrap by Michael Lumish · 10 years ago
  39. 009c22e Merge pull request #792 from murgatroid99/node_interop_tls_fix by Craig Tiller · 10 years ago
  40. 3061606 Fixed TLS host resolution problems by murgatroid99 · 10 years ago
  41. c753c19 Merge pull request #791 from jtattermusch/python_testing by Nathaniel Manista · 10 years ago
  42. e0172a8 fix readme by Jan Tattermusch · 10 years ago
  43. 46f8495 Merge pull request #788 from ctiller/sec-wtf by Michael Lumish · 10 years ago
  44. 4788e78 fixed server streaming by Jan Tattermusch · 10 years ago
  45. 0e1f527 fix to make empty_stream pass against C++ server by Jan Tattermusch · 10 years ago
  46. 2083138 Added interop server, interop unit tests and fixes to pingpong by Jan Tattermusch · 10 years ago
  47. 44553b5 clang-format by Jan Tattermusch · 10 years ago
  48. 363eb8e Fix read through null pointer by Craig Tiller · 10 years ago
  49. 035a904 Make PHP compile by Craig Tiller · 10 years ago
  50. b17b00b Fix to make the conditional include under Windows by Jan Tattermusch · 10 years ago
  51. 5ffb4c3 Include grpc_csharp_ext.dll only under Windows by Jan Tattermusch · 10 years ago
  52. abf2202 grpc_csharp_ext.dll added to the project to force automatic copying to the output dir by Jan Tattermusch · 10 years ago
  53. 5339814 Added ability for c# to redirect C core logs to arbitrary sink by Jan Tattermusch · 10 years ago
  54. afae27c Merge pull request #739 from soltanmm/py-update by Nathaniel Manista · 10 years ago
  55. 9280790 Final changes to the early_adopter API. by Nathaniel Manista · 10 years ago
  56. 8861445 Merge pull request #783 from tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby by Michael Lumish · 10 years ago
  57. 517aa0c Merge pull request #722 from jtattermusch/csharp_performance by Tim Emiola · 10 years ago
  58. 494f2f9 Remove the ruby gRPC auth implementation by Tim Emiola · 10 years ago
  59. 2731d3f Updates the pubsub demo to use the new auth library by Tim Emiola · 10 years ago
  60. b44da46 Updates the interop client to use the new auth library by Tim Emiola · 10 years ago
  61. cc1150f Adds a reference to GoogleAuth by Tim Emiola · 10 years ago
  62. 2175674 Merge pull request #779 from ctiller/32B by David Klempner · 10 years ago
  63. d1345de Fix shutdown race in CHTTP2 by Craig Tiller · 10 years ago
  64. 08cf970 Merge pull request #602 from dklempner/unary_promotion_with_concurrent_poll by Craig Tiller · 10 years ago
  65. 2e6a91b7 Merge pull request #776 from jboeuf/ssl_cipher_suites by Abhishek Kumar · 10 years ago
  66. e80fc7a Merge pull request #778 from ctiller/mac by Nicolas Noble · 10 years ago
  67. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 10 years ago
  68. b5a79f6 Fix mac build by Craig Tiller · 10 years ago
  69. d43f0c3 Addressing comments. by Julien Boeuf · 10 years ago
  70. 8d6ec91 Using HTTP2 compliant cipher suites by default. by Julien Boeuf · 10 years ago
  71. 7fa3f41 Removing port from checked ssl target name. by Julien Boeuf · 10 years ago
  72. 59d9ff4 Updated Python protoc plugin testing. by Masood Malekghassemi · 10 years ago
  73. a770a6b Merge pull request #771 from murgatroid99/node_auth_dependency by donnadionne · 10 years ago
  74. 0170a6c Addressing another round of comments. by Julien Boeuf · 10 years ago
  75. c69786b Merge pull request #768 from ctiller/http by Nicolas Noble · 10 years ago
  76. c6bccc2 Move close() to when the fd refcount goes to zero by David Klempner · 10 years ago
  77. 5c6f21e Also get rid of CHTTP2 settings spam by Craig Tiller · 10 years ago
  78. 2c04a53 Spam cleanup by Craig Tiller · 10 years ago
  79. 042e63c Fixed import of google-auth-library by murgatroid99 · 10 years ago
  80. cb0a28e Merge pull request #755 from nicolasnoble/feedback by Craig Tiller · 10 years ago
  81. eef1103 Merge pull request #769 from tbetbetbe/grpc_rb_temporarily_disable_some_failing_tests by Michael Lumish · 10 years ago
  82. 085603c Second batch of feedback. by Nicolas Noble · 10 years ago
  83. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  84. 9d31619 Merge pull request #763 from ctiller/fix2 by Nicolas Noble · 10 years ago
  85. ce99abf Merge pull request #764 from ctiller/fix3 by Nicolas Noble · 10 years ago
  86. d50e565 Add HTTP2 header tracing by Craig Tiller · 10 years ago
  87. a6792f3 Merge pull request #762 from ctiller/fix1 by jboeuf · 10 years ago
  88. 18180f0 Temporarily suspend some tests that started failing because during the final shutdown by Tim Emiola · 10 years ago
  89. ce5dd73 Merge pull request #743 from murgatroid99/node_status_errors by Tim Emiola · 10 years ago
  90. a8d8a96 Merge pull request #765 from tbetbetbe/grpc_rb_rename_c_creds_api by Michael Lumish · 10 years ago
  91. 0e3e0ae Merge pull request #750 from murgatroid99/node_interop_compatibility by Tim Emiola · 10 years ago
  92. c667eb2 Merge pull request #760 from murgatroid99/node_default_credentials_fix by Tim Emiola · 10 years ago
  93. 78c9607 Merge pull request #753 from nathanielmanistaatgoogle/cancellation-ticket-kind by Masood Malekghassemi · 10 years ago
  94. 9b070fa Remove unused variable by Craig Tiller · 10 years ago
  95. 4090993 Remove redundant variable set by Craig Tiller · 10 years ago
  96. 3be76ac Fix potential leak by Craig Tiller · 10 years ago
  97. 6e57b9e Add Server.Wait by Craig Tiller · 10 years ago
  98. 957537e Reflect a C-api name change by Tim Emiola · 10 years ago
  99. e493983 Fixed reference to grpc_default_credentials_create by murgatroid99 · 10 years ago
  100. b505661 Add a shutdown API to pollset by David Klempner · 10 years ago