Mark D. Roth
cdd9e3ce59
Merge pull request #24214 from markdroth/grpclb_subchannel_wrapping
...
Change grpclb to wrap the subchannels instead of attaching the attributes to them.
4 years ago
Alex Merry
6c53881b7d
Fix undefined behavior when Python plugin is given no args
...
Split() was incrementing the iterator past the end iterator when given
an empty string, which is undefined behaviour, and triggered an assert
when compiled with debug iterators in MSVC.
4 years ago
Jan Tattermusch
e816aa34af
buildifier format
4 years ago
Yash Tibrewal
4013fd9dc9
Merge pull request #24313 from yashykt/xdscredscpp
...
C++ API to create Xds channel credentials
4 years ago
Yash Tibrewal
c52cb09f47
Add experimental XdsCredentials with support for insecure channel_credentials and security_connector
4 years ago
Karthik Ravi Shankar
30ed4a50aa
Merge pull request #24355 from karthikravis/cleanup
...
Move channel plugin from grpc_impl to grpc
4 years ago
Benjamin Reed
9757a09ec4
Merge pull request #24350 from codeblooded/python/bug/add-server-port
...
Add --server_port flag to python benchmark worker
4 years ago
Esun Kim
afd0526f4c
Merge pull request #24247 from veblush/tls
...
Replacing all TLS variants with the C++11 thread_local
4 years ago
Esun Kim
8e2895c6c1
Merge pull request #24372 from veblush/six
...
Upgrade six 1.15
4 years ago
Esun Kim
5c12bcc747
Merge pull request #24377 from veblush/apple-ver
...
Clean up DEPLOYMENT_TARGET
4 years ago
Esun Kim
7195239ace
Merge pull request #24373 from veblush/python39
...
Rebuild manylinux images to include python 3.9
4 years ago
yulin liang
2b8a531651
Merge pull request #24253 from yulin-liang/user-agent
...
Add transport information into grpc-objc user-agent.
4 years ago
Alexander Polcyn
eed39b385a
Allow --qps_server_target_override to configure clients even if the driver isn't configuring any servers
4 years ago
Richard Belleville
9c41697873
Merge pull request #24326 from gnossen/fix_fork_interop
...
Remove uses of PIPE in Fork Interop Tests
4 years ago
Esun Kim
86050be0cf
Clean up DEPLOYMENT_TARGET
4 years ago
Lidi Zheng
9e2b8cee07
Install Cython for Python 3.9 for artifact building jobs
4 years ago
Esun Kim
cc742fabe5
Rebuild manylinux images to include python 3.9
4 years ago
Esun Kim
37bfa6f247
Merge pull request #24364 from veblush/grpc_shutdown_blocking
...
Replace grpc_shutdown_blocking with grpc_shutdown
4 years ago
Esun Kim
44f138e0b2
Use STDCPP_TLS for major platforms
4 years ago
Esun Kim
1ee0c88817
Add GPR_STDCPP_TLS
4 years ago
Esun Kim
a3811b288d
Merge pull request #24213 from veblush/del-slice_traits
...
Delete slice_traits.h
4 years ago
Esun Kim
a07345a5e2
Upgrade six 1.15
4 years ago
Esun Kim
8e9e895ffc
Replace grpc_shutdown_blocking with grpc_shutdown
4 years ago
Jan Tattermusch
7533b4bfb4
RBE: rely on labels to select the right worker pool
4 years ago
Jan Tattermusch
31f573c69d
use e2 instances in GCE creation scripts
4 years ago
Stanley Cheung
5256cdf895
Merge pull request #24234 from HannahShiSFB/special-status-msg-interop-test
...
PHP: add special status msg interop test
4 years ago
Yash Tibrewal
70656d0805
Sanitize cronet_status.cc - missing new line
4 years ago
Lidi Zheng
a910dc1802
Remove 3.9 Windows support
4 years ago
Esun Kim
b64d0bf1cb
Merge pull request #24283 from veblush/ndk-bump
...
Removing TLS workaround for Android NDK r12b
4 years ago
Esun Kim
be23ad0ed1
Merge pull request #24282 from veblush/ios-bump
...
Bump iOS and OSX version
4 years ago
Lidi Zheng
89b34444f8
Merge pull request #24341 from grpc/revert-24337-revert-24289-aio-import-dot
...
Revert "Revert "Allow asyncio API to be imported as grpc.aio""
4 years ago
Lidi Zheng
faad140178
Use /passive mode instead of /quite mode
4 years ago
donnadionne
104f9fe35a
Merge pull request #24358 from donnadionne/v1.33.x_branch_version
...
V1.33.x branch version
4 years ago
donnadionne
7983083dda
Merge pull request #24357 from donnadionne/v1.34.x_master_bump
...
v1.34.x master bump
4 years ago
Lidi Zheng
81abd221d3
Try to see what's wrong
4 years ago
Donna Dionne
aa7b10f659
Bump version to v1.33.x-pre1: regenerate projects
4 years ago
Donna Dionne
d6b1468349
Bump version to v1.33.x-pre1
4 years ago
yulin liang
c6510ea9ce
Merge pull request #24342 from yulin-liang/flaky-cfstream
...
Modify podfile of CFStreamTests.
4 years ago
Donna Dionne
aafe657978
Bump version to v1.34.x: regenerate projects
4 years ago
Donna Dionne
9792ea3caa
Bump version to v1.34.x
4 years ago
Lidi Zheng
4fa90f42ce
Support pre-compiled Python 3.9 wheels
4 years ago
Karthik Ravi Shankar
4f6e13519c
Move channel plugin from grpc_impl to grpc
...
Reverts: https://github.com/grpc/grpc/pull/18375
4 years ago
Lidi Zheng
6336930029
Check file name instead of package name
4 years ago
root
12d36782cf
add special status msg interop test
4 years ago
Ben Reed
9a00264e9b
Add --server_port flag to python benchmark worker
...
The benchmark workers for most gRPC languages support a `--server_port`
flag. When specified, the server accepts traffic on this port. This is
true even if a port is specified in the ServerConfig message of a
Scenario.
This change adds this flag to the benchmark worker for Python, allowing
it to adopt the same behavior.
4 years ago
Vijay Pai
c07b075e65
Merge pull request #24340 from vjpai/cpp_generator
...
Remove C++ default generation of preserialized request call
4 years ago
root
3896e9ffce
del php5 ifdefs from ext
4 years ago
Yang Gao
b02a310857
Merge pull request #24346 from yang-g/creds
...
Change parameter name to be the same as .cc file
4 years ago
Victor Titor
8cc9c4c1a1
Fix mistyping in fork-support
4 years ago
Vijay Pai
83e3edbc2a
Merge pull request #24323 from gluk-w/patch-1
...
Typo
4 years ago