Lidi Zheng
e9c67f23f3
Add a new environment variable GRPC_BAZEL_BUILD
6 years ago
Lidi Zheng
48ccc2477c
Prevent the Bazel hack from affecting environment other than Bazel
6 years ago
Lidi Zheng
d209deb14b
Revert "Revert "Merge pull request #17644 from lidizheng/bzl-py3""
...
This reverts commit 7da0aacef2
.
6 years ago
Vijay Pai
cb190846cd
Merge pull request #18107 from truongnh1992/cleanup
...
Reformat hyperlink, secure https and fix typos
6 years ago
Richard Belleville
f6cba4b2fb
Merge pull request #18108 from grpc/enable-load-reporting
...
Enable Load Reporting
6 years ago
Richard Belleville
4f299d84ed
Add private _finalize_state method to ServicerContext
6 years ago
Vijay Pai
62688b6a05
Merge pull request #18102 from longkb/remove_redandant_words
...
Remove the redundant words in comments
6 years ago
Nguyen Hai Truong
9cf00ed80b
Reformat some link and fix typos
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Vijay Pai
731a6a997c
Merge pull request #18105 from vjpai/qps_stats
...
Fix counters in callback streaming QPS benchmarks
6 years ago
Vijay Pai
9b9dc654df
Merge pull request #18103 from truongnh1992/fix-typos
...
Trivial fix many typos
6 years ago
Vijay Pai
453c6331b6
Fix counters in streaming QPS benchmarks
6 years ago
Jan Tattermusch
84189ad71a
Merge pull request #11795 from hesmar/cmake_crosscompile
...
when cross-compiling, the host grpc_cpp_plugin should be used
6 years ago
Nguyen Hai Truong
5c52622fa6
Trivial fix many typos
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Kim Bao Long
0203bf74f5
Remove the redundant words in comments
...
Although it is spelling mistakes, it might make an affects while reading docs.
Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com>
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
6 years ago
Jan Tattermusch
68381892d3
Merge pull request #18085 from jtattermusch/csharp_csproj_cleanup
...
C#: csproj cleanup
6 years ago
Vijay Pai
318c67782a
Merge pull request #18097 from equinox1993/master
...
Move thread body logic into a private static method
6 years ago
Richard Belleville
fef60e1697
Merge pull request #18054 from tuanvcw/fixing_doc
...
Fix many typos in doc
6 years ago
Yuwei Huang
72035e7265
Move thread body logic into a private static method
...
Clang doesn't support adapting calling convention when converting a
non-capturing lambda into a function pointer, and it doesn't
support tagging a lambda with calling convention AFAICT. In
thd_windows.cc, we create the thread body lambda and pass it to
CreateThread(), which fails to build on clang because it cannot
convert the lambda into stdcall function. Note that this bug only
happens when building for x32 architecture. x64 is not affected because
there is only one standard x64 calling convention.
This change fixes this by moving the thread body logic into a private
static method and tagging it with WINAPI (which expands to __stdcall).
6 years ago
apolcyn
69b2d57042
Merge pull request #18084 from apolcyn/fix_ares_windows_with_logging
...
Fix c-ares on Windows "DNS resolution failure" triggered by logging
6 years ago
Stanley Cheung
0c91494fa0
Merge pull request #17862 from jerrycmh/memory_leak_test
...
Memory Leak Test for php unit tests
6 years ago
hcaseyal
f327b83706
Merge pull request #18093 from grpc/revert-17770-lb_policy_picker_api
...
Revert "LB policy picker API"
6 years ago
hcaseyal
275296c594
Revert "LB policy picker API"
6 years ago
Alex Polcyn
0f794e1e3c
Fix c-ares on Windows bug triggered by tracing
6 years ago
Jan Tattermusch
f640a548b8
"protocol" is too general to be in nuget pkg tags
6 years ago
Soheil Hassas Yeganeh
b3b5d63423
Merge pull request #17931 from soheilhy/channelz-threshold-fix
...
Fix an issue upon setting kEmptinessTheshold.
6 years ago
Jan Tattermusch
dd6951e9d8
nuget package icon, use recommended license tag
6 years ago
Jan Tattermusch
966d49795c
change nuget package copyright to gRPC Authors
6 years ago
Jan Tattermusch
2131798b7f
update nuget package descriptions
6 years ago
Jan Tattermusch
7ace2a5240
cleanup Grpc.Tools.csproj
6 years ago
Jan Tattermusch
cf5cffcc2d
csproj cleanup
6 years ago
Soheil Hassas Yeganeh
db38d4ca9b
Merge pull request #17939 from vertextao/gpr_mu_cv-leak-test
...
Add ASAN-only leak detection for gpr_mu/cv and fix the newly caught leaks
6 years ago
Eric Gribkoff
b7947776f8
Merge pull request #16513 from ericgribkoff/python_unit_fork_tests
...
Add fork tests as Python unit tests
6 years ago
Eric Gribkoff
ff0d2195cf
address comments
6 years ago
Nicolas Noble
3dacd1afc4
Merge pull request #18079 from grpc/revert-17903-flakynetworktest
...
Revert "Added test for RPCs over a flaky network"
6 years ago
hcaseyal
cecea9c592
Revert "Added test for RPCs over a flaky network"
6 years ago
Jerry
a7cb65b119
Remove useless comment and add EOL
6 years ago
Vijay Pai
0c1b8f91a0
Merge pull request #17971 from KeithMoyer/master
...
Fix tautological comparison
6 years ago
Nicolas Noble
e34bf69a05
Merge pull request #18076 from grpc/revert-17797-channel
...
Revert "Folding the Channel class into the grpc_impl namespace."
6 years ago
Nicolas Noble
2ad245cb0c
Revert "Folding the Channel class into the grpc_impl namespace."
6 years ago
Eric Gribkoff
2ea6d3ef0b
Add fork tests as Python unit tests
6 years ago
Jan Tattermusch
04cdb18266
Merge pull request #18039 from jtattermusch/csharp_unity_android_il2cpp
...
C#: Fix il2cpp build on Unity Android.
6 years ago
Jan Tattermusch
0e4c184845
use internal variable
6 years ago
Markus Heß
0d7a0ded1c
when cross-compiling, the host grpc_cpp_plugin should be used
6 years ago
Jan Tattermusch
8ba48b42ce
dummy grpc_csharp_ext stubs should never be reached
6 years ago
xtao
7260eb62ff
use static_cast to convert type instead of explicit type casting.
6 years ago
xtao
7cbb42bb9e
define GPR_ATTRIBUTE_NO_TSAN by using GPR_HAS_FEATURE.
6 years ago
xtao
7766912dda
fix more detected mu/cv leaks
6 years ago
xtao
902820a5de
1) fix the asan tests caught leaks;
...
2) fix the tsan tests caught data races;
6 years ago
xtao
c03496fdac
1) remove unnecessary initialization;
...
2) correct comment grammar issue;
3) fix the newly caught leaks;
6 years ago
xtao
fb3b85a81a
1) Add MACRO GPR_HAS_FEATURE; 2) Add test code within GRPC_ASAN_ENABLED for gpr_mu/cv mem-leak detection.
6 years ago