1. 253a710 The release branch is now 0.14.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  2. 27ca074 Merge pull request #6450 from nicolasnoble/gopro by Jan Tattermusch · 8 years ago
  3. 900ed58 Merge pull request #6379 from y-zeng/debug-logging-fix by Yuchen Zeng · 8 years ago
  4. 6db0d96 Merge pull request #6447 from ctiller/import-madness by Jan Tattermusch · 8 years ago
  5. 2fc5267 Merge pull request #6434 from jtattermusch/csharp_serverside_unaryresponse_opt by Jan Tattermusch · 8 years ago
  6. 48d833a Merge pull request #6214 from makdharma/master by Nicolas Noble · 8 years ago
  7. 5deda3d Temporary fix for plugin initialization problem by Craig Tiller · 8 years ago
  8. 66e9d8e Merge pull request #6410 from murgatroid99/ruby_stress_fixes by Nicolas Noble · 8 years ago
  9. feb8e74 Merge pull request #6418 from yang-g/no_rpc_service by Jan Tattermusch · 8 years ago
  10. 0090402 Merge pull request #6415 from yang-g/python_proto_comments by Jan Tattermusch · 8 years ago
  11. bf14c2f Merge pull request #6383 from dgquintas/remove-outdated-census-charg by Jan Tattermusch · 8 years ago
  12. bc2afb0 Merge pull request #6323 from dgquintas/codegen_remove_proto by Jan Tattermusch · 8 years ago
  13. d039a98 Add Python grpcio protoc package by Masood Malekghassemi · 8 years ago
  14. 2901ea5 improve serverside handlers by Jan Tattermusch · 8 years ago
  15. 14e8dee use just one response batch for unary response serverside calls by Jan Tattermusch · 8 years ago
  16. 305ffd4 make SendStatusFromServer optionally send a message as well by Jan Tattermusch · 8 years ago
  17. 099b756 Merge pull request #6420 from jtattermusch/csharp_more_api_fixes by Jan Tattermusch · 8 years ago
  18. 05146ac Merge pull request #6416 from jtattermusch/csharp_api_polishing by Jan Tattermusch · 8 years ago
  19. e5c1a15 Fixed a compiler warning that only shows up on linux by Makarand Dharmapurikar · 8 years ago
  20. a93c435 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  21. 6504c02 remove useless code and todos by Jan Tattermusch · 8 years ago
  22. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 8 years ago
  23. 739e86c finishing serverside request stream should not be required for disposal by Jan Tattermusch · 8 years ago
  24. 1717bff add a dummy service with no rpc to test codegen coverage by yang-g · 8 years ago
  25. 442bead Merge pull request #5701 from bluecmd/unix-socket by Jan Tattermusch · 8 years ago
  26. b0de716 Add proto comments to generated _pb2.py files by yang-g · 8 years ago
  27. f21f465 make AsyncCallServerTest finish correctly by Jan Tattermusch · 8 years ago
  28. 2624cfb fixup by Jan Tattermusch · 8 years ago
  29. 9a9813b add more tests by Jan Tattermusch · 8 years ago
  30. b32e29f make SendStatusFromServer independent on WriteAsync by Jan Tattermusch · 8 years ago
  31. ce60d8e add AsyncCalServer tests to sanity tests by Jan Tattermusch · 8 years ago
  32. b6a9016 add tests for AsyncCallServer by Jan Tattermusch · 8 years ago
  33. 59dfee8 Fixed rubocop issues with newest changes by murgatroid99 · 8 years ago
  34. 38281cf Ruby: improve server error handling, fix a reference error by murgatroid99 · 8 years ago
  35. 230c932 fixup by Jan Tattermusch · 8 years ago
  36. 5105056 add one more client server test by Jan Tattermusch · 8 years ago
  37. a296677 add more tests by Jan Tattermusch · 8 years ago
  38. 96f21a2 make end-of-stream idempotent by Jan Tattermusch · 8 years ago
  39. a83ad2a add idempotency test by Jan Tattermusch · 8 years ago
  40. 69274c2 add more features by Jan Tattermusch · 8 years ago
  41. 97eb4f6 add more tests by Jan Tattermusch · 8 years ago
  42. 70f697b reran generate_projects.sh after @nnoble's fix in PR6399. by Makarand Dharmapurikar · 8 years ago
  43. 1a7adfb Merge pull request #6394 from y-zeng/fix-5557 by Yuchen Zeng · 8 years ago
  44. a0d1529 Merge pull request #6397 from murgatroid99/node_tools_minor_fix by Nicolas Noble · 8 years ago
  45. b3d5533 Merge pull request #6393 from jtattermusch/csharp_internal_cleanup by Jan Tattermusch · 8 years ago
  46. 8fd7f65 Merge pull request #6380 from ctiller/stress_fail by Nicolas Noble · 8 years ago
  47. 1c4dfc6 Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2 by Nicolas Noble · 8 years ago
  48. 806b644 Merge pull request #6359 from grpc/python_stress_test by Jan Tattermusch · 8 years ago
  49. e03f8e8 Merge pull request #6387 from ctiller/sml by Jan Tattermusch · 8 years ago
  50. 8a6efb7 Node tools: use the right extension for running protoc on Windows by murgatroid99 · 8 years ago
  51. 3f2fad6 Merge pull request #6371 from murgatroid99/ruby_tools_gem by Nicolas Noble · 8 years ago
  52. 791e93e Always build the grpc library when building the ruby extension. by Nicolas "Pixel" Noble · 8 years ago
  53. 08e1f75 fix typo by Jan Tattermusch · 8 years ago
  54. 8e4512b Reversed premature removal of a file by murgatroid99 · 8 years ago
  55. 80721b2 Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto by David Garcia Quintas · 8 years ago
  56. edb8b76 Simplified Ruby tools extension checking by murgatroid99 · 8 years ago
  57. a4a6270 add more tests by Jan Tattermusch · 8 years ago
  58. 13d1abf improve unary call response handler by Jan Tattermusch · 8 years ago
  59. 63ee8ce Reran tools/buildgen/generate_projects.sh again. by Makarand Dharmapurikar · 8 years ago
  60. 2389ad6 Clang formatting fixes by Makarand Dharmapurikar · 8 years ago
  61. be5186a created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@ by Makarand Dharmapurikar · 8 years ago
  62. 7704483 fixed clang formating by Makarand Dharmapurikar · 8 years ago
  63. df66507 moved cronet_c_for_grpc.h in third_party by Makarand Dharmapurikar · 8 years ago
  64. a49b13b cronet wrapper code by Makarand Dharmapurikar · 8 years ago
  65. 6b1afe1 Merge pull request #6386 from jcanizales/fix-call-state by makdharma · 8 years ago
  66. e98b494 Fix bug where max_frame_size was ignored by Craig Tiller · 8 years ago
  67. 0803bb0 Add state transitions to GRPCCall by Jorge Canizales · 8 years ago
  68. 47b80bc Test that GRPCCall transitions states properly by Jorge Canizales · 8 years ago
  69. 7a5f019 Removed leftover function declaration from channel args by David Garcia Quintas · 8 years ago
  70. 088aa27 format fixes by Yuchen Zeng · 8 years ago
  71. 615da64 explicitly cast constant value to gpr_atm by Yuchen Zeng · 8 years ago
  72. 5ff9920 Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241 by Nicolas Noble · 8 years ago
  73. 4ee1a62 Stress test fixes by Craig Tiller · 8 years ago
  74. fad0450 debug logging fix by Yuchen Zeng · 8 years ago
  75. f921f2b Merge pull request #6305 from dgquintas/compression_tracer by Jan Tattermusch · 8 years ago
  76. faf3bfc Fixed grpc-tools.gemspec by murgatroid99 · 8 years ago
  77. 3b29325 Created grpc-tools ruby gem for distributing protoc and the plugin by murgatroid99 · 8 years ago
  78. ad9d06e Create Python stress test by Ken Payson · 8 years ago
  79. 514699c Merge pull request #5592 from pquerna/objc_ssl_channel_creds by Jorge Canizales · 8 years ago
  80. 1b9c0a2 Remove duplicate instance of grpc_global_wakeup_fd by Paul Querna · 8 years ago
  81. 2c21e5c Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging by Jan Tattermusch · 8 years ago
  82. 40f11aa Objective-C: Add ChannelCredentials to gRPC Call. by Paul Querna · 8 years ago
  83. 5e6cc81 Merge pull request #6331 from nathanielmanistaatgoogle/alpha by Jan Tattermusch · 8 years ago
  84. b8c4443 Merge pull request #6298 from grpc/python_qps_tests by Jan Tattermusch · 8 years ago
  85. 0482c10 Python QPS Worker/initial scenarios by Ken Payson · 8 years ago
  86. 2e4bfed Merge pull request #6330 from soltanmm/6264 by Jan Tattermusch · 8 years ago
  87. 45177c0 Merge pull request #6351 from murgatroid99/ruby_default_roots by Jan Tattermusch · 8 years ago
  88. 64ec84c Merge pull request #6325 from murgatroid99/node_default_roots by Jan Tattermusch · 8 years ago
  89. 5512a5f Merge pull request #6322 from murgatroid99/node_service_default_method by Jan Tattermusch · 8 years ago
  90. 0d6fee6 Merge pull request #2286 from ctiller/split-me-baby-one-more-time by Jan Tattermusch · 8 years ago
  91. 9003768 Fixed unused parameter error by murgatroid99 · 8 years ago
  92. c230881 Merge pull request #6285 from dgquintas/fix_plugin_tracers by Jan Tattermusch · 8 years ago
  93. 2ea6765 Merge pull request #6321 from soltanmm/doc by Jan Tattermusch · 8 years ago
  94. 9e3538c Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  95. bfee01d regenerate C# sources by Jan Tattermusch · 8 years ago
  96. 59c20ed add comments from .proto file to generated C# files by Jan Tattermusch · 8 years ago
  97. 4cbaccf clang-format by Craig Tiller · 8 years ago
  98. 9b7b62b Fix a case whereby we leak a winsocket if we fail to connect by Craig Tiller · 8 years ago
  99. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  100. e107f8e Merge pull request #6205 from BenchR267/objc-nullability by Jorge Canizales · 8 years ago