Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
8da8511762f9b59d4715abf4861a4578e04530cd
/
include
/
grpc++
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
b17e25c
Merge pull request #6649 from dgquintas/core_codegen_be_public
by Jan Tattermusch
· 8 years ago
026dfe6
Merge pull request #6820 from mdsteele/server-async
by Jan Tattermusch
· 8 years ago
080749e
Add interfaces for ServerAsyncReader/Writers
by Matthew D. Steele
· 8 years ago
533add5
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
by David Garcia Quintas
· 8 years ago
cf41d19
clang-format
by David Garcia Quintas
· 8 years ago
dd385b6
Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public
by David Garcia Quintas
· 8 years ago
30fb536
PR comments (offline).
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
570408f
Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_call
by Jan Tattermusch
· 8 years ago
17487f9
Make grpc++ independent of protobuf
by yang-g
· 8 years ago
55c08f8
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
by David Garcia Quintas
· 8 years ago
15759f6
Let Next set ok=true when receiving error status
by yang-g
· 8 years ago
a20a2ad
moved core_codegen from src/cpp/... to include/grpc++/...
by David Garcia Quintas
· 8 years ago
9766f4f
Merge github.com:grpc/grpc into test_affine
by Craig Tiller
· 8 years ago
697a41f
fixes to grpc++/impl/codegen/call.h
by David Garcia Quintas
· 8 years ago
8f73650
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
by David Garcia Quintas
· 8 years ago
057a2f8
Merge pull request #6445 from yang-g/unique_ptr_reset
by Jan Tattermusch
· 8 years ago
2d02456
got rid of grpc_compression_options
by David Garcia Quintas
· 8 years ago
1102faf
Merge branch 'connect_first' into test_affine
by Craig Tiller
· 8 years ago
f7a670f
Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine
by Craig Tiller
· 8 years ago
0fde713
Fixed usage of anon namespace inside .h
by David Garcia Quintas
· 8 years ago
52237e3
clang-format
by Craig Tiller
· 8 years ago
63d24f1
Make qps workers connect before even warmup stage begins
by Craig Tiller
· 8 years ago
d6fb831
Updated codegen/call.h
by David Garcia Quintas
· 8 years ago
48a5ddd
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
by David Garcia Quintas
· 8 years ago
7362135
Merge remote-tracking branch 'upstream/master' into unique_ptr_reset
by yang-g
· 8 years ago
f86bbde
Merge pull request #6373 from y-zeng/server-builder-plugin
by Yuchen Zeng
· 8 years ago
b85e9d4
fix formatting
by Jan Tattermusch
· 8 years ago
b6f853d
Add comment
by yang-g
· 8 years ago
8dbe2cb
Merge branch 'master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
a301eaa
Allow servers to select compression level via initial MD.
by David Garcia Quintas
· 9 years ago
26a1785
Resolve conflicts
by Yuchen Zeng
· 9 years ago
7d099a5
Fix naming and comment problems
by Yuchen Zeng
· 9 years ago
7099d6f
Add an explicit base class pointer to avoid potential breakage.
by yang-g
· 9 years ago
bc2afb0
Merge pull request #6323 from dgquintas/codegen_remove_proto
by Jan Tattermusch
· 9 years ago
3b8f335
Add plugins at the time of static initialization
by Yuchen Zeng
· 9 years ago
b69251c
Merge branch 'master' into server_channel_affinity
by Sree Kuchibhotla
· 9 years ago
4ee1a62
Stress test fixes
by Craig Tiller
· 9 years ago
c049035
Add GRPC_ prefix for macros
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
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
788a253
Fix dependencies
by Craig Tiller
· 9 years ago
666a362
clang-fmt
by Craig Tiller
· 9 years ago
3ab2fe0
Rollup of changes from the latest import
by Craig Tiller
· 9 years ago
08eb0d6
clang-format
by Craig Tiller
· 9 years ago
c954f59
Fix missing arg
by Craig Tiller
· 9 years ago
399b3c4
Fix client_crash_test, implement idempotency, fail_fast for C++
by Craig Tiller
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
f40df23
Auto-changes
by Craig Tiller
· 9 years ago
f64befd
Make a copy of ByteBuffer when writing
by yang-g
· 9 years ago
ddd4d7f
Merge pull request #5494 from dgquintas/guard_check
by Jan Tattermusch
· 9 years ago
146070d
fixed multiple initialization of globals
by David Garcia Quintas
· 9 years ago
c14f1cb
new fixed guards
by David Garcia Quintas
· 9 years ago
185768b
Merge branch 'master' of github.com:grpc/grpc into guard_check
by David Garcia Quintas
· 9 years ago
cd21266
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
by David Garcia Quintas
· 9 years ago
3598d44
Fixed include guards
by David Garcia Quintas
· 9 years ago
9eef377
clang-format
by David Garcia Quintas
· 9 years ago
60ee8dd
docstrings
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
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
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
ef02fb9
Merge branch 'master' of github.com:grpc/grpc into alarm_cpp
by David Garcia Quintas
· 9 years ago
bcd78fe
Added missing virtual dtor
by David Garcia Quintas
· 9 years ago
4105505
Fixed refactoring of grpc_arg pointer vtable
by David Garcia Quintas
· 9 years ago
10e2698
Merge branch 'master' of github.com:grpc/grpc into alarm_cpp
by David Garcia Quintas
· 9 years ago
5e07d76
Made Alarm's constructor a template for deadline
by David Garcia Quintas
· 9 years ago
ac94c43
Merge pull request #5186 from yang-g/inherit_from_grpc_library
by Sree Kuchibhotla
· 9 years ago
eb62c94
Add a way to override channel arguments for server creation
by yang-g
· 9 years ago
50d7e3c
I merged this without checking the copyright. My mistake...
by vjpai
· 9 years ago
d4f2604
Small tweak to make some customer code compile
by Craig Tiller
· 9 years ago
a3c968d
Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library
by yang-g
· 9 years ago
3f19f42
Merge pull request #5052 from ctiller/compress
by David G. Quintas
· 9 years ago
1362c24
Merge pull request #5193 from vjpai/alarm_mods
by Craig Tiller
· 9 years ago
c0473cc
Merge github.com:grpc/grpc into compress
by Craig Tiller
· 9 years ago
810a13e
Remove a small allocation, at the cost of a little uglier header file.
by Vijay Pai
· 9 years ago
26a9848
Removed outdated mention of AsynchronousService
by David Garcia Quintas
· 9 years ago
04e992a
Make C++ alarm class usable and testable - there were some build issues and
by vjpai
· 9 years ago
1945ae4
Fix copyright
by yang-g
· 9 years ago
Next »