1. 9fbfb5b Fixes a lint issue. by Tim Emiola · 9 years ago
  2. be88526 adds ruby aliases of the propagation masks by Tim Emiola · 9 years ago
  3. fde3dbf Allow reserved metadata to be propagated between calls by Tim Emiola · 9 years ago
  4. bc447de Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host by Jan Tattermusch · 9 years ago
  5. 73578f7 Merge pull request #2887 from tbetbetbe/grpc-ruby-default-timeout-of-infinity-will-clearly-not-suprise-most-users by Nathaniel Manista · 9 years ago
  6. 2046954 Merge pull request #2879 from yang-g/call_grpc_init_first by jboeuf · 9 years ago
  7. 17b1659 Corrects the way the gemspec references files by Tim Emiola · 9 years ago
  8. d42c1b7 Use null for default host by Tim Emiola · 9 years ago
  9. 23e0f88 Aligns with the cognoscenti on timeouts by Tim Emiola · 9 years ago
  10. 844c449 Merge pull request #2886 from tbetbetbe/grpc-ruby-add-primary-user-agent-key by Stanley Cheung · 9 years ago
  11. 10ddfde Adds grpc.primary_user_agent key during stub creation by Tim Emiola · 9 years ago
  12. acc6cf2 Merge pull request #2885 from tbetbetbe/grpc-rb-expose-call-peer by Stanley Cheung · 9 years ago
  13. 623a74d Exposes call#peer, channel#target by Tim Emiola · 9 years ago
  14. 9a2a3ae Merge pull request #2715 from murgatroid99/node_interop_client_simplify by Tim Emiola · 9 years ago
  15. aeb7a4f Merge pull request #2780 from soltanmm/compiler-tests by Nathaniel Manista · 9 years ago
  16. a29a265 Merge pull request #2821 from soltanmm/user-agent by Nathaniel Manista · 9 years ago
  17. 5a326de Merge pull request #2880 from soltanmm/timeout-interop by Nathaniel Manista · 9 years ago
  18. 801bbeb Merge pull request #2856 from vjpai/limes by Yang Gao · 9 years ago
  19. 9fc755f Add to all secure credentials by yang-g · 9 years ago
  20. 9adf796 Implement timeout interop test for Python by Masood Malekghassemi · 9 years ago
  21. e71a6b0 call grpc_init for defaultcredentials by yang-g · 9 years ago
  22. 488598a Merge pull request #2867 from jtattermusch/csharp_sandcastle by Tim Emiola · 9 years ago
  23. e140203 Merge pull request #2846 from ctiller/alphasprout by Nicolas Noble · 9 years ago
  24. 1396ce5 Merge pull request #2875 from yang-g/test_unsecure by Nicolas Noble · 9 years ago
  25. b5ea2f8 Merge pull request #2873 from jtattermusch/expose_version_string by Jan Tattermusch · 9 years ago
  26. 5bdcfc6 Merge pull request #2864 from jtattermusch/0.10-upport by Nicolas Noble · 9 years ago
  27. f8b4b98 Improving unprotect doc. by Julien Boeuf · 9 years ago
  28. ffc8a6b move auth property iterator declaration into auth_context.h by yang-g · 9 years ago
  29. 1338798 fix method signature and add test by Jan Tattermusch · 9 years ago
  30. 03ad951 add const modifier by Jan Tattermusch · 9 years ago
  31. 2952246 Merge pull request #2866 from jtattermusch/context_api by Jan Tattermusch · 9 years ago
  32. 908cb2f Merge pull request #2860 from jtattermusch/compression_api by Jan Tattermusch · 9 years ago
  33. fc433cd Merge pull request #2848 from yang-g/default_creds_fix by jboeuf · 9 years ago
  34. c5a6aca expose C core version string to C# by Jan Tattermusch · 9 years ago
  35. 83c57cb Increase test timeouts to reduce flakiness. by Jorge Canizales · 9 years ago
  36. 7d77048 Fixup for 42898cf: Correct documentation. by Jorge Canizales · 9 years ago
  37. 42898cf Add remote interop tests to the suite of tests. by Jorge Canizales · 9 years ago
  38. 2eacf7b Allow UTF8 in comments of root certificates files by Jorge Canizales · 9 years ago
  39. 4dd2509 added sandcastle project to generate docs by Jan Tattermusch · 9 years ago
  40. dad1724 added tests by Jan Tattermusch · 9 years ago
  41. 7a75936 Merge pull request #2861 from jcanizales/fix-race-condition by Jorge Canizales · 9 years ago
  42. 392fae2 context propagation API by Jan Tattermusch · 9 years ago
  43. 578ab16 Don’t retain self here! by Jorge Canizales · 9 years ago
  44. 297ed7b Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. by Jorge Canizales · 9 years ago
  45. eb87b46 Rename super-confusing ivar _self -> _retainSelf by Jorge Canizales · 9 years ago
  46. fd51dff Clarify invalid-argument message for already-started writers by Jorge Canizales · 9 years ago
  47. 410c473 make intializer for metadata even nicer by Jan Tattermusch · 9 years ago
  48. 5321d49 fixed writeOptions and added test by Jan Tattermusch · 9 years ago
  49. 238ad78 Eliminate race in GRPCCall’s operation of the requests writer by Jorge Canizales · 9 years ago
  50. 67ce098 Clarify thread-safety expectations of GRXWriters by Jorge Canizales · 9 years ago
  51. c75c57c added ResponseHeadersTest, fixed stylecop issues by Jan Tattermusch · 9 years ago
  52. c8d7b84 polishing tests by Jan Tattermusch · 9 years ago
  53. 2615f39 fixing tests by Jan Tattermusch · 9 years ago
  54. 0abb847 big facelift of test code by Jan Tattermusch · 9 years ago
  55. a4291e7 fixing tests by Jan Tattermusch · 9 years ago
  56. 5b0b392 introduced MockServiceHelper to ease testing by Jan Tattermusch · 9 years ago
  57. c678c30 Fix ForwardingWriter init preconditions by Jorge Canizales · 9 years ago
  58. 9b2c25e Bounds checking for ops in call batch by vjpai · 9 years ago
  59. 8368b2e implemented sending initial metadata by Jan Tattermusch · 9 years ago
  60. bff90ac added WriteOptions support and enabled NoCompress flag to be used for all writes by Jan Tattermusch · 9 years ago
  61. 6a5494a :( by yang-g · 9 years ago
  62. 2109217 Fix gce detection by yang-g · 9 years ago
  63. c29812f Merge pull request #2845 from ctiller/reorder-some-things by jboeuf · 9 years ago
  64. de02ae6 Shutdown lb_policy when changing it by Craig Tiller · 9 years ago
  65. 95a98ca Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things by Yang Gao · 9 years ago
  66. 012349f Merge pull request #2842 from ctiller/asan-is-sad by Yang Gao · 9 years ago
  67. 8f1b169 Reorder filters to ensure that :authority is available when the auth filter needs it by Craig Tiller · 9 years ago
  68. c7989b6 Merge pull request #2788 from ctiller/kinetic-lopsided-poetry by Nicolas Noble · 9 years ago
  69. be76f2c Merge pull request #2838 from jcanizales/make-oauth2-easy by Jorge Canizales · 9 years ago
  70. 2e95e4a Move parent removal from final destruction to destruction request by Craig Tiller · 9 years ago
  71. 26f8b28 Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things by Craig Tiller · 9 years ago
  72. 37f24de Merge pull request #2777 from jboeuf/server_creds_auth_md_processor by Craig Tiller · 9 years ago
  73. 721b7a3 Rename oauth2_lowerCamel -> oauth2UpperCamel by Jorge Canizales · 9 years ago
  74. 26e0c9e Fixup for 971d06ad06caadb369e318112bba0e039188cfc2 by Jorge Canizales · 9 years ago
  75. 631dc00 Exercise GRPCCall+OAuth2 in the tests by Jorge Canizales · 9 years ago
  76. 87e133e merge with head by yang-g · 9 years ago
  77. c8abca8 Resolve comments by yang-g · 9 years ago
  78. 594ae57 Add OAuth2 headers category to GRPCCall by Jorge Canizales · 9 years ago
  79. 971d06a Fix build breakage by Jorge Canizales · 9 years ago
  80. be222f8 Merge pull request #2758 from jcanizales/make-http-not-subtle by Jorge Canizales · 9 years ago
  81. 7aff428 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  82. 6659d8b Fix memory leaks by Craig Tiller · 9 years ago
  83. 015ab35 Clarify intention of the code that adds a default port by Jorge Canizales · 9 years ago
  84. f3128e6 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  85. 6b9477e Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  86. 6107bf4 Set Python user-agent string by Masood Malekghassemi · 9 years ago
  87. aee5d5c Print error message on client auth error by Craig Tiller · 9 years ago
  88. c281152 Merge branch 'server_creds_auth_md_processor' of github.com:jboeuf/grpc into tell-the-world-about-ALL-the-things by Craig Tiller · 9 years ago
  89. 55fcf50 Document that methods in GRPCCall+Tests can only be called once per host by Jorge Canizales · 9 years ago
  90. b2bd067 Require very explicit registration of non-SSL hosts. by Jorge Canizales · 9 years ago
  91. 82b68d8 Use test certificates and name override for local tests :) by Jorge Canizales · 9 years ago
  92. 9195233 Subclass InteropTests to later repeat the tests using SSL by Jorge Canizales · 9 years ago
  93. 945f72c Make the host of interop tests modifiable per-class by Jorge Canizales · 9 years ago
  94. cdabaca Run test server with and without SSL by Jorge Canizales · 9 years ago
  95. 4ab7cc0 Merge master into support-test-certificates to solve conflicts. by Jorge Canizales · 9 years ago
  96. 5a20170 Merge pull request #2803 from ctiller/delay-start-resolution by Yang Gao · 9 years ago
  97. aa7a75a Merge pull request #2813 from ctiller/every-day-i-propagate by Yang Gao · 9 years ago
  98. e5b0459 Merge pull request #2750 from ctiller/propagate by Yang Gao · 9 years ago
  99. 2ba9e5d Merge pull request #2815 from jtattermusch/introduce_call_options by Jan Tattermusch · 9 years ago
  100. d3368e4 Merge branch 'master' of github.com:grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago