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
Jan Tattermusch
8665e94b11
make Grpc.Tools work inside 32bit docker container on linux
6 years ago
Bill Feng
d29de0ed0b
removed unused configs
6 years ago
murgatroid99
f08b3ffa67
Fix ruby bundler package version mismatch
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
murgatroid99
2a12b47f0b
Fix other docker build issues
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
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