Craig Tiller
|
5b47ac385b
|
Colocate calls for the same channel on the same CQ
|
9 years ago |
David Garcia Quintas
|
193a5c737f
|
printf portability sucks
|
9 years ago |
Mark D. Roth
|
07cd9c9e06
|
Initial attempt at a C++ wrapper for the C grpc_transport_op and
grpc_transport_stream_op structs.
|
9 years ago |
yang-g
|
a324c4fea6
|
Add API to get c slice from c++ Slice.
|
9 years ago |
vjpai
|
9959f3d0ec
|
Fix the golden file - why do we even have this lever?
|
9 years ago |
vjpai
|
c0c38b1f19
|
Make the FCUnary class actually work and test it
|
9 years ago |
vjpai
|
fcb98a578c
|
Add NextMessageSize method to all readable streams as an upper-bound
on the actual message size.
Rename Size of FCUnary to NextMessageSize for consistency
|
9 years ago |
David Garcia Quintas
|
83a6a828b0
|
Fixed error messages for C++ interop client.
|
9 years ago |
Robbie Shade
|
820c1f3fda
|
ASSERT vector size before directly accessing first element
|
9 years ago |
David Garcia Quintas
|
f9f856bb89
|
Added todos for more grpclb tests.
|
9 years ago |
David Garcia Quintas
|
aaba131346
|
finally got rid of external deps to generate the lb response proto
|
9 years ago |
Craig Tiller
|
5856dee7d6
|
Fix compile
|
9 years ago |
Craig Tiller
|
7e5d46496b
|
Better distribution
|
9 years ago |
David Garcia Quintas
|
446f70e384
|
fixed faulty server streaming c++ test case
|
9 years ago |
David Garcia Quintas
|
dacce7a1e1
|
fixed bad merge. c++ tests should work again
|
9 years ago |
David Garcia Quintas
|
55145c03d2
|
first step in transforming grpclb_test to C++
|
9 years ago |
Craig Tiller
|
04a468122f
|
Add comment
|
9 years ago |
Craig Tiller
|
d263b925e8
|
Make sure to poll cq
|
9 years ago |
David Garcia Quintas
|
3c65d24fab
|
updated stress test with new tests cases
|
9 years ago |
Vijay Pai
|
6ab4788ae9
|
clang-format changes
|
9 years ago |
David Garcia Quintas
|
560875239e
|
c++ client & server changes to bring code up to spec
|
9 years ago |
David Garcia Quintas
|
34f1b555ae
|
better test_case flag help formating
|
9 years ago |
Mark D. Roth
|
9fe5ef5f9d
|
Removed unnecessary comments. Added connection counter to test.
|
9 years ago |
Mark D. Roth
|
f5bbff9c8e
|
Fix portability issues.
|
9 years ago |
Mark D. Roth
|
905227049b
|
Remove unnecessary code from test.
|
9 years ago |
Mark D. Roth
|
f9c1f7a412
|
clang-format
|
9 years ago |
Mark D. Roth
|
c008b33c18
|
Pass channel args to ChannelData ctor and ChannelData to CallData ctor.
|
9 years ago |
Mark D. Roth
|
8a1a5976c7
|
Fixed test.
|
9 years ago |
Mark D. Roth
|
c459ecf7c9
|
- fix build problems
- make changes suggested by reviewer
- add test (not working yet)
|
9 years ago |
Vijay Pai
|
b31a9a0900
|
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
|
9 years ago |
Vijay Pai
|
6b668cc93f
|
Remove range-based for, comparisons to nullptr
|
9 years ago |
Vijay Pai
|
20bf126da6
|
clang-format
|
9 years ago |
vjpai
|
e44d53757a
|
De-lambda-ify
|
9 years ago |
Vijay Pai
|
679c75f0a6
|
Deal with issues surrounding const members of classes used in
containers
|
9 years ago |
Vijay Pai
|
a63271c77f
|
Deal with to_string, proper usage of nullptr, and lack of map::emplace
|
9 years ago |
Vijay Pai
|
12bf3801b8
|
Got carried away with grpc::
|
9 years ago |
Vijay Pai
|
08e071abe0
|
Specify template parent explicitly
|
9 years ago |
Vijay Pai
|
9aa5f23645
|
Switch out a using with a typedef
|
9 years ago |
Vijay Pai
|
efa8430e39
|
Enforce gcc-4.4 compatibility on test_credentials_provider by changing
a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE,
nullptr->grpc::nullptr)
|
9 years ago |
Craig Tiller
|
e7479f5efc
|
Revert accidental change
|
9 years ago |
vjpai
|
97da6473b4
|
Manual clang-format
|
9 years ago |
Craig Tiller
|
ea0dee5be9
|
Fix leaks
|
9 years ago |
Yuchen Zeng
|
bcf5023bb6
|
Fix zookeeper_test
|
9 years ago |
Yuchen Zeng
|
beaa35724c
|
Fix type mismatch for type_size
|
9 years ago |
Yuchen Zeng
|
0ba114408e
|
Fix gpr_log format mismatches in c++ tests
|
9 years ago |
Vijay Pai
|
15855f3e7f
|
Switch server builder plugin API to something that will work with gcc4.4
|
9 years ago |
Makarand Dharmapurikar
|
509246f59b
|
implement interval_us functionality
Implemented ability to sleep before sending response as intended
by the ResponseParameters proto.
|
9 years ago |
David Garcia Quintas
|
74686ce7c4
|
Completed interop spec, as well as code for c++
|
9 years ago |
David Klempner
|
e27d189f21
|
Factor out json seriailzation code and move it into parse_json.
This is for the same reasons as ParseJson, that is so that we can limit
the scope of the proto namespace differences between internal and
external.
|
9 years ago |
David Garcia Quintas
|
485cf40ab7
|
Fixed wrong spec and reworked streaming compressed case
|
9 years ago |