1. 91f77ea PID controller stabilization by Craig Tiller · 8 years ago
  2. c0118b4 Ping progress by Craig Tiller · 8 years ago
  3. e9c2d4e Update cronet by Craig Tiller · 8 years ago
  4. 57150a4 Merge branch 'cleanup_closures' into bwest by Craig Tiller · 8 years ago
  5. 061ef74 Some fixes by Craig Tiller · 8 years ago
  6. d6887e0 Some fixes by Craig Tiller · 8 years ago
  7. 3cb3447 Fix some uninitialized variables by Craig Tiller · 8 years ago
  8. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  9. ad2a11f Cleanup ping story: part 0 by Craig Tiller · 8 years ago
  10. ddebfa6 Merge pull request #9187 from yang-g/validate_reserved_metadata by Yang Gao · 8 years ago
  11. eb30c80 Merge branch 'flow_control_v2' into bwest by Craig Tiller · 8 years ago
  12. 5783782 Merge pull request #8788 from jboeuf/fix_jwt_verifier by jboeuf · 8 years ago
  13. 5aca1dd Merge github.com:grpc/grpc into flow_control_v2 by Craig Tiller · 8 years ago
  14. 9383d2b Ruby: show error class and message instead of unknown by Yuan He · 8 years ago
  15. 964d7bb Fixing JWT verifier. by Julien Boeuf · 8 years ago
  16. 92fa960 Check and fail if user provides a metadata key starting with : by yang-g · 8 years ago
  17. 3e50b34 Merge pull request #9164 from y-zeng/secure_endpoint_fd by Yuchen Zeng · 8 years ago
  18. f29de26 Merge pull request #9145 from nathanielmanistaatgoogle/v1.0.x-upmerge by Nicolas Noble · 8 years ago
  19. b810b85 Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd by Yuchen Zeng · 8 years ago
  20. 02a7d42 Add python client to test negative http2 conditions by ncteisen · 8 years ago
  21. 4f4b278 Merge pull request #9144 from dgquintas/grpclb_server_uri by David G. Quintas · 8 years ago
  22. 8f7b0b4 v1.0.x → master upmerge by Nathaniel Manista · 8 years ago
  23. 855a106 grpclb: skip slash in server uri path if present by David Garcia Quintas · 8 years ago
  24. 3fab565 Merge pull request #9100 from bblancha/protobuf_compiler_tweak by Masood Malekghassemi · 8 years ago
  25. b229094 Merge pull request #8789 from y-zeng/resolver_pollset by Yuchen Zeng · 8 years ago
  26. c549a3e don't print multiple imports to protobuf modules by Bryan Blanchard · 8 years ago
  27. 2cf4f35 Merge pull request #9101 from murgatroid99/node_event_changes by Michael Lumish · 8 years ago
  28. 47f1f9e Merge pull request #9034 from igorpeshansky/patch-1 by Michael Lumish · 8 years ago
  29. 63e3e3b Add grpc_pollset_set as an arg in grpc_resolver_create by Yuchen Zeng · 8 years ago
  30. b4c27c1 Merge pull request #9120 from soltanmm-google/if-you-run-away-from-things-it-just-means-you're-going-to-see-them-again-when-you-wrap-around-the-universe by Masood Malekghassemi · 8 years ago
  31. 3fa20cf Merge pull request #8995 from ncteisen/python_call_batch by Noah Eisen · 8 years ago
  32. 426cf85 Fix resolve_address_windows by Yuchen Zeng · 8 years ago
  33. f62706f Add pollset_set in grpc_resolver by Yuchen Zeng · 8 years ago
  34. 15521de Request a pollset_set in grpc_resolve_address by Yuchen Zeng · 8 years ago
  35. 61b8c89 Add check on return value from start_client_batch by ncteisen · 8 years ago
  36. f290686 Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  37. 5904a95 Merge pull request #8795 from markdroth/client_channel_init_cleanup by Mark D. Roth · 8 years ago
  38. ed6e578 Merge pull request #9098 from y-zeng/grpc_context_traffic by Yuchen Zeng · 8 years ago
  39. 4682bf3 Diagnose AttrErr as too-old setuptools by Masood Malekghassemi · 8 years ago
  40. 32b2ecc Merge pull request #8879 from apolcyn/ruby_subclass_badstatus by apolcyn · 8 years ago
  41. 870c4cd Merge pull request #9095 from soltanmm-google/rushing-is-not-always-a-good-idea by Masood Malekghassemi · 8 years ago
  42. 13f3574 clang-format by Mark D. Roth · 8 years ago
  43. d118da9 Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  44. f843914 clang-format by Mark D. Roth · 8 years ago
  45. 9fb054a Upversion Python by Masood Malekghassemi · 8 years ago
  46. 94b8235 Patch overlooked strings from Python un-namespacing by Masood Malekghassemi · 8 years ago
  47. f1cdf59 Patch overlooked strings from Python un-namespacing by Masood Malekghassemi · 8 years ago
  48. 9885013 Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  49. d574c19 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  50. 9addf90 Merge pull request #9061 from jtattermusch/csharp_generated_arg_comments by Jan Tattermusch · 8 years ago
  51. 83ed007 Merge pull request #9060 from jtattermusch/csharp_protoc_leading_space by Jan Tattermusch · 8 years ago
  52. 3fd9dc0 Merge pull request #9089 from dgquintas/short_deadlines_sans_tests by David G. Quintas · 8 years ago
  53. 78246df Add GRPC_CONTEXT_TRAFFIC in grpc_context_index by Yuchen Zeng · 8 years ago
  54. 5eebc93 Make event order consistent, and make 'end' and 'error' mutually exclusive by murgatroid99 · 8 years ago
  55. 665ec81 Merge pull request #9006 from kpayson64/revert_bizarre_api by kpayson64 · 8 years ago
  56. d0e336a Merge pull request #9045 from nathanielmanistaatgoogle/interop-fixes-v1.0.x by Nathaniel Manista · 8 years ago
  57. d0966d0 Merge pull request #9080 from nathanielmanistaatgoogle/channel_ready_future_tests-v1.0.x by Nathaniel Manista · 8 years ago
  58. 3916a17 Merge pull request #8924 from murgatroid99/node_handle_bad_writes by Michael Lumish · 8 years ago
  59. 68a9e38 Short deadlines: set Status on deadline by David Garcia Quintas · 8 years ago
  60. 00f6636 Generate param comments in C# proto plugin by Jan Tattermusch · 8 years ago
  61. 726f40f remove leading space in C# comments by Jan Tattermusch · 8 years ago
  62. 727f887 remove leading space in C# comments by Jan Tattermusch · 8 years ago
  63. 1de3914 Style fix: pass keyword arguments by keyword by Nathaniel Manista · 8 years ago
  64. 9176492 Use LONG_TIMEOUT for calls that do not time out by Nathaniel Manista · 8 years ago
  65. e136c1a Up-version Python by Masood Malekghassemi · 8 years ago
  66. f096f54 Recover 'namespace'd Python distribution packages by Masood Malekghassemi · 8 years ago
  67. 53f6d09 Recover 'namespace'd Python distribution packages by Masood Malekghassemi · 8 years ago
  68. 7ba3527 Un-namespace Python packages by Masood Malekghassemi · 8 years ago
  69. fb261bf Un-namespace Python packages by Masood Malekghassemi · 8 years ago
  70. 42663fb Fix bug. by Mark D. Roth · 8 years ago
  71. aa1cd14 Clean up C++ filter API. by Mark D. Roth · 8 years ago
  72. be5e3ca Move internal channel arg definitions out of public headers. by Mark D. Roth · 8 years ago
  73. b14ed41 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  74. 201db7d Eliminate redundant places where server name was stored. by Mark D. Roth · 8 years ago
  75. f75d269 Fix grpclb code. by Mark D. Roth · 8 years ago
  76. 4603a1c Merge pull request #9062 from grpc/revert-9019-short_deadlines by Craig Tiller · 8 years ago
  77. 30268a9 Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" by Craig Tiller · 8 years ago
  78. 70a85ad Revert "Handle (and test) short call deadlines" by Craig Tiller · 8 years ago
  79. 92f059e Merge pull request #9028 from jtattermusch/remove_releasesigned_config by Jan Tattermusch · 8 years ago
  80. 30492b9 Merge pull request #9041 from nathanielmanistaatgoogle/servicer_context_doc_strings-v1.0.x by Nathaniel Manista · 8 years ago
  81. 48b1558 Merge pull request #8797 from sreecha/pss_pi by David G. Quintas · 8 years ago
  82. 8cbaeb8 Merge pull request #9019 from dgquintas/short_deadlines by David G. Quintas · 8 years ago
  83. e1fd78f Drop unnecessary sleep in interop test by Nathaniel Manista · 8 years ago
  84. 8b223e2 Correct Python cancel_after_begin interop test by Nathaniel Manista · 8 years ago
  85. 65feb6a Add ServiceRpcHandler to exported names by Ken Payson · 8 years ago
  86. 6ba93f2 Up-version Python for backports by Masood Malekghassemi · 8 years ago
  87. b2b6a9e ServicerContext methods doc string fix and tweak by Nathaniel Manista · 8 years ago
  88. c217e49 Add function to create channel arg for client channel factory. by Mark D. Roth · 8 years ago
  89. 9460166 Short deadlines: set Status on deadline by David Garcia Quintas · 8 years ago
  90. 389f272 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  91. be37dff Merge pull request #8979 from markdroth/handshaker_cleanup by Mark D. Roth · 8 years ago
  92. d03dfcc Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  93. aa6f24b Merge pull request #8980 from markdroth/handshaker_early_exit by Mark D. Roth · 8 years ago
  94. 5431135 Merge pull request #8742 from kpayson64/service_names_hint by kpayson64 · 8 years ago
  95. a98778f Merge pull request #8745 from kpayson64/sigpipe_handle by kpayson64 · 8 years ago
  96. 39b1f91 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  97. 32f35f8 Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  98. 0ee1dbb Catch the case where we were shutdown after a handoff. by Mark D. Roth · 8 years ago
  99. 96ba68d Fix more allocation bugs. by Mark D. Roth · 8 years ago
  100. 6c07bf8 Fix allocation bug. by Mark D. Roth · 8 years ago