yang-g
|
c580af37e0
|
Add a check for metadata from auth plugin
|
8 years ago |
Craig Tiller
|
44b12f9e23
|
clang-format
|
8 years ago |
Craig Tiller
|
bd37a21c26
|
Cleanup, debug support
|
8 years ago |
murgatroid99
|
7c5befd86b
|
Change UnimplementedService to UnimplementedEchoService in echo.proto
|
8 years ago |
Vijay Pai
|
d4d5f4cd53
|
clang-format
|
8 years ago |
Vijay Pai
|
a9c0d7f88b
|
Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
violating the appearance of unary-ness)
|
8 years ago |
murgatroid99
|
623dd4f556
|
Renamed GPR_ constants to GRPC_ in iomgr/port.h
|
8 years ago |
murgatroid99
|
5407089b37
|
Separate out iomgr-specific constants into a separate header
|
8 years ago |
Vijay Pai
|
5d94118d0d
|
clang-format
|
8 years ago |
Vijay Pai
|
ff91dea149
|
Be able to specify FCUnaryService just like AsyncService so that all
relevant methods get treated this way.
|
8 years ago |
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
|
8 years ago |
yang-g
|
6ec11f2acd
|
prevent spurious wake up and unstarted/already shutdown server
|
8 years ago |
yang-g
|
05573f1692
|
Make Server::Wait work for async only server.
|
8 years ago |
Nicolas "Pixel" Noble
|
e053e730d2
|
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
|
8 years ago |
yang-g
|
e89dc6ceb6
|
Make Server::Wait work for async only server.
|
8 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 |