Jan Tattermusch
5a6c984d3a
clang format code
6 years ago
Christopher Warrington
832e5f06c3
Fix typos in comments
6 years ago
Sanjay Pujare
77e8525640
Regenerate projects
6 years ago
Sanjay Pujare
94d5587643
Regenerate projects
6 years ago
Tommy Chen
39ac83a49e
ruby-sigint ready to be merged!
6 years ago
Jan Tattermusch
b904fdaa40
do not use server override in ruby interop client by default
6 years ago
Srini Polavarapu
a31ccd49e6
Regenerate projects
6 years ago
ncteisen
7b1fc0faa2
Add max_results to ServerSockets
6 years ago
Srini Polavarapu
9eaebf116d
Regenerate projects
6 years ago
Muxi Yan
97ec5c1d68
Bump version to v1.17.0
6 years ago
Stanley Cheung
698cf221d8
Regenerate projects
6 years ago
ganmacs
79f58ec74e
Use space
6 years ago
ganmacs
b5ee54add3
Remove unused require
6 years ago
ganmacs
bd1fdfaabe
Return unimplemented
...
when calling a method which is server_streamer and is not implemented by user
6 years ago
Stanley Cheung
42e3ae7309
Re-generate projects
7 years ago
Muxi Yan
da14743f1a
Generate projects
7 years ago
Muxi Yan
f3e4ae633e
Regenerate projects
7 years ago
Srini Polavarapu
25cd16ae58
Regenerate projects
7 years ago
Srini Polavarapu
1bf93a76f5
Regenerate projects
7 years ago
ncteisen
693f46841a
Add GetServer to core
7 years ago
Stanley Cheung
3dd82ec3c2
Regenerate projects
7 years ago
Alexander Polcyn
f6e8417627
Move package_options.proto file for ruby test
7 years ago
Vijay Pai
a46ddf4a09
Remove grpc_use_signal which is no longer relevant
7 years ago
Stanley Cheung
cda4e7d1df
Regenerate projects
7 years ago
Stanley Cheung
e5ce1e36e6
Regenerate projects
7 years ago
ncteisen
3545d754d5
Channelz get server sockets support
7 years ago
ganmacs
8722714ae4
change var name to be consistent with others
7 years ago
Muxi Yan
d65d25795b
generate_projects
7 years ago
Muxi Yan
983d9be035
Update function signature in grpc_security
7 years ago
Muxi Yan
d0029bac14
generate_projects.sh
7 years ago
Vijay Pai
9e6511ae2e
Make the core callback interface API so that it can be used in generated code
7 years ago
ncteisen
0a650eae58
regenerate projects
7 years ago
ganmacs
50c31d18e5
Use logger to suppress output debug output during test
7 years ago
Aaron Patterson
d374ee9a4f
Switch to `send` instead of `method(...).call`
...
This commit switches `method(...).call` to `send`. The call sites I
changed were all immediately calling `call` on the method object, then
throwing the method object away. Using `send` should be equivalent and
will not allocate the intermediate `method` object.
7 years ago
Nick Gordon
3fe2c98877
Updates to the ruby generator for protobuf 3.6.0 changes
...
test for verifying the ruby_package option
added WeWork to the AUTHORS file
7 years ago
Dylan Thacker-Smith
78f3f44efb
ruby: Raise instead of hanging if grpc is used before and after fork
7 years ago
ncteisen
6656bc7398
regenerate projects
7 years ago
Srini Polavarapu
27665a3567
regenerate projects
7 years ago
Shota Iguchi
f69d96a320
Remove duplicate `Unimplemented` error definition
7 years ago
ganmacs
005cb34614
Rescue GRPC::Core::CallError not to kill the worker threads
7 years ago
Juanli Shen
89659e2925
Regenerate projects
7 years ago
Juanli Shen
8ceb27a324
Regenerate projects
7 years ago
Eric Gribkoff
b59d8674d2
Python post-fork handler: exit if grpc shutdown fails
7 years ago
Chris Lamb
fba18d8551
Fix a number of spelling errors.
7 years ago
ncteisen
632b58cb82
regenerate projects
7 years ago
Vijay Pai
e84096bbe5
Experimental infrastructure for callback-based CQ
7 years ago
Srini Polavarapu
7d41ba6370
Regenerate projects
7 years ago
Matt Olson
82b732313b
Fix default pool keep alive
...
* The default value for the pool_keep_alive param for RpcServer
references an incorrect constant.
* This means that the default value for the pool keep alive will
be 30, which is higher than the default value for the server
poll_period, which is 1.
7 years ago
Mark D. Roth
f7e72560b6
Add experimental API for resetting connection backoff.
7 years ago
Srini Polavarapu
2794a6cae6
regenerate projects
7 years ago