1. b2d2488 Add grpc_channel_get_info() to C-core API. by Mark D. Roth · 8 years ago
  2. c5d447e Merge pull request #8520 from murgatroid99/udp_server_test_fix by Craig Tiller · 8 years ago
  3. d7648fe Fix issue with pointers in udp_server_test by murgatroid99 · 8 years ago
  4. e4e457e Merge remote-tracking branch 'upstream/master' into circular_dependency_fix by Mark D. Roth · 8 years ago
  5. bfe5680 Move method_config module from ext/client_channel to lib/transport. by Mark D. Roth · 8 years ago
  6. fb809b7 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  7. 4c2e3e7 Merge pull request #8377 from htuch/alpn by Craig Tiller · 8 years ago
  8. f0b2ec0 clang-format by Mark D. Roth · 8 years ago
  9. b367c1b Fix dns_resolver_connectivity_test. by Mark D. Roth · 8 years ago
  10. 25db523 Fix sockaddr_resolver_test. by Mark D. Roth · 8 years ago
  11. 557c990 clang-format by Mark D. Roth · 8 years ago
  12. 62b2a90 Fix handshake_client bind flakes and build issues. by Harvey Tuch · 8 years ago
  13. 085f9af Added import order comments, resolved other minor issues by murgatroid99 · 8 years ago
  14. a92a13c Fix server_ssl.c thread race exposed by tsan by using gpr_event. by Harvey Tuch · 8 years ago
  15. 27c876e Fix memory leak detected by ASAN and clang-format variance. by Harvey Tuch · 8 years ago
  16. 8cdf17a Introduce a grpc-exp ALPN protocol identifier. by Harvey Tuch · 8 years ago
  17. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  18. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  19. af84245 Remove resolver_result. by Mark D. Roth · 8 years ago
  20. d9cbec4 Merge pull request #8095 from markdroth/rename_client_config by Mark D. Roth · 8 years ago
  21. 3686996 Encode server name, LB policy name, and addresses in channel args. by Mark D. Roth · 8 years ago
  22. 16883a3 Set user data vtable when creating grpc_lb_addresses. by Mark D. Roth · 8 years ago
  23. 79fd4e6 Merge pull request #8381 from dgquintas/lb-cost-bin by David G. Quintas · 8 years ago
  24. 6a30178 Clang format by murgatroid99 · 8 years ago
  25. 10edf68 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  26. eb35a1d Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  27. 70ee74c Merge pull request #8427 from ctiller/lock-cycle by Craig Tiller · 8 years ago
  28. 20e77f2 Merge pull request #8303 from markdroth/service_config by Mark D. Roth · 8 years ago
  29. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  30. 2406e31 Avoid TSAN reported lock cycle by Craig Tiller · 8 years ago
  31. 2dc4968 Fix config-exclusion for secure variants of tests by Craig Tiller · 8 years ago
  32. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  33. 68cf8ce Fix payload tests under windows by Craig Tiller · 8 years ago
  34. 8c94df1 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  35. 8725595 Merge pull request #7664 from kpayson64/cv_wakeup_fd by kpayson64 · 8 years ago
  36. d8fe334 s/lb-cost/lb-cost-bin by David Garcia Quintas · 8 years ago
  37. 7d2f0b0 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  38. e76b87b Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  39. d7ec5e1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  40. fd7caf5 Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys by David Garcia Quintas · 8 years ago
  41. c0aa97d Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  42. a460192 Minor fixes to sockaddr changes by murgatroid99 · 8 years ago
  43. 22d50e9 Fix sanity and move a header include by murgatroid99 · 8 years ago
  44. 9993c87 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  45. 352e9a3 Merge pull request #8073 from daniel-j-born/handshake_shutdown by Yang Gao · 8 years ago
  46. a03a8c4 Merge pull request #8333 from rjshade/orphan_calls by Vijay Pai · 8 years ago
  47. 81a6ef9 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  48. a3654db Renamed LB-related metadata keys by David Garcia Quintas · 8 years ago
  49. fbfb05a Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_creds by jboeuf · 8 years ago
  50. aa9c578 Clean up code after merge with master by murgatroid99 · 8 years ago
  51. 5175037 Check for the correct number of orphan callbacks in udp_server_test by Robbie Shade · 8 years ago
  52. fdc2b10 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  53. d195cf5 Add condition variable polling engine by kpayson64 · 8 years ago
  54. fde76d7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  55. 9db75cf Revert changes to sockaddr_resolver_test, since we no longer support query_args there. by Mark D. Roth · 8 years ago
  56. fd2ddd2 clang-format by Mark D. Roth · 8 years ago
  57. 2c287ca UV tests pass on linux by murgatroid99 · 8 years ago
  58. 1519574 Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  59. afae721 Fix test. by Mark D. Roth · 8 years ago
  60. d8f4a12 Fix build problem in test. by Mark D. Roth · 8 years ago
  61. 81ae740 Test setting wait_for_ready via service config. by Mark D. Roth · 8 years ago
  62. fc27513 Merge branch 'fail_fast' into service_config by Mark D. Roth · 8 years ago
  63. 8bc8a83 Update tests. by Mark D. Roth · 8 years ago
  64. 30542c0 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  65. e40dd29 Handle the case where the resolver returns after the call is initialized. by Mark D. Roth · 8 years ago
  66. 998dbc0 Merge pull request #7612 from rjshade/enable_udp_testing by Yang Gao · 8 years ago
  67. 35d7a26 Merge branch 'master' into enable_udp_testing by Robbie Shade · 8 years ago
  68. 825af91 Merge remote-tracking branch 'upstream/master' into max_message_size_fix by Mark D. Roth · 8 years ago
  69. da091f7 Test setting max message size limits via service config. by Mark D. Roth · 8 years ago
  70. 928a594 Merge branch 'max_message_size_fix' into service_config by Mark D. Roth · 8 years ago
  71. 49e405a Merge branch 'fake_resolver' into service_config by Mark D. Roth · 8 years ago
  72. 07aab59 clang-format by Mark D. Roth · 8 years ago
  73. 274c8ed Fix handling of max receive message size on client side. by Mark D. Roth · 8 years ago
  74. 0b259a8 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  75. 94ba752 Merge remote-tracking branch 'upstream/master' into fake_resolver by Mark D. Roth · 8 years ago
  76. c532d83 Merge branch 'fake_resolver' into service_config by Mark D. Roth · 8 years ago
  77. b34b055 Code cleanup. by Mark D. Roth · 8 years ago
  78. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  79. 787d58f Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  80. 9eee718 Merge branch 'fake_resolver' into service_config by Mark D. Roth · 8 years ago
  81. da0ec82 Add fake resolver for tests. by Mark D. Roth · 8 years ago
  82. 0368e3d Merge pull request #8205 from ctiller/crashy by Craig Tiller · 8 years ago
  83. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  84. c36f6ea Compile and link core tests with libuv by murgatroid99 · 8 years ago
  85. 21993e0 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  86. d76e159 Merge pull request #8226 from dgquintas/sockaddr_server_name by Nicolas Noble · 8 years ago
  87. afa8c10 clang-format by Mark D. Roth · 8 years ago
  88. 72d0b16 Change sockaddr resolver to allow setting method config via URI query params. by Mark D. Roth · 8 years ago
  89. 7af400c Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  90. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  91. ca3451d Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  92. d914591 Merge pull request #7970 from markdroth/deadline_filter by Nicolas Noble · 8 years ago
  93. 34dee03 Merge pull request #8203 from dgquintas/nanopb_fuzzer_squelch by David G. Quintas · 8 years ago
  94. 0d366c9 PR comments by David Garcia Quintas · 8 years ago
  95. 25e229d Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  96. f91af00 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  97. 5f2e90e Populate server_name for sockaddr resolver by David Garcia Quintas · 8 years ago
  98. dedb923 Clang format by murgatroid99 · 8 years ago
  99. 77c6cce Updated changes for Windows, removed unistd.h from test files by Michael Lumish · 8 years ago
  100. af76e65 Fixes by Craig Tiller · 8 years ago