1. e8ec16d Fix binding.gyp syntax by murgatroid99 · 7 years ago
  2. b19ac96 Fix electron artifact builds by murgatroid99 · 7 years ago
  3. 88162f8 Do not use OPENSSL_NO_THREAD normally for Node on Windows by Michael Lumish · 7 years ago
  4. 433d3f1 Merge branch 'master' into node_electron_build by murgatroid99 · 7 years ago
  5. 1f0f23c Handshaker plugin mechanism. by Mark D. Roth · 8 years ago
  6. f1c85b0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  7. 7140382 Use the same server code for both secure and insecure servers. by Mark D. Roth · 8 years ago
  8. 2502afb Fixed build.yaml and ran generate_projects.sh. by Mark D. Roth · 8 years ago
  9. 6c3d040 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  10. 071cacf Rename security handshaker files. by Mark D. Roth · 8 years ago
  11. 8686cab Use the same connector code for both secure and insecure clients. by Mark D. Roth · 8 years ago
  12. 863113a Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  13. c80fa2f Merge pull request #8680 from ctiller/no_more_legacy by Craig Tiller · 8 years ago
  14. 5c1f55a Merge pull request #8335 from y-zeng/tos by Yuchen Zeng · 8 years ago
  15. fc75321 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  16. e6684f4 Remove legacy poller by Craig Tiller · 8 years ago
  17. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  18. c22717e Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  19. ea846a0 Rename method_config.[ch] to service_config.[ch]. by Mark D. Roth · 8 years ago
  20. 64d518e Merge remote-tracking branch 'upstream/master' into tos by Yuchen Zeng · 8 years ago
  21. 013d203 Refactor uv/non-uv code in Node extension by murgatroid99 · 8 years ago
  22. fdbf733 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  23. fa014a8 Merge github.com:grpc/grpc into pid_ctl by Craig Tiller · 8 years ago
  24. cb4b2b5 libuv changes don't work with Electron by murgatroid99 · 8 years ago
  25. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  26. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  27. c335054 Generate build files by Craig Tiller · 8 years ago
  28. e4e457e Merge remote-tracking branch 'upstream/master' into circular_dependency_fix by Mark D. Roth · 8 years ago
  29. bfe5680 Move method_config module from ext/client_channel to lib/transport. by Mark D. Roth · 8 years ago
  30. 5a38f2e Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  31. fb809b7 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  32. dc23046 Add electron support and build electron artifacts by murgatroid99 · 8 years ago
  33. fe8c501 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  34. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  35. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  36. af84245 Remove resolver_result. by Mark D. Roth · 8 years ago
  37. dd2fa64 Add pid controller test by Craig Tiller · 8 years ago
  38. 10edf68 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  39. eb35a1d Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  40. 9ea0f2c Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  41. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  42. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  43. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  44. 654b242 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  45. 8c94df1 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  46. 6a721b5 Rename grpc_hash_table to grpc_mdstr_hash_table. by Mark D. Roth · 8 years ago
  47. de3daf5 More interfaces for grpc_socket_mutator by Yuchen Zeng · 8 years ago
  48. 82e4ec7 Moved cv polling into ev_poll_posix.c by Ken Payson · 8 years ago
  49. a4f708a Introduce grpc_socket_mutator by Yuchen Zeng · 8 years ago
  50. 929f4c6 Add tos configuration in channel args by Yuchen Zeng · 8 years ago
  51. 1519574 Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  52. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  53. c36f6ea Compile and link core tests with libuv by murgatroid99 · 8 years ago
  54. 5b5c807 Merge master by Ken Payson · 8 years ago
  55. d88c461 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  56. ca3451d Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  57. e02c7ed Broke cv polling into seperate engine by Ken Payson · 8 years ago
  58. 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
  59. bec804b Merge branch 'deadline_filter' into service_config by Mark D. Roth · 8 years ago
  60. 4c3a468 Move method config table code to its own module. by Mark D. Roth · 8 years ago
  61. 08b0fab Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  62. d801cd7 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  63. 5abf79a Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  64. 1a2e6ac Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  65. 0d19c67 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  66. 7af69f3 Add buffer pools to build by Craig Tiller · 8 years ago
  67. 933c955 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  68. 3c09810 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  69. 1edc77c Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  70. 9fec58f Merge pull request #8052 from Vizerai/grpc_tracing by Jim King · 8 years ago
  71. 9710e2c Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  72. bcc60f7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  73. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  74. 85102a9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  75. eaea5ca Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  76. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  77. 31caabd Add shim to support condition variable wakeup fds where pipe/eventfd is not available by Ken Payson · 8 years ago
  78. 2137cd8 Rename client_config directory to client_channel. by Mark D. Roth · 8 years ago
  79. 5e1b58b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  80. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  81. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  82. 242dc4b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  83. 12d1fc6 initial commit of tracing context files by Vizerai · 8 years ago
  84. d8a3c04 Tie workqueue implementation to event engine by Craig Tiller · 8 years ago
  85. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  86. c890042 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  87. 164f0e9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  88. 344834b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  89. e032163 Merge pull request #7774 from ctiller/percent-encoder by Craig Tiller · 8 years ago
  90. 6c3295a Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  91. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  92. 255dad3 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  93. fb475c9 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  94. 79620aa Merge pull request #7943 from markdroth/client_channel_cleanup by Mark D. Roth · 8 years ago
  95. 89119fa Merge branch 'client_channel_cleanup' into deadline_filter by Mark D. Roth · 8 years ago
  96. 4c0fe49 Move subchannel_call_holder code into client_channel module. by Mark D. Roth · 8 years ago
  97. a0c69f9 add trace context proto by Alistair Veitch · 8 years ago
  98. ceb39ae Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  99. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  100. 14c072c Initial code to move deadline timer into a filter. Timer cancellation by Mark D. Roth · 8 years ago