Bill Feng
|
9759a1b241
|
removed accidental submodule update
|
6 years ago |
Moiz Haidry
|
1303ec7b53
|
Added benchmarks for Callback based Unary server
|
6 years ago |
Yash Tibrewal
|
617f90aaae
|
Add BUILD file for stats_test.cc
|
6 years ago |
Vijay Pai
|
a3b803cfad
|
Added another test case for status ordering
|
6 years ago |
Soheil Hassas Yeganeh
|
48e4a81b05
|
Remeve memset(0) from arena allocated memory.
Callers are updated to properly initialize the memory.
This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY
environment variable.
|
6 years ago |
ncteisen
|
1b8bf9f190
|
Add blank line
|
6 years ago |
ncteisen
|
e7d59f718f
|
clang format
|
6 years ago |
ncteisen
|
131eedaa40
|
Add test
|
6 years ago |
Yihua Zhang
|
cd768ec12a
|
use gRPC thread model
|
6 years ago |
Yash Tibrewal
|
b732e9c403
|
Make client interceptors see notification even if Cancel was done before the RPC was issued. Also add tests
|
6 years ago |
Yash Tibrewal
|
e2361a4751
|
Add server interceptors in end2end_test
|
6 years ago |
Yash Tibrewal
|
d736b1d309
|
Refactor tests slightly
|
6 years ago |
ncteisen
|
580216da82
|
remove debugging output
|
6 years ago |
Yash Tibrewal
|
3ec20b75ed
|
Add tests for global interceptor
|
6 years ago |
ncteisen
|
1a3c2d3e3a
|
Move uri_parser to lib
|
6 years ago |
Hope Casey-Allen
|
1547f604e0
|
Remove unused fuzzer
|
6 years ago |
Hope Casey-Allen
|
1b27657044
|
Use grpc_cc_library and remove copt
|
6 years ago |
Hope Casey-Allen
|
c01f4a1d22
|
Fix internal BUILD error
|
6 years ago |
Hope Casey-Allen
|
025bda7c33
|
Remove unused BUILD dependencies
|
6 years ago |
Hope Casey-Allen
|
fabff52be5
|
Move fallthrough comment so it is recognized internally
|
6 years ago |
ncteisen
|
3cb8b0b8cb
|
Move uri_parser to common spot
|
6 years ago |
ncteisen
|
d82dff4ea0
|
reviewer feedback, debuging helper
|
6 years ago |
hcaseyal
|
30903abea2
|
Rename memory_profile_test to match .cc
|
6 years ago |
Mark D. Roth
|
8352f9d274
|
Fix handling of call context in health check call batch payload.
|
6 years ago |
Vijay Pai
|
84e763f10a
|
Experimental C++ server callback unary API
|
6 years ago |
Hope Casey-Allen
|
14361541eb
|
Added bazel BUILD file for test/core/memory_usage
|
6 years ago |
Yash Tibrewal
|
85ddf5c713
|
Get ClientContext included with ChannelInterface, and slight more cleanup
|
6 years ago |
Yash Tibrewal
|
d21a175b28
|
Revert "Add dummy interceptors to end2end_test and async_end2end_test"
This reverts commit d075719477 .
|
6 years ago |
Yash Tibrewal
|
d075719477
|
Add dummy interceptors to end2end_test and async_end2end_test
|
6 years ago |
Yash Tibrewal
|
a55d60056b
|
Fix build
|
6 years ago |
Yash Tibrewal
|
1ea195b6f3
|
Reviewer comments except for void * fixed
|
6 years ago |
yang-g
|
a35f55fd70
|
move helper function into namespace
|
6 years ago |
yang-g
|
83d74bf6fc
|
Remove the internal cache for google_default_credentials
|
6 years ago |
ncteisen
|
bc44c5e353
|
Add GetServer to channelz cpp
|
6 years ago |
Yash Tibrewal
|
cc21d32c77
|
Some cleanup
|
6 years ago |
Yash Tibrewal
|
560963bd8b
|
Add sync unknown method test
|
6 years ago |
Yash Tibrewal
|
312feb4202
|
Adding generic rpc and unimplemented rpc test for server interceptors
|
6 years ago |
Yash Tibrewal
|
a094b7b312
|
Added server async tests
|
6 years ago |
Yash Tibrewal
|
07504e66f3
|
Don't unnecessarily create exec_ctx
|
6 years ago |
Mark D. Roth
|
2cff9ca408
|
Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.""
|
6 years ago |
Jan Tattermusch
|
fce9c80a40
|
make //test/core/end2end/fuzzers:client_fuzzer pass on ubsan
|
6 years ago |
Jan Tattermusch
|
c49553ab93
|
temporarily add ubsan supressions
|
6 years ago |
ncteisen
|
693f46841a
|
Add GetServer to core
|
6 years ago |
ncteisen
|
4fa389b137
|
Unifying grpc build hacks
|
6 years ago |
hcaseyal
|
c4e2c46be1
|
Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."
|
6 years ago |
Mark D. Roth
|
f85fd026e3
|
Client-side health checking support.
|
6 years ago |
Mark D. Roth
|
b6059e2e86
|
Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.
|
6 years ago |
Yash Tibrewal
|
62280b42c7
|
Add client streaming, server streaming and bidi streaming tests
|
6 years ago |
Vijay Pai
|
25f4346ac1
|
Remove inproc_nosec_test since inproc is inherently secure
|
6 years ago |
Yash Tibrewal
|
66cc56bb03
|
Another server side test
|
6 years ago |