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
yang-g
cedc76bf38
Resolve comments
6 years ago
Soheil Hassas Yeganeh
1ccdb0ee26
Alias std::memory_order as grpc_core::MemoryOrder.
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
yang-g
fe3555f0fd
Merge with head and resolve conflict
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
Prashant Jaikumar
b31f402b46
Add flaky_network_test after fixing internal build failures.
...
Re-add flaky_network_test along with a couple of new testcases.
6 years ago
Eric Gribkoff
da1f8d7c66
rpc test fix
6 years ago
Richard Belleville
fef60e1697
Merge pull request #18054 from tuanvcw/fixing_doc
...
Fix many typos in doc
6 years ago
Eric Gribkoff
003212648f
fixup
6 years ago
Eric Gribkoff
77f325a9af
bazel target
6 years ago
Eric Gribkoff
a5c96cf765
fix test
6 years ago
Eric Gribkoff
0346ec2f45
stream_observer->on_next_callback
6 years ago
Eric Gribkoff
830d7d1e61
order
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
Eric Gribkoff
00f85c28c9
update tests.json
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
Eric Gribkoff
9345eac211
non-blocking server streaming for health service
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
yang-g
3227abf717
fix percent en/decode fuzzers
6 years ago
yang-g
298cb4ed90
Fix windows build
6 years ago
yang-g
0df63d3c98
Merge branch 'master' into shutdown
6 years ago
yang-g
6b67506bae
Add back tracked
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
yang-g
86b23adc7f
Other comments
6 years ago
yang-g
3c61849461
python changes
6 years ago
Prashant Jaikumar
1ee4706c7d
Fixed cast in endpoint_cfstream.cc
6 years ago
Prashant Jaikumar
6177befe94
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
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