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