Soheil Hassas Yeganeh
|
4345ef121a
|
Add debug-only tracing to grpc_core::RefCount
Also, this patch removes the *WithTracing variants in favor of the new
API.
|
6 years ago |
Vijay Pai
|
09ba4b4047
|
Test client-side callback streaming with callback server
|
6 years ago |
Vijay Pai
|
2a0c0d7ad6
|
Streaming API for callback servers
|
6 years ago |
ncteisen
|
8ace4e16df
|
disable some add some
|
6 years ago |
yang-g
|
19b3ca5689
|
Clang-format
|
6 years ago |
Alexander Polcyn
|
b203ed3c07
|
Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlock
|
6 years ago |
ncteisen
|
475ccfd110
|
Fix ubsan
|
6 years ago |
ncteisen
|
3eb6c4779d
|
Exclude census
|
6 years ago |
ncteisen
|
bdd0d47e07
|
microbenchmarks don't use polling
|
6 years ago |
Noah Eisen
|
12d9d04cb4
|
Make microbenchmarks test targets
|
6 years ago |
yang-g
|
0e11f2ebd0
|
convert more tests
|
6 years ago |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
6 years ago |
yang-g
|
2a938b0006
|
Add a class to wrap grpc_test_init
|
6 years ago |
Vijay Pai
|
2b5d45ab38
|
Fix clang-tidy and golden file issues
|
6 years ago |
Vijay Pai
|
ea1156da3f
|
Stop exposing streaming object class
|
6 years ago |
Vijay Pai
|
dac2066a1c
|
Make StartCall() a releasing operation so that you can pile up ops
|
6 years ago |
Vijay Pai
|
60949a8232
|
Revert an order change
|
6 years ago |
Vijay Pai
|
5dcfc8be96
|
More review comments
|
6 years ago |
Vijay Pai
|
85128c7f41
|
Improve test readability at suggestion of @ghemawat
|
6 years ago |
Vijay Pai
|
d7eb26648d
|
Client callback streaming
|
6 years ago |
Mark D. Roth
|
217de89085
|
Don't ignore empty serverlists from the grpclb balancer.
|
6 years ago |
Yash Tibrewal
|
77ba25ab72
|
s/int/uint32_t
|
6 years ago |
Yash Tibrewal
|
9506d35674
|
Add a byte counter to chttp2_stream and use that for timestamps
|
6 years ago |
Yash Tibrewal
|
fe4ef31ac2
|
Do not add the TCP buffer length.
|
6 years ago |
Yash Tibrewal
|
e57f8aebcb
|
Update test
|
6 years ago |
Mark D. Roth
|
5214f8bc57
|
Fix InlinedVector to use its elements' move and copy methods.
|
6 years ago |
ncteisen
|
d3631f9c79
|
fix clang tidy
|
6 years ago |
Alexander Polcyn
|
d9dbb76969
|
Allow specifying specific credential types to reach specific works in QPS benchmark driver
|
6 years ago |
Yash Tibrewal
|
c7e92f26eb
|
Reviewer comments
|
6 years ago |
Guantao Liu
|
458d9d28db
|
Add the missing definition of shutdown_background_closure to bm_cq_multiple_threads
|
6 years ago |
Yash Tibrewal
|
bab043e865
|
Cleanup
|
6 years ago |
Vishal Powar
|
68c353351c
|
Run the tools/codegen/core/gen_static_metadata.py and generate the
required files
|
6 years ago |
Yash Tibrewal
|
a60fd359cb
|
Modify remaining usecases in test/cpp
|
6 years ago |
Yash Tibrewal
|
626f1c9d53
|
Remove the std::unique_ptr, instead use move semantics everywhere
|
6 years ago |
Mark D. Roth
|
d18458720c
|
Don't reset channel state on resolver failure when LB policy exists.
|
6 years ago |
Jan Tattermusch
|
e5f9f5ef46
|
disable grpc_tool_test on msan
|
6 years ago |
Soheil Hassas Yeganeh
|
1dd09321cd
|
Add a non-polymorphic variant to RefCounted.
Using RefCounted<Child, NonPolymorphic> users can now build smart,
ref-counted pointers without paying the costs of a vtable when it's
possible.
|
6 years ago |
Vijay Pai
|
0e29d7b9bc
|
Properly clear metadata and other structs when reusing ServerContext
|
6 years ago |
Vijay Pai
|
a192fc6880
|
Fix clang-tidy issues
|
6 years ago |
Hope Casey-Allen
|
e42afb0d63
|
Make namespace more explicit.
|
6 years ago |
Bill Feng
|
9759a1b241
|
removed accidental submodule update
|
6 years ago |
Vijay Pai
|
432b34bf74
|
Initialize value before creating slice
|
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 |