Bill Feng
ade5193c3f
Merge pull request #18479 from billfeng327/feature/reinstate-rbe-windows
...
Reinstated Bazel Windows local build
6 years ago
rmstar
82040c8d77
Merge pull request #17727 from rmstar/examples_bazel
...
Added bazel build targets for cpp examples
6 years ago
Prashant Jaikumar
4f2d8a0014
Fix bazel build for examples
...
Fixed the bazel build for some code in the examples directory.
6 years ago
Jan Tattermusch
bbf51d633c
Merge pull request #18562 from grpc/jtattermusch-patch-3
...
bazel RBE instructions: Fix link to nonexistent docs
6 years ago
Bill Feng
d29de0ed0b
removed unused configs
6 years ago
Bill Feng
3d03c2d97c
fixed comments
6 years ago
Jan Tattermusch
67be581ff4
Merge pull request #18389 from AdamLeMmon01/Fix-comment-spelling-for-channel
...
Update Channel.cs
6 years ago
Bill Feng
c1b03b68da
Merge remote-tracking branch 'upstream/master' into feature/reinstate-rbe-windows
6 years ago
Vijay Pai
11b00d99f0
Merge pull request #18553 from vjpai/header_remove
...
Remove unneeded header files
6 years ago
Jan Tattermusch
5fba3425c0
Fix link to unexistent docs
6 years ago
Bill Feng
29d855751f
removed excessive end2end targets
6 years ago
Bill Feng
719bdcfd6a
temporarily disable all poller-enabled tests for Windows
6 years ago
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
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
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
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
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
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
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