Jan Tattermusch
7d489f6a44
use process architecture instead of OS architecture
6 years ago
Jan Tattermusch
8665e94b11
make Grpc.Tools work inside 32bit docker container on linux
6 years ago
Jan Tattermusch
2ebbac117b
Use msbuild in C# distribtests for legacy .csproj
6 years ago
Jan Tattermusch
80fb0ce67f
add Google.Protobuf dependency to legacy csproj
6 years ago
Jan Tattermusch
133ff03e97
classic .csproj Grpc.Tools test
6 years ago
Jan Tattermusch
89281d4498
test protobuf used
6 years ago
Jan Tattermusch
326e06256b
C# distribtests should test Grpc.Tools codegen too
6 years ago
Soheil Hassas Yeganeh
4ef6a27427
Merge pull request #18545 from soheilhy/tcp-win-null-deref
...
Fix a NULL deref in tcp_client_windows.cc
6 years ago
Guantao Liu
ad55cf8900
Merge pull request #18501 from guantaol/avoid_executor
...
Avoid using grpc_core::Executor when the background poller is available
6 years ago
Vijay Pai
a8f90b6df1
Merge pull request #18534 from vjpai/reactor_refactor
...
Clarify callback APIs by moving comments from internal
6 years ago
Mark D. Roth
934e31d7d1
Merge pull request #18357 from markdroth/address_list_not_in_channel_args
...
Restructure how addresses and service config are passed from resolver to LB policy
6 years ago
Lidi Zheng
478fec7d50
Merge pull request #18300 from lidizheng/disable-flaky-windows-gevent-test
...
Disable two flaky gevent tests
6 years ago
Soheil Hassas Yeganeh
b0e75a42d2
Fix a NULL deref in tcp_client_windows.cc
...
`grpc_sockaddr_to_uri(addr)` can return nullptr, and we are directly
passing it to grpc_slice_from_copied_string. Clusterfuzz found this
issue in https://clusterfuzz.com/testcase-detail/5188592759603200
Use "NULL" when target URI is nullptr, to avoid null deref.
Fixes 18544
6 years ago
Vijay Pai
abb991be25
Further clarify some APIs by removing their comments from internal::
6 years ago
Jan Tattermusch
a1fac43aff
Merge pull request #18500 from jtattermusch/csharp_authcontext_constructor
...
Make AuthContext constructor public
6 years ago
Vijay Pai
acbd8d14e0
Merge pull request #18493 from vjpai/callback_comments
...
Comments for all callback API methods
6 years ago
Vijay Pai
9169159f30
Comments for all callback API methods
6 years ago
Yash Tibrewal
59ffdd9929
Merge pull request #18491 from yashykt/httpclosuresched
...
Use GRPC_CLOSURE_SCHED instead of GRPC_CLOSURE_RUN in complete_closure_step
6 years ago
Lidi Zheng
c9b4d8347b
Merge pull request #18522 from lidizheng/fix-cython-int
...
Attempt to not depend on stdint.h
6 years ago
Guantao Liu
b3c8d918d1
Merge remote-tracking branch 'upstream/master' into avoid_executor
6 years ago
apolcyn
d65e661dfc
Merge pull request #18519 from apolcyn/fho_update_cares
...
Update the c-ares submodule to the 1.15 release
6 years ago
Soheil Hassas Yeganeh
65ec942940
Merge pull request #18475 from soheilhy/fix-jwt
...
Fix compilation error in JWT using const_cast.
6 years ago
Lidi Zheng
04697287b7
Attempt to not depend on stdint.h
6 years ago
Lidi Zheng
9062335ae8
Merge pull request #18515 from lidizheng/merge-v1.19.x
...
Upmerge v1.19.x
6 years ago
Fabian Holler
cab0c36d99
adapt cares config headers files to new version
...
2250b598fe
introduced a new HAVE___SYSTEM_PROPERTY_GET define, adapt the
ares_config.h files.
6 years ago
Fabian Holler
8c49802f75
add strsplit.c, strsplit.h files to build and test files
...
The files are new in the updated cares release.
6 years ago
Fabian Holler
113e84b8dd
update cares to version cares-1_15_0
...
This fixes the issue: https://github.com/grpc/grpc/issues/16688
Which causes that grpc can not be build because of the following
compiler error:
third_party/cares/cares/ares_init.c: In function ‘ares_dup’:
third_party/cares/cares/ares_init.c:301:17: error: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer- memaccess] sizeof(src->local_dev_name));
6 years ago
Lidi Zheng
9906cf203c
Merge pull request #18514 from lidizheng/fix-env
...
Correct the default DNS resolver to ares
6 years ago
Lidi Zheng
5268858e6c
Merge pull request #18456 from jhance/gil-fix
...
Make gil handling in completion queue more robust
6 years ago
Yang Gao
8bbfbec4e4
Merge pull request #18497 from yang-g/callback
...
Fully log test scenario
6 years ago
Mark D. Roth
206592ce9c
Restructure how addresses and service config are passed from resolver to LB policy.
6 years ago
Jan Tattermusch
632191f890
Merge pull request #18446 from JunTaoLuo/error-list
...
Ensure errors link to correct line numbers through the VS Error List
6 years ago
Lidi Zheng
c3215ea25b
Add per-platform details for GRPC_DNS_RESOLVER
6 years ago
Lidi Zheng
450ec5a340
Merge branch 'v1.19.x'
6 years ago
Lidi Zheng
d1dc707908
Correct the default DNS resolver to ares
6 years ago
Soheil Hassas Yeganeh
2e7d071755
Merge pull request #18502 from grpc/revert-18242-grpc_namespace_serverbuilder
...
Revert "Moving ::grpc::ServerBuilder to ::grpc_impl::ServerBuilder"
6 years ago
=
68c3414cf4
fix test
6 years ago
John Luo
f699bd8604
Ensure errors link to correct line numbers through the error list
6 years ago
apolcyn
39a35fdb78
Merge pull request #18499 from apolcyn/run_go_cec_test
...
Enable go compute engine channel creds interop test
6 years ago
Karthik Ravi Shankar
e4bb7cb8bb
Revert "Moving ::grpc::ServerBuilder to ::grpc_impl::ServerBuilder"
6 years ago
Nicolas Noble
4e1a89c78c
Merge pull request #18495 from grpc/forgotten-csharp
...
Adding missing language :P
6 years ago
Nicolas Noble
4e58922d0d
Merge pull request #18498 from nicolasnoble/memset-breakout-1
...
Breakout of #18445 - part 1
6 years ago
Vijay Pai
f4fdd829d7
Merge pull request #17892 from RohanTalip/HandlerParameter-doc
...
Renamed the param in the documentation for HandleParameter to match the actual parameter.
6 years ago
Guantao Liu
53065db366
Clang formatting
6 years ago
Guantao Liu
872d2787a0
Avoid using grpc_core::Executor when the background poller is available.
...
Instead, run closures in the background poller. This will generally
avoid the thread hop in the gRPC runtime.
6 years ago
Karthik Ravi Shankar
88fc2a6a52
Merge pull request #18242 from grpc/grpc_namespace_serverbuilder
...
Moving ::grpc::ServerBuilder to ::grpc_impl::ServerBuilder
6 years ago
Jan Tattermusch
c40f959de5
make AuthContext constructor public
6 years ago
Jan Tattermusch
6fb62c4bae
Merge pull request #18486 from JamesNK/jamesnk/grpccoreapi-version
...
Fix Grpc.Core.Api assembly version
6 years ago
Nicolas "Pixel" Noble
55e280b7a5
Breakout of #18445 - part 1
6 years ago
Alexander Polcyn
ecb3dec651
Enable go compute engine channel creds interop test
6 years ago