root
e989bb8b83
upgrade to phpunit8.5.8
4 years ago
root
39e2ad44f2
upgrade to phpunit8
4 years ago
root
b73be37404
add a test dockerfile for php8
4 years ago
Yash Tibrewal
abdc490f72
Protect xds security code with environment variable
4 years ago
Lidi Zheng
5ea36eb47c
Revert "Revert "Resolve warnings and deprecations in several scripts in tools""
4 years ago
yulin-liang
fee284d853
Regenerate projects
4 years ago
yulin-liang
2ffa791ae6
Regenerate projects
4 years ago
Jan Tattermusch
3e5e117c92
unify OS detection logic between Grpc.Core.PlatformApis and Grpc.Tools
4 years ago
Jan Tattermusch
dcb3f8c73e
Revert "Resolve warnings and deprecations in several scripts in tools"
4 years ago
Erwin de Haan
6dbdedd9a0
Make RIDs for the native dependencies in Grpc.Core arch specific
4 years ago
Lidi Zheng
76aade3eac
Resolve warnings and deprecations in several scripts in tools
4 years ago
Lidi Zheng
cbab3b4dac
Str and bytes have different interface...
4 years ago
Lidi Zheng
0e275f3d2b
Change to explicitly encode
4 years ago
Lidi Zheng
892e7bacb1
Explicitly set encoding to ascii to prevent TypeError in 3.7+
4 years ago
root
e250601ff2
add ifdef for compiling on php8
4 years ago
Patrice Chalin
3732feb204
Drop "C" from "C core"
4 years ago
yulin-liang
5e175b9de7
Fix ios flaky tests
4 years ago
Patrice Chalin
ff79966313
Simplify src/core/README.md
...
Alternative to #24736 .
4 years ago
yang-g
de7e8a249c
Return given code/message for lame channel rather than Unknown.
4 years ago
Chuan Ren
bedaeb5265
Add aws signature v4 signer
4 years ago
Lidi Zheng
ab96b012ee
Hard code the base of the string to decimal
4 years ago
Yash Tibrewal
d45bbe46e0
File watcher certificate provider config parsing
4 years ago
Lidi Zheng
c0e0207fde
Add the empty line back
4 years ago
Lidi Zheng
a012edf10f
Stop the ctrl-c spam
4 years ago
yulin-liang
27e6e97754
InitialMetadata callback shouldn't be triggered with empty initialMetadata.
4 years ago
Lidi Zheng
89fa7203d0
Add a special optimization for 1 rpc unary-stream sync
4 years ago
Donna Dionne
2dc58be3b5
Protect timeout feature under a flag and added testing.
4 years ago
Donna Dionne
be773d7cca
Add option to priority policy to ignore reresolution requests from a given child.
4 years ago
Jan Tattermusch
cf8792c7de
improve check for Unity runtime
4 years ago
Chengyuan Zhang
30b0a06e8f
Categorize accumulated stats by methods.
4 years ago
Mark D. Roth
27e1c1c56d
clang-tidy: enable google-readability-braces-around-statements
4 years ago
Benjamin Shaya
702edbeee4
Add support for "unix-abstract:" URIs to support abstract unix domain sockets
...
Adapted from #21278 by @mheese
4 years ago
Yash Tibrewal
0d4069a7a3
Update CertificateProviderInstance passing to include certificate name
4 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.
4 years ago
Yash Tibrewal
f22e350b0a
Update bootstrap string for certificate providers
4 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.
4 years ago
capstan
7267c8fcd9
Python3-ize tools/buildgen.
...
* Ran `2to3` on `tools/buildgen` and the `gen_build_yaml.py` files.
* Updated the invocations of python to be explicitly Python 3.
* Changed the loader in `mako_renderer.py` to allow pickle to find the module for pickling `external_version.Version`
* Added a few open-as-binary to placate readers/writers expecting bytes.
* Hand tweaked the templates to remove `iteritems` and fiddle with encodings.
Partially addresses #24359 .
4 years ago
yulin-liang
6436f81167
Second regeneration
4 years ago
yulin-liang
8383c5a94f
generate boringssl prefix headers
4 years ago
yulin-liang
afc556a4c3
renegerate files
4 years ago
Yash Tibrewal
2042c703be
Re-enable testKeepaliveWithV2API
4 years ago
Chuan Ren
2b1265b42f
Add file-sourced external credentials
4 years ago
Mark D. Roth
23618d9ddd
Add XdsChannelCredsRegistry
4 years ago
yulin-liang
2aa2d8e32a
unsafe flags
4 years ago
Esun Kim
f3e75c1fa9
Add stack-tracer to gRPC
4 years ago
Vijay Pai
afe4d1d086
Reduce templating for async client unary call codegen
4 years ago
Yash Tibrewal
e11a670736
Add XdsCertificateProvider
4 years ago
Lidi Zheng
1eedd0a693
Add extra safe guard to prevent this function misbehave again
4 years ago
Mark D. Roth
7ddb18af57
xds: Move use_v3 out of XdsApi, so that we can specify it on a per-server basis.
4 years ago
Ashitha Santhosh
afc8d9c493
Fix compilation errors after clang-tidy upgrade.
4 years ago