1. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  2. fa014a8 Merge github.com:grpc/grpc into pid_ctl by Craig Tiller · 8 years ago
  3. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  4. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  5. c335054 Generate build files by Craig Tiller · 8 years ago
  6. e4e457e Merge remote-tracking branch 'upstream/master' into circular_dependency_fix by Mark D. Roth · 8 years ago
  7. bfe5680 Move method_config module from ext/client_channel to lib/transport. by Mark D. Roth · 8 years ago
  8. fb809b7 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  9. fe8c501 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  10. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  11. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  12. af84245 Remove resolver_result. by Mark D. Roth · 8 years ago
  13. dd2fa64 Add pid controller test by Craig Tiller · 8 years ago
  14. 10edf68 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  15. eb35a1d Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  16. 9ea0f2c Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  17. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  18. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  19. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  20. 654b242 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  21. 8c94df1 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  22. 6a721b5 Rename grpc_hash_table to grpc_mdstr_hash_table. by Mark D. Roth · 8 years ago
  23. 82e4ec7 Moved cv polling into ev_poll_posix.c by Ken Payson · 8 years ago
  24. 1519574 Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  25. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  26. c36f6ea Compile and link core tests with libuv by murgatroid99 · 8 years ago
  27. 5b5c807 Merge master by Ken Payson · 8 years ago
  28. d88c461 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  29. ca3451d Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  30. e02c7ed Broke cv polling into seperate engine by Ken Payson · 8 years ago
  31. 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
  32. bec804b Merge branch 'deadline_filter' into service_config by Mark D. Roth · 8 years ago
  33. 4c3a468 Move method config table code to its own module. by Mark D. Roth · 8 years ago
  34. 08b0fab Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  35. d801cd7 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  36. 5abf79a Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  37. 8695876 Buffer pools compile by Craig Tiller · 8 years ago
  38. 1a2e6ac Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  39. 0d19c67 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  40. 7af69f3 Add buffer pools to build by Craig Tiller · 8 years ago
  41. 933c955 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  42. 3c09810 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  43. 1edc77c Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  44. 9fec58f Merge pull request #8052 from Vizerai/grpc_tracing by Jim King · 8 years ago
  45. 9710e2c Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  46. bcc60f7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  47. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  48. 85102a9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  49. eaea5ca Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  50. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  51. ee43d7b Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures by Craig Tiller · 8 years ago
  52. 8b7678c Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  53. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  54. 31caabd Add shim to support condition variable wakeup fds where pipe/eventfd is not available by Ken Payson · 8 years ago
  55. 762e72e Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  56. 2137cd8 Rename client_config directory to client_channel. by Mark D. Roth · 8 years ago
  57. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  58. 5e1b58b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  59. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  60. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  61. 242dc4b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  62. 12d1fc6 initial commit of tracing context files by Vizerai · 8 years ago
  63. d8a3c04 Tie workqueue implementation to event engine by Craig Tiller · 8 years ago
  64. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  65. c890042 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  66. 164f0e9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  67. 344834b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  68. e032163 Merge pull request #7774 from ctiller/percent-encoder by Craig Tiller · 8 years ago
  69. 6c3295a Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  70. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  71. 255dad3 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  72. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  73. fb475c9 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  74. 79620aa Merge pull request #7943 from markdroth/client_channel_cleanup by Mark D. Roth · 8 years ago
  75. d3dee72 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  76. 89119fa Merge branch 'client_channel_cleanup' into deadline_filter by Mark D. Roth · 8 years ago
  77. 4c0fe49 Move subchannel_call_holder code into client_channel module. by Mark D. Roth · 8 years ago
  78. a0c69f9 add trace context proto by Alistair Veitch · 8 years ago
  79. ceb39ae Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  80. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  81. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  82. 2bba1dd Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  83. 8e2c98a Merge pull request #7839 from markdroth/rename_client_config by Mark D. Roth · 8 years ago
  84. 129bca6 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  85. 14c072c Initial code to move deadline timer into a filter. Timer cancellation by Mark D. Roth · 8 years ago
  86. 54d78e2 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  87. 668bf88 Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x by Nicolas Noble · 8 years ago
  88. af00d8b Add channel arg for max send message size and add message size filter. by Mark D. Roth · 8 years ago
  89. ff4df06 Rename grpc_client_config to grpc_resolver_result. by Mark D. Roth · 8 years ago
  90. 6257159 Merge branch 'port_platform_split' into uv_core_transport by murgatroid99 · 8 years ago
  91. 557aa4e php: bump version by Stanley Cheung · 8 years ago
  92. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  93. 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  94. 17ed6b1 Percent encoding routines by Craig Tiller · 8 years ago
  95. a469e5d grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure. by Nicolas "Pixel" Noble · 8 years ago
  96. e1ee20b Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  97. 7e8efc3 php: update package.xml by Stanley Cheung · 8 years ago
  98. 7c20590 Removed GPR_POSIX_FILE, and changed the files that used it by murgatroid99 · 8 years ago
  99. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  100. 79b3227 refactor inet_ntop into a portability header by murgatroid99 · 8 years ago