1. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  2. 672f15f Merge pull request #11143 from dgquintas/dns_server by David G. Quintas · 7 years ago
  3. 725d822 merge with head by Yang Gao · 7 years ago
  4. f6b622c Take grpc_workaround_list as parameter by Muxi Yan · 7 years ago
  5. 21035da Add api to server builder plugin to modify the builder by yang-g · 7 years ago
  6. 928681d obsolete -> is obsolete by Muxi Yan · 7 years ago
  7. 94ab1b5 Make ServerBuilder accept (dns:///) URIs instead of just dns names by David Garcia Quintas · 7 years ago
  8. f5b3db9 Use AddChannelArgument method by Muxi Yan · 7 years ago
  9. b1a80c7 bug fixes by Muxi Yan · 7 years ago
  10. cdc0d03 Add EnableWorkaround API to enable server workarounds by Muxi Yan · 7 years ago
  11. c3666d7 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  12. 11c5832 Get rid of second api for marking non-listening cqs by Craig Tiller · 7 years ago
  13. 75bfb97 Finish hybrid server stuff, ensure it gets tested by Craig Tiller · 7 years ago
  14. 334c467 Start building out C++ interface by Craig Tiller · 7 years ago
  15. 9d9313c Threading robustness by Craig Tiller · 7 years ago
  16. 12352b2 Add test of server builder, including channel args by Craig Tiller · 7 years ago
  17. 1e088b4 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  18. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago
  19. 6135535 Minor changes and called generate_projects.sh again by Sree Kuchibhotla · 8 years ago
  20. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  21. afcc875 clang-format by Craig Tiller · 8 years ago
  22. e4eb51f reorder params in Server by Sree Kuchibhotla · 8 years ago
  23. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  24. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  25. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  26. db1a5cc Buffer pool C++ wrapper by Craig Tiller · 8 years ago
  27. a7a21d2 Make sync server settings configurable by Sree Kuchibhotla · 8 years ago
  28. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  29. 2d08f5b fix the plugin initialization order in ServerBuilder by Sree Kuchibhotla · 8 years ago
  30. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  31. 4028d2c More fixes by Sree Kuchibhotla · 8 years ago
  32. aabada9 One RPCMgr instance per CQ by Sree Kuchibhotla · 8 years ago
  33. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  34. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  35. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  36. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  37. 7331a7a Change wrapped languages to use the new channel arg macro name. by Mark D. Roth · 8 years ago
  38. 468e16d server builder include fix by David Garcia Quintas · 8 years ago
  39. 11d3c8f Add ServerBuilderPlugin::UpdateChannelArguments by Yuchen Zeng · 8 years ago
  40. 3ea9e24 some refactoring by Sree Kuchibhotla · 8 years ago
  41. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  42. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  43. eac07c3 WIP by Vijay Pai · 8 years ago
  44. b645a2d Remove another range-based for by Vijay Pai · 8 years ago
  45. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  46. fa96d86 Fix comments by Craig Tiller · 8 years ago
  47. 8a7fe1a Fix crash by Craig Tiller · 8 years ago
  48. 20431a8 Fix merge by Craig Tiller · 8 years ago
  49. 0e314bc Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into test_affine by Craig Tiller · 8 years ago
  50. aae6c2c Fix server plugin test by Craig Tiller · 8 years ago
  51. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  52. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  53. 8c34e7c Fix a typo by Sree Kuchibhotla · 8 years ago
  54. 98a185a Change error to warning since we do not have a good way to determine by Sree Kuchibhotla · 8 years ago
  55. 4790263 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  56. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  57. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  58. 7d099a5 Fix naming and comment problems by Yuchen Zeng · 8 years ago
  59. 3b8f335 Add plugins at the time of static initialization by Yuchen Zeng · 8 years ago
  60. a42ec21 Server builder plugin by Yuchen Zeng · 8 years ago
  61. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  62. 7def036 Add a safety check to ensure atleast one of the completion queues is by Sree Kuchibhotla · 8 years ago
  63. 1f5e262 Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier by Sree Kuchibhotla · 8 years ago
  64. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  65. f40df23 Auto-changes by Craig Tiller · 8 years ago
  66. eb62c94 Add a way to override channel arguments for server creation by yang-g · 8 years ago
  67. d8e2c70 Remove a vestige by vjpai · 8 years ago
  68. 1ac6f45 warn user when they forget register generic service by yang-g · 8 years ago
  69. f48766d fix copyright by yang-g · 8 years ago
  70. bef0d87 Support sync/async methods in the same service by yang-g · 8 years ago
  71. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 8 years ago
  72. a23f17b add server_builder_option by yang-g · 9 years ago
  73. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  74. 49dd250 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  75. 61e461e Guard against empty vector by yang-g · 9 years ago
  76. e4f7c2f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  77. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  78. c43648f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  79. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  80. d6c98df clang-format all source by Craig Tiller · 9 years ago
  81. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  82. 8c0389d Merge pull request #2921 from yang-g/unknown_service by Vijay Pai · 9 years ago
  83. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  84. beac88c Server: added the ability to disable compression algorithm by David Garcia Quintas · 9 years ago
  85. ebb5140 Changing the library's code to adapt with the new API. by Nicolas "Pixel" Noble · 9 years ago
  86. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  87. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  88. d9b6fcf Support older compilers by Craig Tiller · 9 years ago
  89. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  90. 6f4fb3b Add ability to override default thread pool by Yang Gao · 9 years ago
  91. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  92. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  93. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  94. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  95. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  96. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  97. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  98. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  99. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  100. fccea1f merge with upstream and resolve conflict by Yang Gao · 9 years ago