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
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
apolcyn
a07fcbcc27
Merge pull request #16014 from wework/protobuf/ruby_package
...
support for ruby_package options
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
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
Dylan Thacker-Smith
78f3f44efb
ruby: Raise instead of hanging if grpc is used before and after fork
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
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
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
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
Alexander Polcyn
964d679edc
Resolve ip literals and Windows localhost manually when using c-ares
6 years ago
ncteisen
b9a174ab15
Add check on server for channelz accessor
6 years ago
Noah Eisen
71aa60265c
Merge pull request #16360 from ncteisen/channelz-cpp-server
...
Channelz++ Part 3: GetServers Support
6 years ago
Yash Tibrewal
b8193d58b3
Merge pull request #16594 from yashykt/statusdr
...
Make batch_error an atomic to avoid data races
6 years ago
Nicolas Noble
c16eba8a4c
Merge pull request #16599 from markdroth/subchannel_list_ubsan_fix
...
Fix ubsan error in subchannel_list code.
6 years ago
Vijay Pai
20778b0c46
Address reviewer comments
6 years ago
Nathan Herring
916a686ef3
Revert "Use grpc_slice_unref_internal"
...
This reverts commit 147826a909
.
6 years ago
Nathan Herring
2d8c682cac
Revert "Missing #include"
...
This reverts commit 234fdc6fbf
.
6 years ago
Eric Anderson
2ec802fe53
Merge pull request #16601 from zhangkun83/java_release_1.15.0
...
Add v1.15.0 release of grpc-java
6 years ago
Kun Zhang
71e0ca94e9
Add v1.15.0 release of grpc-java
6 years ago
Yash Tibrewal
b6bb49dbf7
reinterpret casts for compiler checks
6 years ago
Yang Gao
de11358660
Merge pull request #16600 from grpc/revert-16574-health_checking_service
...
Revert "Second attempt: Implement Watch method in health check service."
6 years ago
Mark D. Roth
42d9becd91
Revert "Second attempt: Implement Watch method in health check service."
6 years ago
ncteisen
6ef3b0dc2b
Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-server
6 years ago