1. 10098d1 regenerate C# protos by Jan Tattermusch · 8 years ago
  2. 05cccba add comment for NewInstance override by Jan Tattermusch · 8 years ago
  3. 83f8bc5 Merge pull request #8320 from jtattermusch/gprlog_format_fix by Jan Tattermusch · 8 years ago
  4. 352e9a3 Merge pull request #8073 from daniel-j-born/handshake_shutdown by Yang Gao · 8 years ago
  5. fbfb05a Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_creds by jboeuf · 8 years ago
  6. 062ba7b Merge pull request #8324 from grpc/v1.0.x by Nathaniel Manista · 8 years ago
  7. 70c0b32 Merge pull request #8219 from markdroth/fail_fast by Mark D. Roth · 8 years ago
  8. 9fee24f Merge pull request #8305 from stanley-cheung/php-update-composer-json by Stanley Cheung · 8 years ago
  9. 9efab21 Merge pull request #8323 from markdroth/lb_pick_fix by Mark D. Roth · 8 years ago
  10. cf16b76 clang-format by Mark D. Roth · 8 years ago
  11. 1e5f6af Fix grpclb LB policy pick method to return 0 upon error. by Mark D. Roth · 8 years ago
  12. e5c744d Merge pull request #8307 from markdroth/header_fix by Mark D. Roth · 8 years ago
  13. 2b39808 fix building ruby artifact by Jan Tattermusch · 8 years ago
  14. 82b64d1 change back slashes to forward slashes in grpc.tool nuspec by Alexander Polcyn · 8 years ago
  15. 757e84e Add 'extern "C"' to error.h. by Mark D. Roth · 8 years ago
  16. 619c034 php: require grpc extension to be installed before composer package by Stanley Cheung · 8 years ago
  17. 6f6f94f Fix header. by Mark D. Roth · 8 years ago
  18. 8dc4193 Resolve conflicts by Yuchen Zeng · 8 years ago
  19. 4bcdd73 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  20. bc4ea6d fix compilation error by Jan Tattermusch · 8 years ago
  21. 4552f6a Init method as POST by Yuchen Zeng · 8 years ago
  22. c7cf9a6 Fix maybe-uninitialized variable by Yuchen Zeng · 8 years ago
  23. c43aa51 Merge pull request #7984 from lizan/byte_buffer_compression by David G. Quintas · 8 years ago
  24. ba46906 Merge pull request #8223 from muxi/add-quic-support by makdharma · 8 years ago
  25. da865f1 Merge pull request #8256 from muxi/fix-cronet-memory-leak by makdharma · 8 years ago
  26. a3570f2 Fix grpc_byte_buffer_copy to copy compression algorithm by Lizan Zhou · 8 years ago
  27. 998dbc0 Merge pull request #7612 from rjshade/enable_udp_testing by Yang Gao · 8 years ago
  28. b486002 Merge pull request #8280 from markdroth/max_message_size_fix by Mark D. Roth · 8 years ago
  29. e8176dc Merge pull request #8282 from dgquintas/udp_sp by David G. Quintas · 8 years ago
  30. f8cabbb Merge pull request #8122 from bithavoc/fix-ruby-broken-link by apolcyn · 8 years ago
  31. 35d7a26 Merge branch 'master' into enable_udp_testing by Robbie Shade · 8 years ago
  32. 84350e1 Drop unnecessary return statement by Nathaniel Manista · 8 years ago
  33. 53ab32b added missing line to UDP server by David Garcia Quintas · 8 years ago
  34. 825af91 Merge remote-tracking branch 'upstream/master' into max_message_size_fix by Mark D. Roth · 8 years ago
  35. 23006cb Merge pull request #8267 from markdroth/fake_resolver by Mark D. Roth · 8 years ago
  36. 0bb3fdb Merge pull request #7596 from rjshade/orphan_before_shutdown by Yang Gao · 8 years ago
  37. 07aab59 clang-format by Mark D. Roth · 8 years ago
  38. 274c8ed Fix handling of max receive message size on client side. by Mark D. Roth · 8 years ago
  39. 94ba752 Merge remote-tracking branch 'upstream/master' into fake_resolver by Mark D. Roth · 8 years ago
  40. 9ab8ba7 Merge pull request #8263 from markdroth/grpclb_resolver_semantic_fix by Mark D. Roth · 8 years ago
  41. 1d06e82 Merge pull request #8253 from dgquintas/grpclb_deadline_n_massage by David G. Quintas · 8 years ago
  42. 61c5801 improved todo by David Garcia Quintas · 8 years ago
  43. 5cf3c37 Back to using inf future lor LB call deadline by David Garcia Quintas · 8 years ago
  44. b34b055 Code cleanup. by Mark D. Roth · 8 years ago
  45. 8725870 Fix Windows server by Dan Born · 8 years ago
  46. da0ec82 Add fake resolver for tests. by Mark D. Roth · 8 years ago
  47. 6909922 Change to use the max deadline across calls by David Garcia Quintas · 8 years ago
  48. 43f562d Merge pull request #8179 from stanley-cheung/php-proto3-pr by Stanley Cheung · 8 years ago
  49. 92795c4 Update free_read_buffer with a function by Muxi Yan · 8 years ago
  50. 8739e80 Update test by Muxi Yan · 8 years ago
  51. 88405f7 Centralized logic for choosing the right LB policy. by Mark D. Roth · 8 years ago
  52. 6c0b960 Name revision by Muxi Yan · 8 years ago
  53. 9f85272 bugfixes from integration testing by David Garcia Quintas · 8 years ago
  54. 20f4961 Simplify the changes using macro by Muxi Yan · 8 years ago
  55. 0814e3c Minor fixes by Muxi Yan · 8 years ago
  56. 461fed1 Resolve memory leak in cronet_transport by Muxi Yan · 8 years ago
  57. 1bd5c77 Add idempotent test by Muxi Yan · 8 years ago
  58. 22f7973 ObjC API update by Muxi Yan · 8 years ago
  59. 92eb6b9 Use call's deadline for internal grpclb call by David Garcia Quintas · 8 years ago
  60. 673fa6c Merge pull request #8227 from dgquintas/grpclb_service_name by Nicolas Noble · 8 years ago
  61. d76e159 Merge pull request #8226 from dgquintas/sockaddr_server_name by Nicolas Noble · 8 years ago
  62. 4944ee2 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  63. 146a377 PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto by Stanley Cheung · 8 years ago
  64. 39b2e5b PHP Proto3: update tests and README by Stanley Cheung · 8 years ago
  65. 881f4ff PHP Proto3: new serialization/deserialization for messages by Stanley Cheung · 8 years ago
  66. 53d219c PHP Proto3: gRPC PHP Plugin code generator by Stanley Cheung · 8 years ago
  67. be43240 Merge pull request #8235 from ctiller/adjustable_window by Nicolas Noble · 8 years ago
  68. 2587f20 Merge pull request #8238 from nicolasnoble/master-upmerge-from-deep-under by Nicolas Noble · 8 years ago
  69. 8c00909 Merge github.com:grpc/grpc into adjustable_window by Craig Tiller · 8 years ago
  70. d24b822 Merge pull request #8046 from gislan/master by Yang Gao · 8 years ago
  71. beeeddd Format. by Nicolas "Pixel" Noble · 8 years ago
  72. 1674f65 Clean up code by Muxi Yan · 8 years ago
  73. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  74. 66306c2 Merge pull request #8224 from sreecha/grpc_signal by Nicolas Noble · 8 years ago
  75. 748524e Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  76. 473e8f9 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  77. dcbf544 Set initial backoff to 10000ms when creating channel by Muxi Yan · 8 years ago
  78. 7398363 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  79. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  80. 9deb09f Use NS_OPTIONS flags for ObjC API by Muxi Yan · 8 years ago
  81. fa242cb Plugging memory leak. by Nicolas "Pixel" Noble · 8 years ago
  82. 62d66b8 Fix copy/paste bug by Craig Tiller · 8 years ago
  83. 10d13f6 Make initial connect retry backoff configurable by Craig Tiller · 8 years ago
  84. 0d366c9 PR comments by David Garcia Quintas · 8 years ago
  85. 59c9f90 Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to by Mark D. Roth · 8 years ago
  86. 5db2497 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  87. 94948b8 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  88. b97f867 Merge pull request #8185 from y-zeng/gen_proto_comment by Yuchen Zeng · 8 years ago
  89. fbf8dd8 Merge pull request #8168 from markdroth/max_message_size_fix by Nicolas Noble · 8 years ago
  90. 15292db Merge pull request #8221 from dgquintas/grpclb_server_name_const by Nicolas Noble · 8 years ago
  91. 25e229d Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  92. 9fce8e1 Merge pull request #8191 from markdroth/subchannel_factory_cleanup by Mark D. Roth · 8 years ago
  93. d7aef05 Readability improvement by Muxi Yan · 8 years ago
  94. e97f7c0 Allow more general flags to be passed to ObjC API by Muxi Yan · 8 years ago
  95. 129bb46 Added comments wrt lb/subchannel args ownership. by David Garcia Quintas · 8 years ago
  96. 1e70dea Merge pull request #8192 from dgquintas/resolver_prefix by David G. Quintas · 8 years ago
  97. 8d7cab6 Merge pull request #8183 from dgquintas/grpclb_deadline by David G. Quintas · 8 years ago
  98. 55ba14a Use the server's name as the service name for gRPC LB by David Garcia Quintas · 8 years ago
  99. 5f2e90e Populate server_name for sockaddr resolver by David Garcia Quintas · 8 years ago
  100. bd48c91 Use SIGMINRT + 6 as the default signal for gRPC epoll engine by Sree Kuchibhotla · 8 years ago