1. 4281272 Updated git clone URL by David Garcia Quintas · 8 years ago
  2. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  3. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  4. bc4c3e3 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  5. 1e52b1a Merge pull request #6876 from mdyring/master by Nicolas Noble · 8 years ago
  6. 6b668cc Remove range-based for, comparisons to nullptr by Vijay Pai · 8 years ago
  7. 4e1a883 Digraph by Vijay Pai · 8 years ago
  8. 62eb1c7 Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy by Vijay Pai · 8 years ago
  9. 4425828 Should not explicitly initialize these pointers to nullptr in gcc-4.4 case by Vijay Pai · 8 years ago
  10. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  11. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  12. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 8 years ago
  13. 0de6cea Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined by Martin Dyring-Andersen · 8 years ago
  14. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  15. eac07c3 WIP by Vijay Pai · 8 years ago
  16. 05bec5c Fix uninitialized variable by Craig Tiller · 8 years ago
  17. b645a2d Remove another range-based for by Vijay Pai · 8 years ago
  18. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  19. b81f172 Merge pull request #6610 from xyzzyz/external_fd_fresh by Jan Tattermusch · 8 years ago
  20. dd385b6 Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public by David Garcia Quintas · 8 years ago
  21. 4ad746e clang-format, fix headers, windows fixes by Adam Michalik · 8 years ago
  22. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  23. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  24. 7ae31a8 Add more comments, fix format issues by Yuchen Zeng · 8 years ago
  25. 0601df3 Move reflection src/hdr to src/cpp/ext include/grpc++/ext by Yuchen Zeng · 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. fa96d86 Fix comments by Craig Tiller · 8 years ago
  28. 8a7fe1a Fix crash by Craig Tiller · 8 years ago
  29. e004958 Fix formatting, mem leak, stall by Craig Tiller · 8 years ago
  30. 20431a8 Fix merge by Craig Tiller · 8 years ago
  31. 0e314bc Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into test_affine by Craig Tiller · 8 years ago
  32. aae6c2c Fix server plugin test by Craig Tiller · 8 years ago
  33. 3eee9b4 Mark sync cq as non-listening when it is by Craig Tiller · 8 years ago
  34. a20a2ad moved core_codegen from src/cpp/... to include/grpc++/... by David Garcia Quintas · 8 years ago
  35. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  36. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  37. 8c34e7c Fix a typo by Sree Kuchibhotla · 8 years ago
  38. 98a185a Change error to warning since we do not have a good way to determine by Sree Kuchibhotla · 8 years ago
  39. 4790263 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  40. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  41. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  42. 8dbe2cb Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  43. 26a1785 Resolve conflicts by Yuchen Zeng · 9 years ago
  44. 7d099a5 Fix naming and comment problems by Yuchen Zeng · 9 years ago
  45. 3b8f335 Add plugins at the time of static initialization by Yuchen Zeng · 9 years ago
  46. a42ec21 Server builder plugin by Yuchen Zeng · 9 years ago
  47. 1b2db63 Moved protos out of core_codegen interface by David Garcia Quintas · 9 years ago
  48. 3049976 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 9 years ago
  49. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 9 years ago
  50. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 9 years ago
  51. 7def036 Add a safety check to ensure atleast one of the completion queues is by Sree Kuchibhotla · 9 years ago
  52. 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 · 9 years ago
  53. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 9 years ago
  54. 3ab2fe0 Rollup of changes from the latest import by Craig Tiller · 9 years ago
  55. abb4f5f Merge pull request #6070 from ctiller/head-of-line-blocking by Jan Tattermusch · 9 years ago
  56. 06cb1a9 Initial interface rework to allow knowing whether to pull payload at registration, not at request time by Craig Tiller · 9 years ago
  57. 399b3c4 Fix client_crash_test, implement idempotency, fail_fast for C++ by Craig Tiller · 9 years ago
  58. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 9 years ago
  59. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  60. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 9 years ago
  61. b7f3f6e Fix copyright by Craig Tiller · 9 years ago
  62. 9533d04 Fix includes by Craig Tiller · 9 years ago
  63. 2e19036 Fix copyrights by Craig Tiller · 9 years ago
  64. f40df23 Auto-changes by Craig Tiller · 9 years ago
  65. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 9 years ago
  66. dadb32a Merge pull request #5843 from dgquintas/fix-grpc-lib by Jan Tattermusch · 9 years ago
  67. 8bce393 Merge pull request #5819 from dgquintas/compression_levels by Jan Tattermusch · 9 years ago
  68. 146070d fixed multiple initialization of globals by David Garcia Quintas · 9 years ago
  69. d85ef06 Doc Fixit: src/cpp/README.md by Yuchen Zeng · 9 years ago
  70. 13c2f6e Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer. by David Garcia Quintas · 9 years ago
  71. c65af4d Merge github.com:grpc/grpc into idempotent by Craig Tiller · 9 years ago
  72. 4f7ffa0 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 9 years ago
  73. cd21266 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 9 years ago
  74. ee6902b Merge branch 'master' into revert-5599-revert-5572-srv_ctx by vjpai · 9 years ago
  75. aca1233 removed spurious namespace qualification by David Garcia Quintas · 9 years ago
  76. 5987c70 Punch through flags for incoming calls by Craig Tiller · 9 years ago
  77. 79d9096 removed spurious grpc_library.cc by David Garcia Quintas · 9 years ago
  78. 798b0dc Doc Fixit: src/cpp/README need more information, revised 03092016 by Yuchen Zeng · 9 years ago
  79. 60ee8dd docstrings by David Garcia Quintas · 9 years ago
  80. 341b5ab Doc Fixit: src/cpp/README need more information by Yuchen Zeng · 9 years ago
  81. 1b63471 copyright by David Garcia Quintas · 9 years ago
  82. b942640 clang-format by David Garcia Quintas · 9 years ago
  83. be25493 codegen interface usage of gpr_inf_future by David Garcia Quintas · 9 years ago
  84. ef6848f reverted gpr_ time changes by David Garcia Quintas · 9 years ago
  85. 057a0a2 fixed wrong refactoring by David Garcia Quintas · 9 years ago
  86. 723af53 moved some files around by David Garcia Quintas · 9 years ago
  87. 8c3d994 compiles! by David Garcia Quintas · 9 years ago
  88. e1ce31e wip. cq refactored by David Garcia Quintas · 9 years ago
  89. 6848c4e wip. prior to cq refactoring by David Garcia Quintas · 9 years ago
  90. b0d1567 Revert "Revert "Properly integrate async API with server-side cancellations."" by Sree Kuchibhotla · 9 years ago
  91. b07938f added missing initializer for global proto_serializer holder to codegen lib by David Garcia Quintas · 9 years ago
  92. edd96e4 Revert "Properly integrate async API with server-side cancellations." by Sree Kuchibhotla · 9 years ago
  93. 13ee2f2 Properly integrate async API with server-side cancellations. by Vijay Pai · 9 years ago
  94. 7f7181f fix comments by David Garcia Quintas · 9 years ago
  95. c4f4f7e clang-format by David Garcia Quintas · 9 years ago
  96. 94c80d8 copyrights by David Garcia Quintas · 9 years ago
  97. f588aeb introduced workaround for proto_utils by David Garcia Quintas · 9 years ago
  98. 45add8a Merge branch 'master' of github.com:grpc/grpc into alarm_cpp by David Garcia Quintas · 9 years ago
  99. c8d34d5 Merge pull request #5287 from yang-g/global_callback_magic by Craig Tiller · 9 years ago
  100. 0160873 PR comments addressed by David Garcia Quintas · 9 years ago