ncteisen
b8f030bc0b
reformat
6 years ago
ncteisen
ff26cd1173
Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels
6 years ago
ncteisen
e0ae6c73ec
Fix bug with proxy end2end test
6 years ago
Muxi Yan
da8c26f302
Merge pull request #16261 from muxi/dynamic-cfstream-init
...
Use environment variable to enable CFStream
6 years ago
ncteisen
ccf04c4511
WIP
6 years ago
ncteisen
c850354423
Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels
6 years ago
Mehrdad Afshari
e495476b1e
Merge pull request #16324 from grpc/mehrdada-patch-1
...
Fix minor typo in documentation
6 years ago
Srini Polavarapu
daf21c6737
Merge pull request #16321 from srini100/master
...
Merge from v1.14.x
6 years ago
Mehrdad Afshari
e58d400ba2
Fix type reference in documentation
6 years ago
Stanley Cheung
70c8a58b29
Merge pull request #16320 from stanley-cheung/remove-php-macos-build-artifact
...
No need to build artifact for PHP MacOS
6 years ago
Muxi Yan
84ac8c2e5c
Merge pull request #16325 from muxi/add-new-line
...
Add newline to end of load_system_roots.h
6 years ago
Jan Tattermusch
e786b33fb4
Merge pull request #16322 from jtattermusch/csharp_protobuf_update361
...
C#: upgrade protobuf nugets to v3.6.1
6 years ago
Jan Tattermusch
46f8637bf7
Merge pull request #16308 from jtattermusch/csharp_ios_crash_workaround
...
C#: avoid shutdown crash on iOS
6 years ago
Muxi Yan
9bde41b8e8
Merge pull request #16271 from muxi/verbose-error
...
Surface error_string to ObjC users
6 years ago
Muxi Yan
d1a17392a3
Merge pull request #16213 from muxi/fix-ios8-con-mon
...
Fix GRPCCall refcounting issue
6 years ago
Muxi Yan
d7a7c71849
clang_format
6 years ago
Jan Tattermusch
1b59cc8606
use AtomicCounter to avoid unnecessary grpc_init invocations
6 years ago
Muxi Yan
151e30567b
Add newline to end of header
6 years ago
Mehrdad Afshari
b7b1e77943
Fix minor typo in documentation
6 years ago
Stanley Cheung
9993869d04
lint fix
6 years ago
yihuaz
f3839c8a25
Merge pull request #16183 from yihuazhang/google_default_creds_cloud_path_test
...
Add cloud-path interop tests using google default credentials
6 years ago
Stanley Cheung
54e7b24b9a
Remove if clause too
6 years ago
Eric Gribkoff
ea7c0a60c5
Merge pull request #16296 from ericgribkoff/close_segfault_fix
...
Check if Python channel is closed before starting core ops
6 years ago
Jan Tattermusch
537503dc1a
C#: upgrade protobuf nugets to v3.6.1
6 years ago
Jan Tattermusch
fa2961abd8
Merge pull request #16315 from jtattermusch/csharp_try_unflake_distribtests
...
Refresh certs in C# distribtest dockerfiles
6 years ago
Jan Tattermusch
2f7f5b9ede
Merge pull request #16293 from jtattermusch/xamarin_forms_fix
...
Standardize layout of Grpc.Core nuget package
6 years ago
Jan Tattermusch
10bcfaa491
Merge pull request #16317 from jtattermusch/owners_replace_mattkwong
...
Owners: replace matt-kwong
6 years ago
Srini Polavarapu
2feba5fc39
Merge from v1.14.x
6 years ago
Yihua Zhang
f621eee4cf
run cloud-to-prod interop tests with google default credentials
6 years ago
Stanley Cheung
fbde7d3786
No need to build artifact for PHP MacOS
6 years ago
Srini Polavarapu
23d7ea43e6
Merge pull request #16303 from srini100/master
...
Add v1.14.1 to interop matrix
6 years ago
Jan Tattermusch
e08fa33796
regenerate CODEOWNERS
6 years ago
Jan Tattermusch
9e5550a741
remove matt-kwong from OWNERS
6 years ago
Jan Tattermusch
8e68ab855f
refresh certs in C# distribtest dockerfiles
6 years ago
Jan Tattermusch
1619916ce8
Merge pull request #16314 from jtattermusch/fix_mac_interop
...
Fix macos interop_to_prod tests ("out of disk space")
6 years ago
Jiangtao Li
757df7ff7b
Merge pull request #16284 from jiangtaoli2016/root
...
update roots.pem
6 years ago
Jan Tattermusch
730931e308
Merge pull request #16311 from jtattermusch/fix_build_packages_mkdir_race
...
Fix mkdir race in build_packages task
6 years ago
Jan Tattermusch
cca1dbda74
fix macos interop_to_prod tests
6 years ago
Jan Tattermusch
2ac04db0d2
Merge pull request #16283 from grpc/ssl-and-performance
...
Create ssl-performance.md
6 years ago
Jan Tattermusch
c8c71657b0
fix mkdir race in build_packages task
6 years ago
Jan Tattermusch
2583dc802a
regenerate doxygen
6 years ago
Jan Tattermusch
152c413224
Improvements to ssl-performance.md
6 years ago
Jan Tattermusch
69984f6682
C#: avoid shutdown crash on iOS
6 years ago
Jan Tattermusch
753f4dccd6
Add PlatformApis.IsUnityIOS
6 years ago
Jiangtao Li
69d6694409
Merge pull request #16083 from tdbhacks/system-root-clean-history
...
Added system roots feature to load roots from OS trust store
6 years ago
Yash Tibrewal
4bdb0e398c
Merge pull request #16288 from yashykt/combinernotify
...
Explictly Flush exec_ctx after resetting call_combiner_set_notify_on_…
6 years ago
Srini Polavarapu
fc0b3073b1
Add v1.14.1 to interop matrix
6 years ago
Mehrdad Afshari
24d80601cb
Merge pull request #16266 from jadekler/add_python_docs_link
...
Add python server reflection link
6 years ago
tdbhacks
bcd747d42d
Added system roots feature to load roots from OS trust store
...
Added a flag-guarded feature that allows gRPC to load TLS/SSL
roots from the OS trust store. This is the Linux-specific
implementation of such feature.
6 years ago
Eric Gribkoff
5a664d7260
check if channel is closed before starting core ops
6 years ago