Alexander Polcyn
ef52044862
remove unnecessary grpc_ares_wrapper_fallback.cc
4 years ago
Esun Kim
d1bef160e5
Added upb/json
4 years ago
Esun Kim
d24a66af72
Regen project files
4 years ago
Mark D. Roth
7d46e37251
Add dynamic filters between name resolution and load balancing.
4 years ago
Yash Tibrewal
4105d2ce20
XdsServerBuilder, config fetching per resolved address and delaying bind/listen till fetch is complete
4 years ago
Richard Belleville
61900ace68
Merge pull request #24993 from gnossen/lazy_import_grpc_tools
...
Lazily import grpc_tools when using runtime stub/message generation
4 years ago
Richard Belleville
416f8f6d5c
Factor out error functions
4 years ago
Richard Belleville
3da0a9a68d
Remove trailing whitespace
4 years ago
Richard Belleville
faa4ea2863
Docstring. Formatting
4 years ago
Richard Belleville
6b06bf4938
Lazily import grpc_tools
4 years ago
Donna Dionne
4f8ed98f3e
Xds cluster resolver
...
Implemented new xds cluster resolver config
Separated policy and discovery mechanism
4 years ago
Lidi Zheng
45b4608a02
Correct the type annotation of abort
4 years ago
Yash Tibrewal
c9e99945ec
Add SANs matching for xDS credentials
4 years ago
AJ Heller
880a854f0e
Convert URI parser to C++ #24701
4 years ago
yulin-liang
79ce42425d
Regenerate projects
4 years ago
Mark D. Roth
0e13934764
Eliminate ResolvingLoadBalancingPolicy.
4 years ago
Lidi Zheng
16157cebe9
Hopefully fixed 27 build on winserver2016
...
* Download the working msys64 and use it to compile 27
* Remove the cygwin detection override logic
* Only install Python interpreters in jobs running on winserver2016
* Fix the batch script substring check
* Increase the timeout for related jobs
* TIL that there is an allow list for Kokoro env vars
4 years ago
Lidi Zheng
3da3cc2168
Add limit concurrent RPC feature to asyncio server
...
* Reduce the allocation of new function
5 years ago
Lidi Zheng
511af22c78
Hopefully fixed 27 build on winserver2016
...
* Download the working msys64 and use it to compile 27
* Remove the cygwin detection override logic
* Only install Python interpreters in jobs running on winserver2016
* Fix the batch script substring check
* Increase the timeout for related jobs
* TIL that there is an allow list for Kokoro env vars
5 years ago
Stanley Cheung
ff6bbd4cee
Regenerate projects
5 years ago
Lidi Zheng
a0883ea81a
Found another typo in the comment
5 years ago
Lidi Zheng
06ce4cb51c
Use the correct adjective for false
5 years ago
Lidi Zheng
2996c03114
Fix the emtpy response handling in streaming RPC
5 years ago
Chuan Ren
1faf030cc4
Add aws-sourced external credentials
5 years ago
yulin-liang
fee284d853
Regenerate projects
5 years ago
yulin-liang
2ffa791ae6
Regenerate projects
5 years ago
Lidi Zheng
cbab3b4dac
Str and bytes have different interface...
5 years ago
Lidi Zheng
0e275f3d2b
Change to explicitly encode
5 years ago
Lidi Zheng
892e7bacb1
Explicitly set encoding to ascii to prevent TypeError in 3.7+
5 years ago
Chuan Ren
bedaeb5265
Add aws signature v4 signer
5 years ago
Yash Tibrewal
d45bbe46e0
File watcher certificate provider config parsing
5 years ago
Lidi Zheng
c0e0207fde
Add the empty line back
5 years ago
Lidi Zheng
a012edf10f
Stop the ctrl-c spam
5 years ago
Lidi Zheng
89fa7203d0
Add a special optimization for 1 rpc unary-stream sync
5 years ago
Ben Reed
eacf3ba54f
Make python qps_worker --server_port consistent
...
The python qps_worker was changed in grpc/grpc#24350 , adding support for
the --server_port flag. When the --server_port flag was set, the python
worker ignored the port specified in the Scenario's ServerConfig.
This behavior was inconsistent with Java and Go. In the workers for
those languages, the --server_port flag was used only when the
Scenario's ServerConfig port was unset. It did not override.
This commit alters the behavior of the python qps_worker to match Java
and Go, similar to grpc/grpc#24661 for C++. In addition, it updates the
documentation for the flag.
5 years ago
capstan
3b9484afcb
Rerun tools/buildgen/generate_projects.sh under Python 3.
...
This generates reordered lists, presumably dict traversal issues, and there are whitespace diffs in the emitted .json files.
5 years ago
yulin-liang
afc556a4c3
renegerate files
5 years ago
Chuan Ren
2b1265b42f
Add file-sourced external credentials
5 years ago
Esun Kim
f3e75c1fa9
Add stack-tracer to gRPC
5 years ago
Yash Tibrewal
e11a670736
Add XdsCertificateProvider
5 years ago
Lidi Zheng
1eedd0a693
Add extra safe guard to prevent this function misbehave again
5 years ago
Lidi Zheng
ca2b0f5f07
Fix typo in Python's Windows build
5 years ago
ZhenLian
d5d35650b0
add API to get last modification time of a file
5 years ago
Donna Dionne
5346f0e3fa
Bump version to v1.33.2
5 years ago
Lidi Zheng
85228ef34a
s/streamming/streaming/g
5 years ago
Lidi Zheng
36b46b104a
Add support for unary-stream benchmarking for Python
5 years ago
Richard Belleville
db8647d5dd
Merge pull request #24523 from gnossen/single_threaded_future
...
Implement grpc.Future interface in SingleThreadedRendezvous
5 years ago
Richard Belleville
9b24faf188
Add comment about timeout argument
5 years ago
Esun Kim
4efde0b477
Generating projects
5 years ago
ZhenLian
518ed1303c
Add Credential Loading From Static Providers For TLS Credentials
5 years ago