1. cfa6401 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  2. cec4298 Merge pull request #4569 from jskeet/fix-buildall by Jan Tattermusch · 8 years ago
  3. c17939a Merge pull request #6181 from yang-g/proto_comments by Jan Tattermusch · 8 years ago
  4. 773d990 Fix refcounting bug for mdstrs by Craig Tiller · 8 years ago
  5. eeef86c Merge pull request #6282 from jtattermusch/disable_internal_obsolete by Jan Tattermusch · 8 years ago
  6. 6b16aaa merge and resolve conflict by yang-g · 8 years ago
  7. a4e7eca Merge pull request #6281 from jtattermusch/csharp_assembly_versions by Jan Tattermusch · 8 years ago
  8. e6077b8 Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby by Jan Tattermusch · 8 years ago
  9. 7d78ab2 Merge pull request #6229 from grpc/python_test_proto_gen by Jan Tattermusch · 8 years ago
  10. 3b09980 Merge pull request #6238 from gwvo/master by Jan Tattermusch · 8 years ago
  11. 707c9e2 Changed python proto build to use shared protos by Ken Payson · 8 years ago
  12. 8cc7332 Merge pull request #6266 from murgatroid99/ruby_stress_client by Jan Tattermusch · 8 years ago
  13. a49e730 Merge pull request #5445 from murgatroid99/node_protoc_plugin by Jan Tattermusch · 8 years ago
  14. 3049976 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  15. deadbcd Wrap delegate line to fix a Rubocop error about line length by Eric Richardson · 8 years ago
  16. b695b9b Some additional fixes to make the C++ codegen not depend on protobuf. by Wouter van Oortmerssen · 8 years ago
  17. c3d869e Merge pull request #6160 from ctiller/api_fuzzer by Nicolas Noble · 8 years ago
  18. 57d1e08 resolve comments by yang-g · 8 years ago
  19. 55fad17 regenerate C# protos by Jan Tattermusch · 8 years ago
  20. cc8a4b3 disable warnings for use of our own obsolete interfaces by Jan Tattermusch · 8 years ago
  21. 23a9ca5 fix assembly version attributes for C# by Jan Tattermusch · 8 years ago
  22. 482ce5e Fix typo by Craig Tiller · 8 years ago
  23. d64be98 Merge pull request #6105 from miselin/http-parser-allow-more-newlines by Jan Tattermusch · 8 years ago
  24. 1c35498 Merge pull request #6256 from jtattermusch/csharp_stressclient by Jan Tattermusch · 8 years ago
  25. f4bc99e address comments by Jan Tattermusch · 8 years ago
  26. bf2315c Merge pull request #6242 from vjpai/i_have_the_best_variants by Jan Tattermusch · 8 years ago
  27. d2906ad Fix bug by Craig Tiller · 8 years ago
  28. a75c63b Merge pull request #5073 from mleenhardt/calloptions-fluent by Jan Tattermusch · 8 years ago
  29. db6011f Fix inf loop by Craig Tiller · 8 years ago
  30. a92ebc8 Fix test bugs, expand corpus by Craig Tiller · 8 years ago
  31. 52cf871 Bug fixes by Craig Tiller · 8 years ago
  32. 92a17d7 Make api_fuzzer mac ready by Craig Tiller · 8 years ago
  33. 0ca01ed Expand corpus by Craig Tiller · 8 years ago
  34. 0eab697 Fix locking bug by Craig Tiller · 8 years ago
  35. b12d22a Fix memory leak by Craig Tiller · 8 years ago
  36. 0ede545 Fix memory leak on disconnection by Craig Tiller · 8 years ago
  37. 1cbf576 Fix hanging call bug by Craig Tiller · 8 years ago
  38. e52be8c Merge pull request #6224 from dgquintas/gcc6 by Jan Tattermusch · 8 years ago
  39. 8a67780 Fix bug causing calls to never complete by Craig Tiller · 8 years ago
  40. 79108d0 Changed some 'require' to 'require_relative' and modified rpc_server slightly by murgatroid99 · 8 years ago
  41. ddaa69f Got Ruby stress client working, with some modifications to interop tests by murgatroid99 · 8 years ago
  42. 3ec4b83 Fix memory leak in failed metadata preparation by Craig Tiller · 8 years ago
  43. b42445c Fix memory leak in failed metadata preparation by Craig Tiller · 8 years ago
  44. bdc2410 Expand corpus, fix crash by Craig Tiller · 8 years ago
  45. e06a81f Fixup API changes by Craig Tiller · 8 years ago
  46. 44aa843 add generated proto files by Jan Tattermusch · 8 years ago
  47. 987e978 add metrics.proto generated files to C# project by Jan Tattermusch · 8 years ago
  48. 445a82b Add C# stress test client by Jan Tattermusch · 8 years ago
  49. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  50. 88b9e48 fix boringssl by Craig Tiller · 8 years ago
  51. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  52. 7def036 Add a safety check to ensure atleast one of the completion queues is by Sree Kuchibhotla · 8 years ago
  53. 39eb886 Merge github.com:grpc/grpc into api_fuzzer by Craig Tiller · 8 years ago
  54. e621f13 Simplified ruby interop test files by murgatroid99 · 8 years ago
  55. ee6f4bc Merge branch 'master' of github.com:grpc/grpc into gcc6 by David Garcia Quintas · 8 years ago
  56. 1f5e262 Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier by Sree Kuchibhotla · 8 years ago
  57. 336b744 Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert method by Eric Richardson · 8 years ago
  58. c3e1f63 Add comments by yang-g · 8 years ago
  59. 6ba96de make prefix configurable by yang-g · 8 years ago
  60. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 8 years ago
  61. d8887c0 Fix compilation error. by yang-g · 8 years ago
  62. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  63. 7151af9 Allow grpc_http_parser to optionally accept a wider range of line endings. by Matthew Iselin · 8 years ago
  64. e291402 Merge remote-tracking branch 'upstream/master' into proto_comments by yang-g · 8 years ago
  65. 25df28e resolve comments by yang-g · 8 years ago
  66. f1ec553 Merge pull request #6182 from ctiller/frenchmans-bay by Nicolas Noble · 8 years ago
  67. 247d003 Merge pull request #6232 from itessier/master by Nicolas Noble · 8 years ago
  68. 792b302 Added file that lets generated code import grpc by murgatroid99 · 8 years ago
  69. bdfaf48 Short-circuit `peer_cert` if we're insecure or unauthenticated by Eric Richardson · 8 years ago
  70. 2a52203 Update boringssl to latest chromium-stable. by itessier · 8 years ago
  71. 1899743 Use math test to test generated code by murgatroid99 · 8 years ago
  72. b2f3a02 Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView by Eric Richardson · 8 years ago
  73. 69d735a Add peer_cert method to Ruby call object by Eric Richardson · 8 years ago
  74. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  75. 49be63d Casting fixes for gcc 6.0 by David Garcia Quintas · 8 years ago
  76. 347e9f9 Dont crash retrieving peers of cancelled calls by Craig Tiller · 8 years ago
  77. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  78. 5aff099 Merge pull request #6189 from y-zeng/default-verbosity by Yuchen Zeng · 8 years ago
  79. f8d7747 Fixed minor bug with Node generator by murgatroid99 · 8 years ago
  80. 1e6bc72 Merge pull request #6212 from stanley-cheung/php-fix-style by Jan Tattermusch · 8 years ago
  81. 6d9386a Merge pull request #6204 from jtattermusch/benchmarking_add_ruby by Jan Tattermusch · 8 years ago
  82. e264e39 Merged from master by murgatroid99 · 8 years ago
  83. 7f05da6 php: ran php-cs-fixer again by Stanley Cheung · 8 years ago
  84. b54f2ae actually stop benchmark server by Jan Tattermusch · 8 years ago
  85. 3849335 remove trailing whitespaces by Jan Tattermusch · 8 years ago
  86. 573457b Merge pull request #6203 from ctiller/dictionary by Nicolas Noble · 8 years ago
  87. 2e3e003 Expand corpus, fix crash by Craig Tiller · 8 years ago
  88. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  89. b63fb4d explicit convert severity to a signed type by Yuchen Zeng · 8 years ago
  90. 79310ab Add lame ping support by Craig Tiller · 8 years ago
  91. 0c99952 remove barrier by Yuchen Zeng · 8 years ago
  92. ff71c38 Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor by David Garcia Quintas · 8 years ago
  93. 2e08941 Use the comments before syntax line as file comments. by yang-g · 8 years ago
  94. 95e4c48 Add knob for default core output verbosity by Yuchen Zeng · 8 years ago
  95. 700d36b Merge pull request #6158 from jtattermusch/performance_testing_polishing by Jan Tattermusch · 8 years ago
  96. b91fe56 Merge github.com:grpc/grpc into api_fuzzer by Craig Tiller · 8 years ago
  97. e2b86c7 Fix crash by Craig Tiller · 8 years ago
  98. 8282b75 Clarify the comments by yang-g · 8 years ago
  99. b01e013 fix compiler warning by yang-g · 8 years ago
  100. b8aa58b Add a test by yang-g · 8 years ago