Sree Kuchibhotla
|
d39f40da9e
|
Fix include files
|
9 years ago |
Sree Kuchibhotla
|
8f7739bcd6
|
Rename GrpcRpcManager -> ThreadManager
|
9 years ago |
Sree Kuchibhotla
|
96766195a6
|
Refactor SyncServerSettings code
|
9 years ago |
Jan Tattermusch
|
9cece7ca99
|
Update README.md
|
9 years ago |
Garrett Casto
|
37e3cc0c2a
|
Remove stale comment
|
9 years ago |
Mark D. Roth
|
6f6f94fc92
|
Fix header.
|
9 years ago |
Garrett Casto
|
931a26bf5b
|
Add C++ Api
|
9 years ago |
Sree Kuchibhotla
|
33382d0f53
|
Cleanup server_cc.cc
|
9 years ago |
Sree Kuchibhotla
|
acd64db4d9
|
Minor changes
|
9 years ago |
Sree Kuchibhotla
|
3b2bc2deb1
|
tsan failures
|
9 years ago |
Stanley Cheung
|
146a3773da
|
PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto
|
9 years ago |
Craig Tiller
|
af541d8232
|
Fix conflicting filename
|
9 years ago |
Craig Tiller
|
0c80c7d12c
|
Collecting failure status progress
|
9 years ago |
Craig Tiller
|
db1a5cce47
|
Buffer pool C++ wrapper
|
9 years ago |
Mark D. Roth
|
59c9f904bf
|
Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to
GRPC_INITIAL_METADATA_WAIT_FOR_READY.
Also add a flag to indicate whether wait_for_ready was explicitly set by
the application.
|
9 years ago |
Sree Kuchibhotla
|
a7a21d2049
|
Make sync server settings configurable
|
9 years ago |
Sree Kuchibhotla
|
892dbf4d95
|
Make settings configurable
|
9 years ago |
Mark D. Roth
|
9477724003
|
Change C++ API to expose wait_for_ready instead of fail_fast.
|
9 years ago |
Sree Kuchibhotla
|
e2ac10627d
|
new value
|
9 years ago |
Sree Kuchibhotla
|
f4c6e43ff2
|
fine tune the cq deadline value (temporarily)
|
9 years ago |
Sree Kuchibhotla
|
2d08f5bc8d
|
fix the plugin initialization order in ServerBuilder
|
9 years ago |
Sree Kuchibhotla
|
862acb9f3a
|
fix shutdown crash
|
9 years ago |
Yuchen Zeng
|
ef394a954a
|
Fix typo
|
9 years ago |
Yuchen Zeng
|
27e96f9beb
|
Add comments about how to re-generate reflection proto files
|
9 years ago |
Sree Kuchibhotla
|
4028d2c11b
|
More fixes
|
9 years ago |
Sree Kuchibhotla
|
4306eeee39
|
Minor changes
|
9 years ago |
Sree Kuchibhotla
|
aabada97a1
|
One RPCMgr instance per CQ
|
9 years ago |
Mark D. Roth
|
0e256107e8
|
Code review changes.
|
9 years ago |
Adam Czachorowski
|
dbdc6e4ae6
|
Add method for creating insecure channel from FD with custom arguments
using C++ API.
This was already supported in C API.
|
9 years ago |
Makarand Dharmapurikar
|
2b98b77225
|
add cacheable option to client_context
|
9 years ago |
Mark D. Roth
|
6980362c4e
|
Allow setting max send message size via C++ ServerBuilder API.
|
9 years ago |
Mark D. Roth
|
7331a7aa62
|
Change wrapped languages to use the new channel arg macro name.
|
9 years ago |
David Garcia Quintas
|
468e16d97a
|
server builder include fix
|
9 years ago |
David Garcia Quintas
|
621e2b1a49
|
Merge with newly added/modified files
|
9 years ago |
Yuchen Zeng
|
11d3c8f3d4
|
Add ServerBuilderPlugin::UpdateChannelArguments
|
9 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)
|
9 years ago |
Vijay Pai
|
cdc253535b
|
Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING
in all cases
|
9 years ago |
Nicolas "Pixel" Noble
|
d25c1d2a6c
|
Removing unused header.
|
9 years ago |
Nicolas "Pixel" Noble
|
455c5d45f0
|
Untangling secure and unsecure.
|
9 years ago |
Sree Kuchibhotla
|
509ee4c111
|
Remove the API to return the underlying completion queue. This API is no
longer needed
|
9 years ago |
Sree Kuchibhotla
|
cc357bf74e
|
Remove completion queue parameter from grpc_server_add_insecure_channel_from_fd API
|
9 years ago |
Sree Kuchibhotla
|
3ea9e247e0
|
some refactoring
|
9 years ago |
Craig Tiller
|
102fa966b6
|
Rename some files to avoid conflicting .obj files on Windows
|
9 years ago |
Vijay Pai
|
c4752d8857
|
Remove this->
|
9 years ago |
Mark D. Roth
|
2665bdd6d2
|
Reduce allocations associated with src/cpp/util/byte_buffer.cc.
|
9 years ago |
Mark D. Roth
|
00e9c3bb3b
|
clang-format
|
9 years ago |
Jorge Canizales
|
3df9bdf880
|
Update generated files with new protobuf version
Also make the script fetch protoc from the usual place.
|
9 years ago |
Mark D. Roth
|
3b4f99549d
|
Update destroy_call_elem args from merge.
|
9 years ago |
Nicolas Noble
|
5a36325896
|
Merge pull request #7502 from dgquintas/cpp_compression_level
C++ Compression Level set properly
|
9 years ago |
Mark D. Roth
|
f9d8e9064b
|
Code review changes.
|
9 years ago |