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