1. a66243d Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  2. 0a5a318 Name constant by Craig Tiller · 8 years ago
  3. d425712 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  4. 7a48d01 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  5. 6b69540 Merge pull request #9335 from jtattermusch/vsproject_improvements by Jan Tattermusch · 8 years ago
  6. a5faf99 Merge pull request #9149 from ncteisen/rst_stream_error_code_fix by Noah Eisen · 8 years ago
  7. c79da7b fix compilation of grpc_dll project by Jan Tattermusch · 8 years ago
  8. 1a75c54 Merge branch 'master' of https://github.com/grpc/grpc into rst_stream_error_code_fix by ncteisen · 8 years ago
  9. b8c5fe1 Promote dns resolution failure message to INFO by yang-g · 8 years ago
  10. df71518 fix code formatting by Jan Tattermusch · 8 years ago
  11. d817c1b iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused variables and type casts) by Mario Emmenlauer · 8 years ago
  12. 4665896 clang-format by Mark D. Roth · 8 years ago
  13. 49f02d3 Add support for sending custom headers in HTTP CONNECT request. by Mark D. Roth · 8 years ago
  14. 6cf58c8 Merge pull request #9129 from markdroth/handshaker_plugin by Mark D. Roth · 8 years ago
  15. cbf5447 Review feedback by Craig Tiller · 8 years ago
  16. f687cb8 Actually add the documentation by Craig Tiller · 8 years ago
  17. 1f0f23c Handshaker plugin mechanism. by Mark D. Roth · 8 years ago
  18. 071562d Merge pull request #9268 from soltanmm-google/diddy-kong-racing by Masood Malekghassemi · 8 years ago
  19. 13ac303 Merge pull request #9253 from ctiller/long_status by Craig Tiller · 8 years ago
  20. b5b4372 Use `grpc_closure`s in `grpc_timer`s by Masood Malekghassemi · 8 years ago
  21. 32e05e4 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  22. 599db64 Support long grpc-messages on abnormal close path by Craig Tiller · 8 years ago
  23. 4e6247a Fix sequential write buffering by Craig Tiller · 8 years ago
  24. a3a5b2d Remove errant header by Craig Tiller · 8 years ago
  25. 293ef15 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  26. 0fc9999 Putting message size filter back. by Nicolas "Pixel" Noble · 8 years ago
  27. 3ca6019 Merge branch 'patchy' into slice_with_exec_ctx_and_build by Craig Tiller · 8 years ago
  28. 3d5592c Moving message_size_filter properly. by Nicolas "Pixel" Noble · 8 years ago
  29. 42ef542 Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  30. 203860a Merge remote-tracking branch 'google/master' into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  31. 709ce70 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  32. 360f5d2 Merge pull request #9207 from ctiller/cleanup_closures by Craig Tiller · 8 years ago
  33. 33dfad1 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  34. 1b36a7d Ping rate limiting for HTTP2 by Craig Tiller · 8 years ago
  35. 3638179 Merge branch 'cleanup_closures' into bwest by Craig Tiller · 8 years ago
  36. e4c2b10 No need for copyright on generated files by Craig Tiller · 8 years ago
  37. 68c9dbe Add clamping to pid controller, make arguments more readable by Craig Tiller · 8 years ago
  38. 88d81bf Fix cast by Craig Tiller · 8 years ago
  39. 5ed702b Simplify math by Craig Tiller · 8 years ago
  40. 95234e1 Increase stability of integration for PID controller by Craig Tiller · 8 years ago
  41. fb27cac More UV fixes by Craig Tiller · 8 years ago
  42. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  43. 36d3746 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  44. aef521c Fix closure usage in UV code by Craig Tiller · 8 years ago
  45. d465456 clang-format code by Craig Tiller · 8 years ago
  46. 460da03 Fixup Windows source files for new closure APIs by Craig Tiller · 8 years ago
  47. 801c6cc Fix some NULL usage by Craig Tiller · 8 years ago
  48. 91f77ea PID controller stabilization by Craig Tiller · 8 years ago
  49. ff281b9 Fix udp server by Craig Tiller · 8 years ago
  50. eff97ae Update cronet by Craig Tiller · 8 years ago
  51. c0118b4 Ping progress by Craig Tiller · 8 years ago
  52. e9c2d4e Update cronet by Craig Tiller · 8 years ago
  53. 57150a4 Merge branch 'cleanup_closures' into bwest by Craig Tiller · 8 years ago
  54. 061ef74 Some fixes by Craig Tiller · 8 years ago
  55. d6887e0 Some fixes by Craig Tiller · 8 years ago
  56. a13ec95 Remove for loop initial declarations by Yuchen Zeng · 8 years ago
  57. 3cb3447 Fix some uninitialized variables by Craig Tiller · 8 years ago
  58. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  59. ad2a11f Cleanup ping story: part 0 by Craig Tiller · 8 years ago
  60. ddebfa6 Merge pull request #9187 from yang-g/validate_reserved_metadata by Yang Gao · 8 years ago
  61. eb30c80 Merge branch 'flow_control_v2' into bwest by Craig Tiller · 8 years ago
  62. 5aca1dd Merge github.com:grpc/grpc into flow_control_v2 by Craig Tiller · 8 years ago
  63. 4cc1c35 Fix merge errors by Craig Tiller · 8 years ago
  64. 0704727 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  65. 964d7bb Fixing JWT verifier. by Julien Boeuf · 8 years ago
  66. 92fa960 Check and fail if user provides a metadata key starting with : by yang-g · 8 years ago
  67. b810b85 Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd by Yuchen Zeng · 8 years ago
  68. 4f4b278 Merge pull request #9144 from dgquintas/grpclb_server_uri by David G. Quintas · 8 years ago
  69. d803b80 Fix RST_STREAM(0) inconsistency by ncteisen · 8 years ago
  70. 855a106 grpclb: skip slash in server uri path if present by David Garcia Quintas · 8 years ago
  71. b229094 Merge pull request #8789 from y-zeng/resolver_pollset by Yuchen Zeng · 8 years ago
  72. 63e3e3b Add grpc_pollset_set as an arg in grpc_resolver_create by Yuchen Zeng · 8 years ago
  73. 426cf85 Fix resolve_address_windows by Yuchen Zeng · 8 years ago
  74. f62706f Add pollset_set in grpc_resolver by Yuchen Zeng · 8 years ago
  75. 15521de Request a pollset_set in grpc_resolve_address by Yuchen Zeng · 8 years ago
  76. f290686 Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  77. 5904a95 Merge pull request #8795 from markdroth/client_channel_init_cleanup by Mark D. Roth · 8 years ago
  78. 6997c34 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  79. ed6e578 Merge pull request #9098 from y-zeng/grpc_context_traffic by Yuchen Zeng · 8 years ago
  80. d118da9 Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  81. f843914 clang-format by Mark D. Roth · 8 years ago
  82. f748b0a Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  83. 9885013 Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  84. d574c19 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  85. 3fd9dc0 Merge pull request #9089 from dgquintas/short_deadlines_sans_tests by David G. Quintas · 8 years ago
  86. 78246df Add GRPC_CONTEXT_TRAFFIC in grpc_context_index by Yuchen Zeng · 8 years ago
  87. 68a9e38 Short deadlines: set Status on deadline by David Garcia Quintas · 8 years ago
  88. aa1cd14 Clean up C++ filter API. by Mark D. Roth · 8 years ago
  89. be5e3ca Move internal channel arg definitions out of public headers. by Mark D. Roth · 8 years ago
  90. b14ed41 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  91. 201db7d Eliminate redundant places where server name was stored. by Mark D. Roth · 8 years ago
  92. f75d269 Fix grpclb code. by Mark D. Roth · 8 years ago
  93. 6d379a9 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  94. 4603a1c Merge pull request #9062 from grpc/revert-9019-short_deadlines by Craig Tiller · 8 years ago
  95. 30268a9 Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" by Craig Tiller · 8 years ago
  96. 70a85ad Revert "Handle (and test) short call deadlines" by Craig Tiller · 8 years ago
  97. 1a7c57b Fix merge error by Craig Tiller · 8 years ago
  98. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  99. 48b1558 Merge pull request #8797 from sreecha/pss_pi by David G. Quintas · 8 years ago
  100. c217e49 Add function to create channel arg for client channel factory. by Mark D. Roth · 8 years ago