Srini Polavarapu
b0efc103e3
Regenerate projects
6 years ago
xichengliudui
d9b508c896
Fix various typos in .cc and .md and .py files
6 years ago
Alexander Polcyn
5c85f5a1a0
Ruby: refactor init/shutdown logic to avoid using atexit; fix windows
6 years ago
Yihua Zhang
a3d997cbdc
Add a TLS credential surface API (experimental)
6 years ago
matoro
6ca6a06075
Ruby tooling: respect user toolchain overrides
...
While compilation flag overrides for the Ruby native extension are
currently functional, specifying an alternate compiler is not, as the
Rbconfig values for key toolchain binaries are hardcoded at compile time
of the Ruby interpreter. This patch allows them to be overrridden on
the command line via standard environment variables, defaulting to the
Rbconfig values only if unspecified by the user.
6 years ago
Sanjay Pujare
ad54166f92
Regenerate projects
6 years ago
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
6 years ago
Muxi Yan
da14743f1a
Generate projects
6 years ago
Muxi Yan
f3e4ae633e
Regenerate projects
6 years ago
Srini Polavarapu
25cd16ae58
Regenerate projects
6 years ago
Srini Polavarapu
1bf93a76f5
Regenerate projects
6 years ago
ncteisen
693f46841a
Add GetServer to core
6 years ago
Stanley Cheung
3dd82ec3c2
Regenerate projects
6 years ago
Alexander Polcyn
f6e8417627
Move package_options.proto file for ruby test
6 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