Vijay Pai
|
56540ba9f9
|
clang-format
|
8 years ago |
Vijay Pai
|
1b87ddee0a
|
One more NULL->nullptr
|
8 years ago |
Vijay Pai
|
b0a6be2b8f
|
Remove some unnecessary new/delete patterns
|
8 years ago |
Vijay Pai
|
90102c2bfc
|
Eliminate unnecessary uses of new[]/delete[] that can be replaced
with vector
Also start eliminating uses of plain-old delete that are not helpful
|
8 years ago |
Vijay Pai
|
a189b7b9f1
|
Make new file compliant with new standards
|
8 years ago |
Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
8 years ago |
Vijay Pai
|
713c7b87e1
|
clang-format
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
Mark D. Roth
|
3f265857f4
|
Fix memory leak.
|
8 years ago |
Mark D. Roth
|
6df607591c
|
Fix portability problems.
|
8 years ago |
Mark D. Roth
|
fd635add1c
|
clang-format
|
8 years ago |
Mark D. Roth
|
452287607f
|
Add test for setting LB policy via C++ API.
|
8 years ago |
Mark D. Roth
|
e3a21005bf
|
Fix propagation of channel args for insecure channels.
|
8 years ago |
Craig Tiller
|
20afa3d7c9
|
BufferPool --> ResourceQuota
|
8 years ago |
Sree Kuchibhotla
|
c37a8a56df
|
Fix test
|
8 years ago |
Vijay Pai
|
96e03110db
|
clang-format
|
8 years ago |
Vijay Pai
|
8d08b1d9ee
|
Test all split streamed variations
|
8 years ago |
Vijay Pai
|
65a9ef16ed
|
Fix channel/stub for dup service use
|
8 years ago |
Vijay Pai
|
61536a7371
|
Making split streaming testable
|
8 years ago |
David Garcia Quintas
|
e5b4c26ef7
|
more usage of std::string
|
8 years ago |
Craig Tiller
|
db1a5cce47
|
Buffer pool C++ wrapper
|
8 years ago |
Sree Kuchibhotla
|
892dbf4d95
|
Make settings configurable
|
8 years ago |
Mark D. Roth
|
9477724003
|
Change C++ API to expose wait_for_ready instead of fail_fast.
|
8 years ago |
yang-g
|
d5fba280bb
|
make inline metadata value clearer
|
8 years ago |
yang-g
|
4b4571ab88
|
Add a test for nonbin header containing binary value
|
8 years ago |
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 |