1. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  2. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  3. 3901cee Merge pull request #6947 from vjpai/async_stream_doc by Jan Tattermusch · 8 years ago
  4. 13b2b7f Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  5. c072c92 Const correctness for ClientContext and ServerContext getters by Bill Clarke · 8 years ago
  6. bd28936 Properly handle reviewer comment re concurrent Read by vjpai · 8 years ago
  7. ef01edf Fix review comments by vjpai · 8 years ago
  8. 1d9b1e9 Merge branch 'master' into async_stream_doc by vjpai · 8 years ago
  9. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  10. a4d2d0c Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  11. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  12. 7b4dc53 Stop using global namespace on a template param by vjpai · 8 years ago
  13. b9df276 Add proper documentation of ordering and thread-safety for by vjpai · 8 years ago
  14. bc4c3e3 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  15. 812c66b Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  16. 90460fa Digraph by Vijay Pai · 8 years ago
  17. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  18. 20bf126 clang-format by Vijay Pai · 8 years ago
  19. fa9b7c1 Merge pull request #6334 from tberghammer/android-64bit by Nicolas Noble · 8 years ago
  20. a63271c Deal with to_string, proper usage of nullptr, and lack of map::emplace by Vijay Pai · 8 years ago
  21. 06ea541 Provide nullptr->std::function cast by Vijay Pai · 8 years ago
  22. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  23. 8fb6c92 Merge pull request #6875 from y-zeng/log_check by Jan Tattermusch · 8 years ago
  24. 058c9de Added to server's shutdown docstrings by David Garcia Quintas · 8 years ago
  25. c0f4fe2 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  26. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 8 years ago
  27. 97da647 Manual clang-format by vjpai · 8 years ago
  28. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  29. 1f24af8 Restricted the check to GUNC by Yuchen Zeng · 8 years ago
  30. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  31. 64c0e8d Add format check for gpr_log and gpr_asprintf by Yuchen Zeng · 8 years ago
  32. ce350a5 override->GRPC_OVERRIDE Remove range-based fors by Vijay Pai · 8 years ago
  33. c7be7c6 Add an API at the core level to disable signals or use a different signal number by Sree Kuchibhotla · 8 years ago
  34. 877dc0c Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  35. 7274402 Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC ver by Sree Kuchibhotla · 8 years ago
  36. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  37. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  38. b81f172 Merge pull request #6610 from xyzzyz/external_fd_fresh by Jan Tattermusch · 8 years ago
  39. f325ee3 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  40. b17e25c Merge pull request #6649 from dgquintas/core_codegen_be_public by Jan Tattermusch · 8 years ago
  41. 026dfe6 Merge pull request #6820 from mdsteele/server-async by Jan Tattermusch · 8 years ago
  42. 5855c47 Use poll if not linux, add read notifier pollset support and some by Sree Kuchibhotla · 8 years ago
  43. 080749e Add interfaces for ServerAsyncReader/Writers by Matthew D. Steele · 8 years ago
  44. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  45. cf41d19 clang-format by David Garcia Quintas · 8 years ago
  46. dd385b6 Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public by David Garcia Quintas · 8 years ago
  47. 8ba42be s/maybe_compression_level.compression_level/maybe_compression_level.level by David Garcia Quintas · 8 years ago
  48. a24d153 fix windows build by Adam Michalik · 8 years ago
  49. 30fb536 PR comments (offline). by David Garcia Quintas · 8 years ago
  50. 4ad746e clang-format, fix headers, windows fixes by Adam Michalik · 8 years ago
  51. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  52. da5d85d Add completion queue argument which is necessary after merge with master by Adam Michalik · 8 years ago
  53. 4023382 Add support for establishing server channel using existing FD by Adam Michalik · 8 years ago
  54. a1f8b14 revert grpc.h by Adam Michalik · 8 years ago
  55. 8cf5303 more separation by Adam Michalik · 8 years ago
  56. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 8 years ago
  57. 6e9fab5 Add support for establishing client channel using existing FD by Adam Michalik · 8 years ago
  58. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  59. 2888bd5 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  60. 570408f Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call by Jan Tattermusch · 8 years ago
  61. 7ae31a8 Add more comments, fix format issues by Yuchen Zeng · 8 years ago
  62. 0601df3 Move reflection src/hdr to src/cpp/ext include/grpc++/ext by Yuchen Zeng · 8 years ago
  63. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  64. aaee544 merge and resolve conflicts by yang-g · 8 years ago
  65. 17487f9 Make grpc++ independent of protobuf by yang-g · 8 years ago
  66. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  67. 3623dc5 Move protobuf dependencies to config_protobuf.h by Yuchen Zeng · 8 years ago
  68. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  69. d38b2c4 Merge pull request #6761 from ctiller/there-were-no-fatalities by Jan Tattermusch · 8 years ago
  70. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  71. e751846 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  72. 15759f6 Let Next set ok=true when receiving error status by yang-g · 8 years ago
  73. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  74. de5039d Fix sanity by Craig Tiller · 8 years ago
  75. ccc8ec5 Merge branch 'error' into reuse_port by Craig Tiller · 8 years ago
  76. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  77. 24bec11 Merge branch 'error' into reuse_port by Craig Tiller · 8 years ago
  78. da2d619 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  79. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  80. 1226387 Merge pull request #6585 from ctiller/connect_first by Jan Tattermusch · 8 years ago
  81. a20a2ad moved core_codegen from src/cpp/... to include/grpc++/... by David Garcia Quintas · 8 years ago
  82. ef96264 Support SO_REUSEPORT by Craig Tiller · 8 years ago
  83. ac09447 Merge branch 'compression_incoming_checks' into compression_md_level_bis by David Garcia Quintas · 8 years ago
  84. 9766f4f Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  85. 697a41f fixes to grpc++/impl/codegen/call.h by David Garcia Quintas · 8 years ago
  86. f1945f2 Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checks by David Garcia Quintas · 8 years ago
  87. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  88. 01fb04d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  89. 057a2f8 Merge pull request #6445 from yang-g/unique_ptr_reset by Jan Tattermusch · 8 years ago
  90. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  91. f54171c Merge branch 'moar-compression-public-refactorings' into compression_md_level_bis by David Garcia Quintas · 8 years ago
  92. a41ac57 Windows port of error system by Craig Tiller · 8 years ago
  93. 113a934 Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checks by David Garcia Quintas · 8 years ago
  94. c654554 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  95. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  96. 1102faf Merge branch 'connect_first' into test_affine by Craig Tiller · 8 years ago
  97. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  98. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  99. 0fde713 Fixed usage of anon namespace inside .h by David Garcia Quintas · 8 years ago
  100. 52237e3 clang-format by Craig Tiller · 8 years ago