1. 6135535 Minor changes and called generate_projects.sh again by Sree Kuchibhotla · 8 years ago
  2. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  3. e4eb51f reorder params in Server by Sree Kuchibhotla · 8 years ago
  4. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  5. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  6. a7a21d2 Make sync server settings configurable by Sree Kuchibhotla · 8 years ago
  7. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  8. 2d08f5b fix the plugin initialization order in ServerBuilder by Sree Kuchibhotla · 8 years ago
  9. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  10. 4028d2c More fixes by Sree Kuchibhotla · 8 years ago
  11. aabada9 One RPCMgr instance per CQ by Sree Kuchibhotla · 8 years ago
  12. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  13. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  14. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  15. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  16. 7331a7a Change wrapped languages to use the new channel arg macro name. by Mark D. Roth · 8 years ago
  17. 468e16d server builder include fix by David Garcia Quintas · 8 years ago
  18. 11d3c8f Add ServerBuilderPlugin::UpdateChannelArguments by Yuchen Zeng · 8 years ago
  19. 3ea9e24 some refactoring by Sree Kuchibhotla · 8 years ago
  20. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  21. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  22. eac07c3 WIP by Vijay Pai · 8 years ago
  23. b645a2d Remove another range-based for by Vijay Pai · 8 years ago
  24. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  25. fa96d86 Fix comments by Craig Tiller · 8 years ago
  26. 8a7fe1a Fix crash by Craig Tiller · 8 years ago
  27. 20431a8 Fix merge by Craig Tiller · 8 years ago
  28. 0e314bc Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into test_affine by Craig Tiller · 8 years ago
  29. aae6c2c Fix server plugin test by Craig Tiller · 8 years ago
  30. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  31. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  32. 8c34e7c Fix a typo by Sree Kuchibhotla · 8 years ago
  33. 98a185a Change error to warning since we do not have a good way to determine by Sree Kuchibhotla · 8 years ago
  34. 4790263 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  35. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  36. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  37. 7d099a5 Fix naming and comment problems by Yuchen Zeng · 8 years ago
  38. 3b8f335 Add plugins at the time of static initialization by Yuchen Zeng · 8 years ago
  39. a42ec21 Server builder plugin by Yuchen Zeng · 8 years ago
  40. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  41. 7def036 Add a safety check to ensure atleast one of the completion queues is by Sree Kuchibhotla · 8 years ago
  42. 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
  43. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  44. f40df23 Auto-changes by Craig Tiller · 8 years ago
  45. eb62c94 Add a way to override channel arguments for server creation by yang-g · 9 years ago
  46. d8e2c70 Remove a vestige by vjpai · 9 years ago
  47. 1ac6f45 warn user when they forget register generic service by yang-g · 9 years ago
  48. f48766d fix copyright by yang-g · 9 years ago
  49. bef0d87 Support sync/async methods in the same service by yang-g · 9 years ago
  50. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  51. a23f17b add server_builder_option by yang-g · 9 years ago
  52. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  53. 49dd250 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  54. 61e461e Guard against empty vector by yang-g · 9 years ago
  55. e4f7c2f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  56. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  57. c43648f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  58. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  59. d6c98df clang-format all source by Craig Tiller · 9 years ago
  60. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  61. 8c0389d Merge pull request #2921 from yang-g/unknown_service by Vijay Pai · 9 years ago
  62. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  63. beac88c Server: added the ability to disable compression algorithm by David Garcia Quintas · 9 years ago
  64. ebb5140 Changing the library's code to adapt with the new API. by Nicolas "Pixel" Noble · 9 years ago
  65. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  66. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  67. d9b6fcf Support older compilers by Craig Tiller · 9 years ago
  68. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  69. 6f4fb3b Add ability to override default thread pool by Yang Gao · 9 years ago
  70. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  71. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  72. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  73. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  74. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  75. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  76. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  77. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  78. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  79. fccea1f merge with upstream and resolve conflict by Yang Gao · 9 years ago
  80. 5f4539f Service side should be done, it builds and existing tests pass by Yang Gao · 9 years ago
  81. 1c40233 first sets of changes, it builds by Yang Gao · 10 years ago
  82. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  83. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  84. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  85. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  86. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  87. 8c8d0aa Async API progress by Craig Tiller · 10 years ago
  88. 40fcdaf Remove stream_context by Craig Tiller · 10 years ago
  89. 0db1bef Progress by Craig Tiller · 10 years ago
  90. 14a65f9 Further progress by Craig Tiller · 10 years ago
  91. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  92. 9e21f72 Add server side credentials support. by yangg · 10 years ago
  93. b7ebd3b Initial import. by Nicolas Noble · 10 years ago