Lidi Zheng
56605cd55d
Merge pull request #18488 from lidizheng/example-errors
...
Add Python example for error handling
6 years ago
Stanley Cheung
e4c2c4fd1a
Merge pull request #18539 from kellegous/ini
...
Add ini settings for fork support to PHP extension.
6 years ago
Mark D. Roth
25e33fd3f3
Merge pull request #18437 from markdroth/data_plane_combiner
...
Split data plane and control plane into their own combiners.
6 years ago
Mark D. Roth
59cb5193f9
Split data plane and control plane into their own combiners.
6 years ago
Kelly Norton
3107cda311
Add ini settings for fork support to PHP extension.
6 years ago
Stanley Cheung
906c85b47a
Merge pull request #18558 from stanley-cheung/php-fix-shutdown
...
PHP: should use grpc_shutdown_blocking
6 years ago
Vijay Pai
277bd3f48c
Merge pull request #18552 from vjpai/server_callback_comments
...
Callback API comments
6 years ago
Stanley Cheung
bb96e30434
PHP: should use grpc_shutdown_blocking
6 years ago
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
Yash Tibrewal
9dede0f029
Merge pull request #18462 from yashykt/execctxfork
...
Remove unnecessary else condition
6 years ago
rmstar
2e2cecebbf
Merge pull request #18381 from rmstar/concurrentrequests
...
Fix bug in CFStream endpoint
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
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
2ed030b3e8
Merge branch 'master' into grpc_namespace_channelz_service_plugin
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
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
murgatroid99
93dc0d6ec3
Update fix with new information from post
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
murgatroid99
084ebec9af
Update jessie-backports URL
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
yang-g
8f77928e04
Log error to stderr
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