1. b6512cf Merge pull request #10245 from sreecha/cq_factory_api by Sree Kuchibhotla · 8 years ago
  2. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 8 years ago
  3. 5c42af6 Merge pull request #9655 from markdroth/remove_initial_connect_string by Mark D. Roth · 8 years ago
  4. 098110d Merge branch 'master' into cq_factory_api by Sree Kuchibhotla · 8 years ago
  5. bf18428 Introduce grpc_completion_queue_factory API by Sree Kuchibhotla · 8 years ago
  6. 62d1dd9 Merge pull request #9850 from markdroth/retry_throttle by Mark D. Roth · 8 years ago
  7. 14ef5d8 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 8 years ago
  8. d9efa4a Merge pull request #10123 from y-zeng/android by Yuchen Zeng · 8 years ago
  9. f3792b2 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 8 years ago
  10. 693d2b4 Merge remote-tracking branch 'upstream/master' into retry_throttle by Mark D. Roth · 8 years ago
  11. fecba53 Switch to using a CAS loop to update the token value. by Mark D. Roth · 8 years ago
  12. 68745bb Resolve dependency issues by Yuchen Zeng · 8 years ago
  13. 47155ed Split ifaddr related functions out into a separate file by Yuchen Zeng · 8 years ago
  14. 9202b3f Arena allocator for grpc by Craig Tiller · 8 years ago
  15. d6d192d Retry throttling implementation. by Mark D. Roth · 8 years ago
  16. 1dcd922 Remove initial_connect_string hack. by Mark D. Roth · 8 years ago
  17. 0129150 Secure naming support for gRPCLB by David Garcia Quintas · 8 years ago
  18. 95ccbc2 Merge branch 'bm_countwrites' into bwest by Craig Tiller · 8 years ago
  19. 48af8b2 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  20. c63aaf1 Merge branch 'cp' into rollfwd by Craig Tiller · 8 years ago
  21. 6f690f3 Merge pull request #9372 from markdroth/proxy_mapper by Mark D. Roth · 8 years ago
  22. 674fe85 Merge pull request #9383 from markdroth/http_connect_channel_arg by Mark D. Roth · 8 years ago
  23. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  24. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  25. 2e225c1 Merge pull request #9340 from stanley-cheung/update-boringssl by Nicolas Noble · 8 years ago
  26. ff1f160 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  27. b39942f Update boringssl to latest chromium-stable by Stanley Cheung · 8 years ago
  28. d58a985 Move detection of HTTP CONNECT proxy from DNS resolver to client channel. by Mark D. Roth · 8 years ago
  29. 79f2a24 Add proxy mapper hook. by Mark D. Roth · 8 years ago
  30. d425712 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  31. 9d4fc31 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  32. 90cd278 PHP: use a macro to specify extension src dir by Stanley Cheung · 8 years ago
  33. d04dc4d Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  34. 732351f Start fixing http error --> grpc status conversion by Craig Tiller · 8 years ago
  35. 1f0f23c Handshaker plugin mechanism. by Mark D. Roth · 8 years ago
  36. eb30c80 Merge branch 'flow_control_v2' into bwest by Craig Tiller · 8 years ago
  37. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  38. 35769dc Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  39. 7140382 Use the same server code for both secure and insecure servers. by Mark D. Roth · 8 years ago
  40. 369ddc5 Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  41. 6c3d040 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  42. ac5f518 Merge branch 'slice_with_exec_ctx' into eliminate_mdstr by Craig Tiller · 8 years ago
  43. 071cacf Rename security handshaker files. by Mark D. Roth · 8 years ago
  44. 8686cab Use the same connector code for both secure and insecure clients. by Mark D. Roth · 8 years ago
  45. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  46. 1094c32 Merge branch 'slice_with_exec_ctx' into slice_interning by Craig Tiller · 8 years ago
  47. 863113a Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  48. c80fa2f Merge pull request #8680 from ctiller/no_more_legacy by Craig Tiller · 8 years ago
  49. 5c1f55a Merge pull request #8335 from y-zeng/tos by Yuchen Zeng · 8 years ago
  50. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  51. 64b2656 First pass of slice interning facilities by Craig Tiller · 8 years ago
  52. fc75321 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  53. e6684f4 Remove legacy poller by Craig Tiller · 8 years ago
  54. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  55. c22717e Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  56. ea846a0 Rename method_config.[ch] to service_config.[ch]. by Mark D. Roth · 8 years ago
  57. 64d518e Merge remote-tracking branch 'upstream/master' into tos by Yuchen Zeng · 8 years ago
  58. fa014a8 Merge github.com:grpc/grpc into pid_ctl by Craig Tiller · 8 years ago
  59. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  60. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  61. c335054 Generate build files by Craig Tiller · 8 years ago
  62. e4e457e Merge remote-tracking branch 'upstream/master' into circular_dependency_fix by Mark D. Roth · 8 years ago
  63. bfe5680 Move method_config module from ext/client_channel to lib/transport. by Mark D. Roth · 8 years ago
  64. fb809b7 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  65. c690768 Merge branch 'flow_control_v2' into bwest by Craig Tiller · 8 years ago
  66. fe8c501 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  67. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  68. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  69. af84245 Remove resolver_result. by Mark D. Roth · 8 years ago
  70. 3f14e6d Merge branch 'flow_control_v2' into bwest by Craig Tiller · 8 years ago
  71. 79fb584 Merge branch 'bdp_est' into bwest by Craig Tiller · 8 years ago
  72. dd2fa64 Add pid controller test by Craig Tiller · 8 years ago
  73. 9e0066b Add estimator test by Craig Tiller · 8 years ago
  74. 10edf68 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  75. eb35a1d Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  76. 9ea0f2c Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  77. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  78. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  79. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  80. 654b242 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  81. 8c94df1 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  82. 6a721b5 Rename grpc_hash_table to grpc_mdstr_hash_table. by Mark D. Roth · 8 years ago
  83. de3daf5 More interfaces for grpc_socket_mutator by Yuchen Zeng · 8 years ago
  84. 82e4ec7 Moved cv polling into ev_poll_posix.c by Ken Payson · 8 years ago
  85. a4f708a Introduce grpc_socket_mutator by Yuchen Zeng · 8 years ago
  86. 929f4c6 Add tos configuration in channel args by Yuchen Zeng · 8 years ago
  87. 1519574 Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  88. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  89. c36f6ea Compile and link core tests with libuv by murgatroid99 · 8 years ago
  90. 5b5c807 Merge master by Ken Payson · 8 years ago
  91. d88c461 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  92. ca3451d Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  93. e02c7ed Broke cv polling into seperate engine by Ken Payson · 8 years ago
  94. 6600645 Refactor hash table code into its own module and use it for method_config as well as method_config_table. by Mark D. Roth · 8 years ago
  95. bec804b Merge branch 'deadline_filter' into service_config by Mark D. Roth · 8 years ago
  96. 4c3a468 Move method config table code to its own module. by Mark D. Roth · 8 years ago
  97. 08b0fab Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  98. d801cd7 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  99. 5abf79a Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  100. 1a2e6ac Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago