David Garcia Quintas
|
c79b0650d2
|
removed codegen/log.h
|
8 years ago |
Vijay Pai
|
2d04dd827c
|
Change API for next message size to allow a bool return value for failure
cases.
|
8 years ago |
Yuchen Zeng
|
77b74258b5
|
Revert unnecessary deletions
|
8 years ago |
Craig Tiller
|
5ca7e47493
|
Merge pull request #6737 from ctiller/delayed-write
Delay beginning most writes until we enter poll()
|
8 years ago |
Yuchen Zeng
|
1318479011
|
Separate generated file and protobuf dependency
|
8 years ago |
yang-g
|
807387641f
|
prevent spurious wake up and unstarted/already shutdown server
|
9 years ago |
yang-g
|
6ec11f2acd
|
prevent spurious wake up and unstarted/already shutdown server
|
9 years ago |
yang-g
|
05573f1692
|
Make Server::Wait work for async only server.
|
9 years ago |
Nicolas "Pixel" Noble
|
e053e730d2
|
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
|
9 years ago |
yang-g
|
e89dc6ceb6
|
Make Server::Wait work for async only server.
|
9 years ago |
Mark D. Roth
|
4f0b06e747
|
Move use of nullptr into grpc namespace, so that the hack in config.h
can be used.
|
9 years ago |
Mark D. Roth
|
33e5cbbbb8
|
Add include to fix gcc-4.4 problem.
|
9 years ago |
Craig Tiller
|
6c8619bbe7
|
Better fix for flow control bug
|
9 years ago |
Craig Tiller
|
eda85c6765
|
Expunge all references to zookeeper
|
9 years ago |
Mark D. Roth
|
ab950ee7c5
|
Move channel_filter.h from include/ tree to src/ tree.
|
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 |
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 |
Robbie Shade
|
820c1f3fda
|
ASSERT vector size before directly accessing first element
|
9 years ago |
Craig Tiller
|
04a468122f
|
Add comment
|
9 years ago |
Craig Tiller
|
d263b925e8
|
Make sure to poll cq
|
9 years ago |
Vijay Pai
|
6ab4788ae9
|
clang-format changes
|
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
|
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 |
vjpai
|
97da6473b4
|
Manual clang-format
|
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 |
yang-g
|
000aa457dc
|
add a test with empty request
|
9 years ago |
Yuchen Zeng
|
0601df3a04
|
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
|
9 years ago |
Yuchen Zeng
|
1495cb5b24
|
Addressed reveiw comments about naming
|
9 years ago |
Julien Boeuf
|
38c0cdee34
|
Fix double-free issue for optional_message.
Also better end to end testing of plumbing of plugin error message.
|
9 years ago |
yang-g
|
17487f9a22
|
Make grpc++ independent of protobuf
|
9 years ago |
yang-g
|
15759f610e
|
Let Next set ok=true when receiving error status
|
9 years ago |
Craig Tiller
|
bc7593de7a
|
Revert "Revert "Remove spam""
This reverts commit e76528ce26 .
|
9 years ago |
Craig Tiller
|
34c6e87598
|
Simpler trick to force a listening cq
|
9 years ago |
Craig Tiller
|
e76528ce26
|
Revert "Remove spam"
This reverts commit 3f3312e7e9 .
|
9 years ago |
Craig Tiller
|
3f3312e7e9
|
Remove spam
|
9 years ago |
Craig Tiller
|
ae09d9dca9
|
Fixes and code simplification
|
9 years ago |