1. 749ccd9 Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29 by Craig Tiller · 8 years ago
  2. 9c5318a Fix shutdown problems with sync server by Craig Tiller · 8 years ago
  3. bf24dd9 clang-format by Vijay Pai · 8 years ago
  4. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago
  5. 0109d16 clang-format by Vijay Pai · 8 years ago
  6. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  7. 713c7b8 clang-format by Vijay Pai · 8 years ago
  8. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  9. 1e088b4 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  10. f72ec6b Move thread_manager.h header from server.h to server_cc.cc by Sree Kuchibhotla · 8 years ago
  11. 77c483b remove unused fields by Sree Kuchibhotla · 8 years ago
  12. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago
  13. cb18d7a make gcc 4.6 and earlier versions happy by Sree Kuchibhotla · 8 years ago
  14. 6135535 Minor changes and called generate_projects.sh again by Sree Kuchibhotla · 8 years ago
  15. da069a5 Rename sync_methods_ to sync_requests_ by Sree Kuchibhotla · 8 years ago
  16. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  17. afcc875 clang-format by Craig Tiller · 8 years ago
  18. e4eb51f reorder params in Server by Sree Kuchibhotla · 8 years ago
  19. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  20. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago
  21. 9676619 Refactor SyncServerSettings code by Sree Kuchibhotla · 8 years ago
  22. 33382d0 Cleanup server_cc.cc by Sree Kuchibhotla · 8 years ago
  23. e2180f0 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  24. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  25. db1a5cc Buffer pool C++ wrapper by Craig Tiller · 8 years ago
  26. a7a21d2 Make sync server settings configurable by Sree Kuchibhotla · 8 years ago
  27. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  28. e2ac106 new value by Sree Kuchibhotla · 8 years ago
  29. f4c6e43 fine tune the cq deadline value (temporarily) by Sree Kuchibhotla · 8 years ago
  30. 2d08f5b fix the plugin initialization order in ServerBuilder by Sree Kuchibhotla · 8 years ago
  31. 862acb9 fix shutdown crash by Sree Kuchibhotla · 8 years ago
  32. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  33. 4028d2c More fixes by Sree Kuchibhotla · 8 years ago
  34. 4306eee Minor changes by Sree Kuchibhotla · 8 years ago
  35. aabada9 One RPCMgr instance per CQ by Sree Kuchibhotla · 8 years ago
  36. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  37. 765e654 Merge branch 'master' into fix_channel_from_fd_api by Sree Kuchibhotla · 8 years ago
  38. d098910 Merge branch 'master' into fix_channel_from_fd_api by Sree Kuchibhotla · 8 years ago
  39. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  40. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  41. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  42. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  43. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  44. 7331a7a Change wrapped languages to use the new channel arg macro name. by Mark D. Roth · 8 years ago
  45. 468e16d server builder include fix by David Garcia Quintas · 8 years ago
  46. 11d3c8f Add ServerBuilderPlugin::UpdateChannelArguments by Yuchen Zeng · 8 years ago
  47. 509ee4c Remove the API to return the underlying completion queue. This API is no by Sree Kuchibhotla · 8 years ago
  48. cc357bf Remove completion queue parameter from grpc_server_add_insecure_channel_from_fd API by Sree Kuchibhotla · 8 years ago
  49. 3ea9e24 some refactoring by Sree Kuchibhotla · 8 years ago
  50. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 8 years ago
  51. e3a282e Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  52. 5a36325 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  53. 3922838 Added missing var initialization by David Garcia Quintas · 8 years ago
  54. 440558a C++ Compression Level set properly by David Garcia Quintas · 8 years ago
  55. f95f125 Minor changes by Sree Kuchibhotla · 8 years ago
  56. bb5519f More changes by Sree Kuchibhotla · 8 years ago
  57. 8073876 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  58. 6ec11f2 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  59. 05573f1 Make Server::Wait work for async only server. by yang-g · 8 years ago
  60. e89dc6c Make Server::Wait work for async only server. by yang-g · 8 years ago
  61. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  62. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  63. 0de6cea Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined by Martin Dyring-Andersen · 8 years ago
  64. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  65. eac07c3 WIP by Vijay Pai · 8 years ago
  66. b645a2d Remove another range-based for by Vijay Pai · 8 years ago
  67. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  68. 4ad746e clang-format, fix headers, windows fixes by Adam Michalik · 8 years ago
  69. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  70. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  71. fa96d86 Fix comments by Craig Tiller · 8 years ago
  72. 8a7fe1a Fix crash by Craig Tiller · 8 years ago
  73. e004958 Fix formatting, mem leak, stall by Craig Tiller · 8 years ago
  74. 20431a8 Fix merge by Craig Tiller · 8 years ago
  75. 0e314bc Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into test_affine by Craig Tiller · 8 years ago
  76. aae6c2c Fix server plugin test by Craig Tiller · 8 years ago
  77. 3eee9b4 Mark sync cq as non-listening when it is by Craig Tiller · 8 years ago
  78. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  79. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  80. 8c34e7c Fix a typo by Sree Kuchibhotla · 8 years ago
  81. 98a185a Change error to warning since we do not have a good way to determine by Sree Kuchibhotla · 8 years ago
  82. 4790263 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  83. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  84. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  85. 7d099a5 Fix naming and comment problems by Yuchen Zeng · 8 years ago
  86. 3b8f335 Add plugins at the time of static initialization by Yuchen Zeng · 8 years ago
  87. a42ec21 Server builder plugin by Yuchen Zeng · 8 years ago
  88. 3049976 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  89. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  90. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  91. 7def036 Add a safety check to ensure atleast one of the completion queues is by Sree Kuchibhotla · 8 years ago
  92. 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
  93. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  94. 3ab2fe0 Rollup of changes from the latest import by Craig Tiller · 8 years ago
  95. 06cb1a9 Initial interface rework to allow knowing whether to pull payload at registration, not at request time by Craig Tiller · 8 years ago
  96. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  97. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  98. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  99. 9533d04 Fix includes by Craig Tiller · 8 years ago
  100. f40df23 Auto-changes by Craig Tiller · 8 years ago