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