1. 04f97ca Merge branch 'master' into backward-compat-dev by Muxi Yan · 7 years ago
  2. f5b3db9 Use AddChannelArgument method by Muxi Yan · 7 years ago
  3. cdc0d03 Add EnableWorkaround API to enable server workarounds by Muxi Yan · 7 years ago
  4. 9229016 Minor changes by Sree Kuchibhotla · 7 years ago
  5. 1898a29 Fixed pollers by Sree Kuchibhotla · 7 years ago
  6. 827b061 clang-format by Craig Tiller · 7 years ago
  7. 991c101 Initial thread manager fixes by Craig Tiller · 7 years ago
  8. 4751c28 Add channel arguments to server builder by Craig Tiller · 8 years ago
  9. 07383e7 Revert "Revert "Reduce memory bloat (each server cq is very expensive)"" by David G. Quintas · 8 years ago
  10. 18b66a0 Revert "Reduce memory bloat (each server cq is very expensive)" by Craig Tiller · 8 years ago
  11. 762ce27 Reduce memory bloat (each server cq is very expensive in C-core layer) by Sree Kuchibhotla · 8 years ago
  12. 1e088b4 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  13. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  14. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  15. c37a8a5 Fix test by Sree Kuchibhotla · 8 years ago
  16. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  17. db1a5cc Buffer pool C++ wrapper by Craig Tiller · 8 years ago
  18. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  19. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  20. aabada9 One RPCMgr instance per CQ by Sree Kuchibhotla · 8 years ago
  21. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  22. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  23. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  24. 058c9de Added to server's shutdown docstrings by David Garcia Quintas · 8 years ago
  25. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  26. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  27. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  28. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  29. 7d099a5 Fix naming and comment problems by Yuchen Zeng · 8 years ago
  30. 3b8f335 Add plugins at the time of static initialization by Yuchen Zeng · 8 years ago
  31. a42ec21 Server builder plugin by Yuchen Zeng · 8 years ago
  32. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  33. 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
  34. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  35. f48766d fix copyright by yang-g · 9 years ago
  36. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  37. a23f17b add server_builder_option by yang-g · 9 years ago
  38. 49dd250 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  39. d6599a3 Replicate C++ docs from master to beta branch by Craig Tiller · 9 years ago
  40. 3e4bd95 merge with head by yang-g · 9 years ago
  41. e4f7c2f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  42. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  43. c43648f Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  44. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  45. 9e2f90c headers reorg by yang-g · 9 years ago
  46. d6c98df clang-format all source by Craig Tiller · 9 years ago
  47. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  48. beac88c Server: added the ability to disable compression algorithm by David Garcia Quintas · 9 years ago
  49. b09caa9 Remove extraneous explicit by Craig Tiller · 9 years ago
  50. 2ee8f0b Update comments by Craig Tiller · 9 years ago
  51. d9b6fcf Support older compilers by Craig Tiller · 9 years ago
  52. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  53. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  54. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  55. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  56. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  57. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  58. fccea1f merge with upstream and resolve conflict by Yang Gao · 9 years ago
  59. 1c40233 first sets of changes, it builds by Yang Gao · 9 years ago
  60. c79a57c Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  61. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  62. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 9 years ago
  63. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  64. db57c4f First pass user-facing anonymous stub&service API by Craig Tiller · 9 years ago
  65. 42bc87c Update C++ server with new core API by Craig Tiller · 9 years ago
  66. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  67. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  68. 8c8d0aa Async API progress by Craig Tiller · 9 years ago
  69. 0db1bef Progress by Craig Tiller · 9 years ago
  70. 14a65f9 Further progress by Craig Tiller · 9 years ago
  71. 9e21f72 Add server side credentials support. by yangg · 10 years ago
  72. b7ebd3b Initial import. by Nicolas Noble · 10 years ago