1. ddc4e34 regenerate code by Jan Tattermusch · 8 years ago
  2. acb842c fix copyrights by Jan Tattermusch · 8 years ago
  3. 5a4e1e3 make client side interface obsolete by Jan Tattermusch · 8 years ago
  4. 2f0a837 introduce concept of opaque client base configuration by Jan Tattermusch · 8 years ago
  5. 054fae7 move implementations of CallInvoker to Grpc.Core.Internal by Jan Tattermusch · 8 years ago
  6. efb7784 update codegen to generate parameterless constructor for clients by Jan Tattermusch · 8 years ago
  7. b240358 add parameterless constructor for ClientBase by Jan Tattermusch · 8 years ago
  8. c831a44 add ClientBase.WithHost and get rid of HeaderInterceptor by Jan Tattermusch · 8 years ago
  9. b455bcc add host field support to CallInvoker by Jan Tattermusch · 8 years ago
  10. 809148d migrate code to single client-side class by Jan Tattermusch · 8 years ago
  11. d9495ab refactor ClientBase by Jan Tattermusch · 8 years ago
  12. 055c2dd generate only one Client class instead of abstract & concrete by Jan Tattermusch · 8 years ago
  13. 8496efa add concept of CallInvoker by Jan Tattermusch · 8 years ago
  14. d8f7c8a migrate from client side interface to client side abstract class by Jan Tattermusch · 8 years ago
  15. 8cd4ae9 generate client-side base class by Jan Tattermusch · 8 years ago
  16. c86a588 fix copyrights by Jan Tattermusch · 8 years ago
  17. eeef5ed regenerate protos by Jan Tattermusch · 8 years ago
  18. d39426d change C# service implementations to inherit from a generated base class by Jan Tattermusch · 8 years ago
  19. 10a002d generate serverside base class for C# by Jan Tattermusch · 8 years ago
  20. 1895835 Merge pull request #6042 from ctiller/optionalize_resolvers by Nicolas Noble · 8 years ago
  21. abcebb0 Merge pull request #5419 from ctiller/cleaner-posix2 by Nicolas Noble · 8 years ago
  22. 3cba82e Fixed zookeeper... (?) by Craig Tiller · 8 years ago
  23. b11b34a Zookeeper fixes by Craig Tiller · 8 years ago
  24. 5dec6e0 Merge github.com:grpc/grpc into optionalize_resolvers by Craig Tiller · 8 years ago
  25. 25058c9 Merge pull request #6032 from murgatroid99/node_stress_client by Jan Tattermusch · 8 years ago
  26. eddcd85 Merge pull request #6010 from vjpai/i_know_rubies by Jan Tattermusch · 8 years ago
  27. 4eb36c0 Merge pull request #6001 from ctiller/optionalize_census by Jan Tattermusch · 8 years ago
  28. e545ffe Merge pull request #6007 from jtattermusch/upgrade_google_apis_nuget by Jan Tattermusch · 8 years ago
  29. 1a2c5aa Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  30. 17325f8 Merge branch 'optionalize_census' into optionalize_resolvers by Craig Tiller · 8 years ago
  31. 7661da5 Merge pull request #6012 from nicolasnoble/memleak_detector by Nicolas Noble · 8 years ago
  32. 1fe942f Merge pull request #5700 from bluecmd/ssl-defaults by Jan Tattermusch · 8 years ago
  33. 38d8120 Merge pull request #6034 from dgquintas/uri_query_parts by Nicolas Noble · 8 years ago
  34. 959b6f5 Fixing another memory leak. by Nicolas "Pixel" Noble · 8 years ago
  35. 5562807 Support many oustanding RPCs per channel - forgot to do this last time by Vijay Pai · 8 years ago
  36. d0bcc43 clang-fmt by Craig Tiller · 8 years ago
  37. 6a36274 Merge pull request #5955 from jtattermusch/clearer_onconnect_msg by Nicolas Noble · 8 years ago
  38. db008e2 Merge branch 'optionalize_census' into optionalize_resolvers by Craig Tiller · 8 years ago
  39. 502349d Fix include guards by Craig Tiller · 8 years ago
  40. 4c43ed3 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  41. dfa160e Merge branch 'optionalize_census' into optionalize_resolvers by Craig Tiller · 8 years ago
  42. bbf85f4 Merge github.com:grpc/grpc into optionalize_census by Craig Tiller · 8 years ago
  43. 65938df Optionalize name resolvers by Craig Tiller · 8 years ago
  44. 31efd7e Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  45. 2b95153 Expanded comment about Client class in stress_client by murgatroid99 · 8 years ago
  46. f3f099a Merge github.com:grpc/grpc into optionalize_census by Craig Tiller · 8 years ago
  47. 4c33dba Fix windows pollset initialization by Craig Tiller · 8 years ago
  48. 8479c97 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  49. 2b90123 Merge pull request #5943 from vjpai/make_unix_sockets_great_again by Nicolas Noble · 8 years ago
  50. f341374 Merge branch 'master' of github.com:grpc/grpc into uri_query_parts by David Garcia Quintas · 8 years ago
  51. 057054f Added grpc_uri_get_query_arg per comments. by David Garcia Quintas · 8 years ago
  52. 7894e60 Merge pull request #6000 from ctiller/optionalize_roundrobin by Nicolas Noble · 8 years ago
  53. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  54. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  55. e3a49f8 Added & and = to URI queries by David Garcia Quintas · 8 years ago
  56. be59408 Merge branch 'master' into node_stress_client by murgatroid99 · 8 years ago
  57. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 8 years ago
  58. a8cd6dc Fixed minor bug in metrics server, added metrics client by murgatroid99 · 8 years ago
  59. ef63762 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  60. 503b8f6 Merge branch 'cleaner-posix2' of github.com:ctiller/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  61. 00d450a Add compilation guards for posix only code by Craig Tiller · 8 years ago
  62. 90da737 Merge pull request #5699 from ctiller/accounting by Bogdan Drutu · 8 years ago
  63. 70788e1 Node stress test client by murgatroid99 · 8 years ago
  64. c42b982 Merge pull request #5894 from soltanmm/stop-that by Jan Tattermusch · 8 years ago
  65. 828558a Merge branch 'master' into i_know_rubies by Vijay Pai · 8 years ago
  66. d9389a8 Support secure client by vjpai · 8 years ago
  67. cf36f85 Support server-side secure test. by vjpai · 8 years ago
  68. ed25a33 Improved formatting by vjpai · 8 years ago
  69. 5286eee Add streaming client by vjpai · 8 years ago
  70. ad1c1cc Add support for unary client, closed-loop or poisson by vjpai · 8 years ago
  71. 6449049 Fix merge error by Craig Tiller · 8 years ago
  72. e50d7be Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  73. 801e684 Merge github.com:grpc/grpc into accounting by Craig Tiller · 8 years ago
  74. 56f26a5 Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago
  75. 6771361 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  76. dd2cfc5 Revert "added grpclb support to sockaddr resolver" by Craig Tiller · 8 years ago
  77. 353729a Merge pull request #6014 from nicolasnoble/manual-upmerge by Jan Tattermusch · 8 years ago
  78. 1a05ba4 Fix include guards by Craig Tiller · 8 years ago
  79. 026a3dd Merge github.com:grpc/grpc into accounting by Craig Tiller · 8 years ago
  80. 981bfb0 Merge pull request #5933 from dgquintas/sockaddr_resolver_lb by Jan Tattermusch · 8 years ago
  81. 58b66f5 Merge pull request #5950 from dgquintas/lb_policies_new_interface by Jan Tattermusch · 8 years ago
  82. e8e100f Merge pull request #5978 from dgquintas/channel_args_docs by Jan Tattermusch · 8 years ago
  83. 82a91c9 Fixing json memory leak. by Nicolas "Pixel" Noble · 8 years ago
  84. e33f936 Merge branch 'release-0_13' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  85. d7f43b3 Fix scoping for client, in preparation for implementation by vjpai · 8 years ago
  86. e8ff388 Fix scope on an each - no need for class scope by vjpai · 8 years ago
  87. b242ffa better message for on_connect error by Jan Tattermusch · 8 years ago
  88. 45be26e Working ruby server implementation by vjpai · 8 years ago
  89. 691387a Make histogram more canonically Ruby-style by vjpai · 8 years ago
  90. f85c70f bump Google.Apis.Auth nuget to 1.11.1 by Jan Tattermusch · 8 years ago
  91. 375d1f4 Better memory management for grpc_rb_byte_buffer_to_s. by Nicolas "Pixel" Noble · 8 years ago
  92. 97daf35 Fix Ruby memory leaks by Zhuochun · 8 years ago
  93. 9557869 Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago
  94. 447bab1 clang-format by Craig Tiller · 8 years ago
  95. 343718e Merge branch 'master' into i_know_rubies by vjpai · 8 years ago
  96. 943cdf9 Swap header/src into the right order by Craig Tiller · 8 years ago
  97. 5dd4118 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  98. 4c5edc1 Merge github.com:grpc/grpc into optionalize_roundrobin by Craig Tiller · 8 years ago
  99. 34236d5 Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  100. ad46ecf Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago