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
Juanli Shen
cb87dd9fef
Merge pull request #16287 from jl2922/patch-1
...
include cmath to fix gcc8 compilation error
6 years ago
apolcyn
9963a1b87d
Merge pull request #15914 from apolcyn/windows_dns_queries
...
Enable c-ares queries on Windows
6 years ago
Junhao Li
5cb99c9592
fix format
6 years ago
Mehrdad Afshari
5059fd1957
Merge pull request #16285 from grpc/revert-16235-master
...
Revert "adding python version environmental markers in the new style"
6 years ago
Alex Polcyn
5cd8b1eb81
Enable c-ares queries on Windows
6 years ago
Yash Tibrewal
db1a5962e0
Explictly Flush exec_ctx after resetting call_combiner_set_notify_on_cancel to avoid the need to take refs on the stack for cancellation closures on exec_ctx
6 years ago
Junhao Li
b9decfb35d
include cmath to fix gcc8 compilation error
...
This fix resolves the following compilation error on GCC8.1.1:
ERROR: /home/junhao/tools/grpc/BUILD:1350:1: C++ compilation of rule '//:grpcpp_server_load_reporting' failed (Exit 1)
src/cpp/server/load_reporter/util.cc:31:12: error: no member named 'isnormal' in namespace 'std'
if (std::isnormal(cost_value)) {
~~~~~^
1 error generated.
6 years ago
Mehrdad Afshari
fd1771cfa0
Revert "adding python version environmental markers in the new style"
6 years ago
jiangtaoli2016
a49a2a824d
update roots.pem
6 years ago
Nicolas Noble
7faa3fecad
Update assembly code heading a bit.
6 years ago
Nicolas Noble
b60c1f10cd
Ruby always disables assembly.
6 years ago
Jan Tattermusch
cc131600d5
use recommended names for MonoAndroid and Xamarin.iOS
6 years ago
Jan Tattermusch
ddc7fd845b
make Grpc.Core nuget work for Xamarin.Forms
6 years ago
Nicolas Noble
310a5b9dcd
Create ssl-performance.md
...
First draft
6 years ago
Jan Tattermusch
e916e79cb8
Merge pull request #16281 from jtattermusch/unity_deduplicate_guids
...
Deduplicate GUIDs for unity .meta files
6 years ago
Jan Tattermusch
15b1f6b292
deduplicate GUIDs for unity .meta files
6 years ago
Jan Tattermusch
a6b6c215a6
Merge pull request #15597 from jtattermusch/protobuf_submodule_36x
...
Upgrade third_party/protobuf to 3.6.1
6 years ago
Srini Polavarapu
d8020cb6da
Merge pull request #16276 from srini100/v1.14.x
...
Revert #15983 - gRPC channels blocking indefinitely and not respecting deadlines on network disconnect
6 years ago
Yang Gao
3954cf945d
Merge pull request #16204 from Capstan/cli-channel
...
Create a --channel_creds_type flag for grpc_cli.
6 years ago
Muxi Yan
d562ad11ac
clang-format
6 years ago
Muxi Yan
07f190d2d5
Fix binary_size.py
6 years ago
Muxi Yan
5f2f984be1
update environment_variable.md
6 years ago
Srini Polavarapu
949096934d
Revert #15983 - gRPC channels blocking indefinitely and not respecting deadlines on network disconnect
6 years ago
Nathan Herring
e1a0f235e1
Shorten flag value to gdc.
6 years ago
Muxi Yan
b9e53ee368
Nit polish on the user manual
6 years ago
Mehrdad Afshari
6ce3f20d23
Merge pull request #16256 from mehrdada/upmerge1.14.x
...
Upmerge 1.14.x into master
6 years ago
adelez
6c3aa171f4
Merge pull request #16274 from adelez/update_readme
...
Update README
6 years ago
Srini Polavarapu
67e8ddaf51
Merge pull request #16263 from srini100/mergable-config
...
Add lang check
6 years ago
Srini Polavarapu
79e1ec2fcd
Merge pull request #16275 from srini100/v1.14.x
...
Bump version to 1.14.1 and regen projects.
6 years ago
Mehrdad Afshari
158eeee2dd
Upmerge branch 'v1.14.x' into master
6 years ago
Srini Polavarapu
7d41ba6370
Regenerate projects
6 years ago
Srini Polavarapu
bcd237d6aa
Bump version to 1.14.1
6 years ago
Srini Polavarapu
f3cef385e5
Merge pull request #16237 from grpc/revert-16179-fix_again
...
Revert "Immediately run write closures for failed stream"
6 years ago
Muxi Yan
8617879613
Add test for returned debug information
6 years ago
Muxi Yan
e8e73bfd8d
Update document
6 years ago
Adele Zhou
3b1e34843b
Update README
6 years ago
Muxi Yan
520bcfb64a
Upgrade protobuf podspecs in grpc
6 years ago
Jan Tattermusch
405408e614
Merge pull request #16269 from jtattermusch/rbe_master_no_caching
...
Better way to disable bazel caching on master
6 years ago
Muxi Yan
8a8f33928f
clang-format
6 years ago
Muxi Yan
df5205f74d
clang-format
6 years ago
Matthew Bender
68f549e43f
Update instructions to include how to satisfy gFlags prerequisite on a mac
6 years ago
Muxi Yan
ae013976b2
Surface error_string to ObjC users
6 years ago
Nathan Herring
3b2b237b3b
Make `google_default_credentials` be an additional channel type.
6 years ago
Mark D. Roth
60069baa6a
Merge pull request #16225 from markdroth/reset_connection_backoff
...
Reset connection backoff
6 years ago
Jan Tattermusch
1cc7904eca
better way to disable bazel caching
6 years ago
Jan Tattermusch
23c3c47756
rephrase comment
6 years ago
Jan Tattermusch
666dc76835
regenerate C# protos
6 years ago
Jan Tattermusch
d404e322bf
run make_grpcio_tools.py
6 years ago