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 |
Stephan Zehetner
|
59f8157123
|
optimize Metadata.Entry normalization and validation check. Replaced Regex with custom loop, avoid string allocation if input is already lowercase.
|
6 years ago |
Stephan Zehetner
|
d16d13a976
|
avoid Tuple allocation in ClientBaseConfigurationInterceptor
|
6 years ago |
Stephan Zehetner
|
3729329a3f
|
avoid byte[] allocation when reading empty strings from native memory
|
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 |
jiangtaoli2016
|
d1263c8c90
|
Update TLS root perm (monthly, if needed).
|
6 years ago |
Vijay Pai
|
3bc10c0f44
|
Merge pull request #16492 from vjpai/client_callback
EXPERIMENTAL: C++ generic client-side unary callback API
|
6 years ago |
Vijay Pai
|
0382d06248
|
Don't use cq_tag on Server CallOpSet's yet
|
6 years ago |
Noah Eisen
|
584dd05646
|
Merge pull request #16080 from ncteisen/clang-tidy
Fix Clang Tidy (again...)
|
6 years ago |
apolcyn
|
b13097de54
|
Merge pull request #16420 from apolcyn/localhost_windows_hack
When using c-ares, resolve ip literals and Windows localhost on our own
|
6 years ago |
ncteisen
|
6656bc7398
|
regenerate projects
|
6 years ago |
ncteisen
|
157e7fa03e
|
fix clang tidy
|
6 years ago |
Noah Eisen
|
e914bbac72
|
Merge pull request #16606 from ncteisen/fix-channelz-server
Add Check on Server for Channelz Accessor
|
6 years ago |