Vijay Pai
a1e87be377
Merge branch 'master' into callback_codegen_client_unary
6 years ago
Vijay Pai
42a0ed43cb
Add a test
6 years ago
Vijay Pai
0e5b2a7946
Merge pull request #16638 from vjpai/callback_exceptions
...
EXPERIMENTAL: Catch exceptions in user callbacks
6 years ago
apolcyn
8ad90b42a7
Merge pull request #16477 from ganmacs/rescue-grpc-call-error
...
Rescue `GRPC::Core::CallError` so that worker threads are not killed
6 years ago
Vijay Pai
c5afb25905
fix golden file
6 years ago
Vijay Pai
1cd9aacab7
Add codegen support for client callback unary calls
6 years ago
Juanli Shen
acff0768ad
Merge pull request #16644 from AspirinSJL/add_interop_matrix
...
Add v1.15.0 to interop matrix
6 years ago
Jan Tattermusch
4e26fcce46
Merge pull request #16635 from jtattermusch/everything_runs_on_kokoro
...
run_tests_matrix: deprecate the --internal_ci argument as everything runs on kokoro now
6 years ago
Juanli Shen
268733bd83
Add v1.15.0 to interop matrix
6 years ago
Noah Eisen
4b8db307dc
Merge pull request #16641 from ncteisen/stats
...
Only Print Stats if They Are Collected
6 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.
6 years ago
Noah Eisen
c33ec79cd8
Only output stats if they were collected
6 years ago
Yash Tibrewal
23ddadb7ca
Noob mistake
6 years ago
Yash Tibrewal
98048811a4
Reviewer comments
6 years ago
Mehrdad Afshari
14610176e3
Merge pull request #16640 from mehrdada/fix-ssl-credentials-null
...
Fix SSL channel credential when an argument is None
6 years ago
Mehrdad Afshari
3586ac1c99
Fix SSL channel credential when an argument is None
6 years ago
Juanli Shen
ef60c57dd5
Merge pull request #16459 from arfaian/master
...
Fix compilation error due to missing absl qualification.
6 years ago
Yash Tibrewal
6584932364
Merge pull request #16639 from yashykt/statustsan
...
Convert status_error to an atomic because it can be accessed from dif…
6 years ago
Yash Tibrewal
51dbd906d6
Convert status_error to an atomic because it can be accessed from different threads at the same time
6 years ago
Yash Tibrewal
4009616b58
Reviewer comments
6 years ago
Vijay Pai
73d89a66f9
Catch exceptions in user callbacks
6 years ago
apolcyn
a07fcbcc27
Merge pull request #16014 from wework/protobuf/ruby_package
...
support for ruby_package options
6 years ago
Jan Tattermusch
ee69685f79
yapf code
6 years ago
apolcyn
ff44983188
Merge pull request #16628 from apolcyn/respect_no_logging
...
Follow by the no_logging param to grpc_parse_ipv6_hostport
6 years ago
Jan Tattermusch
3f0df1c761
Merge pull request #16633 from jtattermusch/csharp_distribtest_restore_flake
...
Work around nuget restore flake in C# distrib tests
6 years ago
Jan Tattermusch
bfcde072c9
run_tests_matrix: everything runs on kokoro
6 years ago
Jan Tattermusch
709e1aa111
C# distrib test flake workaround
6 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
6 years ago
apolcyn
1b6c3a01cf
Merge pull request #16332 from dylanahsmith/ruby-fork-guard
...
ruby: Raise instead of hanging if grpc is used before and after fork
6 years ago
Hope Casey-Allen
967bbcd5d3
Fixing benchmark name and adding a new one
6 years ago
Dylan Thacker-Smith
78f3f44efb
ruby: Raise instead of hanging if grpc is used before and after fork
6 years ago
Yash Tibrewal
1819935efb
Merge branch 'master' into statuscaution
6 years ago
Alexander Polcyn
2062504cd7
Follow the no_logging param to parse_ipv6_host_port
6 years ago
Yash Tibrewal
07eecd8421
Merge pull request #16470 from yashykt/linuxversion
...
Include linux/version.h in port_platform.h
6 years ago
Yash Tibrewal
edfec1b131
Merge pull request #16419 from yashykt/tcpusertimeout
...
Set TCP_USER_TIMEOUT socket option for linux
6 years ago
Vijay Pai
db01bf793a
Add callback-based alarms
6 years ago
Yang Gao
8bce2a643b
Merge pull request #16299 from Capstan/cli-client-cert
...
Add flags to use client certs for cli.
6 years ago
Jan Tattermusch
ea232d16d3
Merge pull request #16620 from jtattermusch/port_picking_foundry_fun
...
Avoid collisions with ephemeral ports on foundry
6 years ago
Jan Tattermusch
d0bbb86a2b
avoid collisions with ephemeral ports on foundry
6 years ago
Yash Tibrewal
18a6a012f2
Merge branch 'master' into linuxversion
6 years ago
Yash Tibrewal
8afddf1c48
Merge branch 'master' into tcpusertimeout
6 years ago
Yash Tibrewal
2f6640f005
Add logging to be sure about set values
6 years ago
Hope Casey-Allen
5b27941372
Even cleaner implementation that does not modify the grpc_mdelem struct.
6 years ago
adelez
20345b21bb
Merge pull request #16611 from adelez/long_conn
...
Added long_connection test.
6 years ago
Adele Zhou
165417e4fa
Change the test name to long_lived_channel
6 years ago
Jiangtao Li
8ff6bcf0cc
Merge pull request #16613 from jiangtaoli2016/root
...
Update TLS root perm (monthly, if needed).
6 years ago
Jan Tattermusch
2972071810
Merge pull request #16608 from jtattermusch/foundry_upload_durations
...
Upload test duration for foundry tests
6 years ago
Adele Zhou
094dc6822c
Added long_connection test.
6 years ago
Yash Tibrewal
5f2bb7a7d4
s/GRPC/gRPC
6 years ago
Jan Tattermusch
1e69a21beb
upload test duration for foundry tests
6 years ago