Lidi Zheng
7bb9e33d1a
Add one more import path for py_test
6 years ago
Yang Gao
ca846bbcbb
Merge pull request #18524 from yang-g/cli
...
Log error to stderr
6 years ago
Vijay Pai
fb5c385208
Remove unneeded header files
6 years ago
Lidi Zheng
93bab217be
Fix the import order to make hack work
6 years ago
Vijay Pai
847b0155d9
Promise to call OnStarted and forbid Start* until after OnStarted
6 years ago
Muxi Yan
faa4bb8b0c
Allow user to explicitly disable CFStream with env var "grpc_cfstream=0"
6 years ago
Karthik Ravi Shankar
fc50caf725
Fix clang format issues
6 years ago
Karthik Ravi Shankar
b8713cf08e
Merge branch 'master' into grpc_namespace_server_load_reporting
6 years ago
Karthik Ravi Shankar
3fe9361827
Make BUILD.gn and generate_projects.sh fix
6 years ago
Karthik Ravi Shankar
f463ae2b05
Merge branch 'master' into grpc_namespace_auth_metadata_processor
6 years ago
Karthik Ravi Shankar
fe65432a72
Make BUILD.gn fixes
6 years ago
Karthik Ravi Shankar
40440b9f9c
Merge branch 'master' into grpc_namespace_generic_stub
6 years ago
Yash Tibrewal
9dede0f029
Merge pull request #18462 from yashykt/execctxfork
...
Remove unnecessary else condition
6 years ago
Karthik Ravi Shankar
858e0dffe9
Merge branch 'master' into grpc_namespace_error_details
6 years ago
Karthik Ravi Shankar
2f2ed7228b
Fix clang_format_code.sh errors
6 years ago
rmstar
2e2cecebbf
Merge pull request #18381 from rmstar/concurrentrequests
...
Fix bug in CFStream endpoint
6 years ago
Karthik Ravi Shankar
7068560b2b
Merge branch 'master' into grpc_namespace_server_credentials
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
Karthik Ravi Shankar
8d22a7b775
Fix BUILD.gn file
6 years ago
Karthik Ravi Shankar
e4945761f3
Merge branch 'master' into grpc_namespace_healthserviceinterface
6 years ago
Karthik Ravi Shankar
da78fdc051
Fix BUILD.gn files
6 years ago
Karthik Ravi Shankar
1bb2db83d8
Merge branch 'master' into grpc_namespace_channel_create_posix
6 years ago
Karthik Ravi Shankar
da1ea4d77e
Fix BUILD.gn files
6 years ago
Karthik Ravi Shankar
20f3e29d41
Merge branch 'master' into grpc_namespace_channel_create
6 years ago
Karthik Ravi Shankar
2ed030b3e8
Merge branch 'master' into grpc_namespace_channelz_service_plugin
6 years ago
Karthik Ravi Shankar
12cd0dbd1d
Fix BUILD.gn file
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
Karthik Ravi Shankar
76860add9b
Fix error from presubmit test scripts.
6 years ago
Karthik Ravi Shankar
577ddfb1a1
Move ServerInitializer to grpc_impl namespace from grpc
6 years ago
Karthik Ravi Shankar
7660adfd80
Fix BUILD.gn file
6 years ago
Karthik Ravi Shankar
ab2bf7abf0
Fix presubmit script errors.
6 years ago
Karthik Ravi Shankar
a88e3f4c2e
Move ServerBuilderOption from grpc to grpc_impl namespace
6 years ago
Lidi Zheng
85bcce2e08
Fix typo in BUILD.bazel
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
murgatroid99
961f25bd27
Slightly different check-valid-until fix
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
Bill Feng
cdf3e001cb
wip selective build for windows
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
Prashant Jaikumar
4e9e662729
Fixed bug in CFStream endpoint.
...
We were failing to return an error when the transport tried to write to an endpoint that was in an errored state.
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