Benjamin Krämer
|
91e44c21bc
|
Fix whitespaces
|
4 years ago |
Kraemer, Benjamin
|
e165a33048
|
Add support for Protobuf_ProtoRoot
|
5 years ago |
Kraemer, Benjamin
|
446f72d7a3
|
Bring closer to master
|
5 years ago |
Kraemer, Benjamin
|
d0c7eac97b
|
Readded InteropServices
Needed #if NETCORE
|
5 years ago |
Kraemer, Benjamin
|
861cdf3d01
|
Reverted whitespace changes
|
5 years ago |
Kraemer, Benjamin
|
18b4dd6562
|
Removed unused usings
|
5 years ago |
Kraemer, Benjamin
|
5494c54cee
|
Use same logic in csharp as in cpp
|
5 years ago |
Kraemer, Benjamin
|
906ce37a35
|
Improved folder generation
|
5 years ago |
Kraemer, Benjamin
|
6bcc37b07c
|
Reverted GetDepFilenameForProto
Otherwise it creates conflicts with non-standard $(Protobuf_DepFilesPath)
|
5 years ago |
Kraemer, Benjamin
|
da4fe1e051
|
Updated unit tests
|
5 years ago |
Kraemer, Benjamin
|
31cd1000b2
|
Create generated directories
|
5 years ago |
Kraemer, Benjamin
|
47ec56beb4
|
Avoid collisions in cs files generated by Grpc.Tools
|
5 years ago |
Srini Polavarapu
|
2e2d21d6e5
|
Merge pull request #23213 from srini100/xds_features
xds features in gRPC releases
|
5 years ago |
Esun Kim
|
e01080c800
|
Merge pull request #22984 from veblush/json-run-flaky-fix
Defer the server shutdown until the clients finish calls to avoid tim…
|
5 years ago |
yulin liang
|
96338ada72
|
Merge pull request #23181 from yulin-liang/cronet-transport
Cronet transport issue fix
|
5 years ago |
Srini Polavarapu
|
c9acb66185
|
regenerate projects
|
5 years ago |
srini100
|
815bd8b90f
|
resolving comment
|
5 years ago |
Srini Polavarapu
|
1b72975dfd
|
Merge pull request #23207 from srini100/boringssl_instructions
update boringssl upgrade instructions
|
5 years ago |
Menghan Li
|
c862859161
|
Merge pull request #23137 from menghanl/interop_test_spec_traffic_splitting
|
5 years ago |
yulin-liang
|
060d61e3fb
|
Cronet transport: do an extra read for a trailer-only stream with grpc_status = 0 to trigger on_succeeded() callback.
|
5 years ago |
srini100
|
3040f92254
|
update boringssl instructions
|
5 years ago |
srini100
|
4a8171cda5
|
xds features per release
|
5 years ago |
srini100
|
e17602ab94
|
update boringssl instructions
|
5 years ago |
Eric Gribkoff
|
3f4b0d5f94
|
Merge pull request #23136 from ericgribkoff/qps
Update default xds test qps to 100
|
5 years ago |
Vijay Pai
|
a379951943
|
Merge pull request #23202 from vjpai/flaky
Fix flaky_network_test
|
5 years ago |
ashithasantosh
|
899ea588d0
|
Merge pull request #23189 from michaelywg/import_rbac
Import rbac.proto into gRPC C core
|
5 years ago |
donnadionne
|
eff1579811
|
Merge pull request #23192 from donnadionne/case
reject RouteConfiguration with a case-insensitive RouteMatch
|
5 years ago |
Muxi Yan
|
9156cadd43
|
Merge pull request #23171 from grpc/fix-resource-quota
Do not unref resource user when no allocations are aborted
|
5 years ago |
Esun Kim
|
ed2037d343
|
Update by review
|
5 years ago |
Vijay Pai
|
5a2f60d137
|
Allow skipping canceled check
|
5 years ago |
Donna Dionne
|
b35b463a08
|
reject RouteConfiguration with a case-insensitive RouteMatch
|
5 years ago |
Lidi Zheng
|
5cfe11049b
|
Merge pull request #23201 from lidizheng/fix-del-2
Prevent another exception spam in _ChannelCallState.__del__
|
5 years ago |
Esun Kim
|
0eefd8b209
|
Finish client first completely for client-lead tests
|
5 years ago |
Lidi Zheng
|
72f2b99097
|
Guard _ChannelCallState.__del__ from cygrpc being deallocated early
|
5 years ago |
Lidi Zheng
|
c47bc1a709
|
Merge pull request #23045 from Skyscanner/issue-21953_use-metadata-type
[Aio] Use Metadata type
|
5 years ago |
Lidi Zheng
|
4600e638d1
|
Merge pull request #23197 from lidizheng/fix-rsa
Pin version of RSA package to avoid bad releases
|
5 years ago |
Muxi Yan
|
5e6b089f16
|
Print outstanding allocations in log
|
5 years ago |
Lidi Zheng
|
3f9e2148eb
|
Fix typo ras -> rsa
|
5 years ago |
Lidi Zheng
|
25491305ff
|
Pin to 4.3 instead of 4.0
|
5 years ago |
Lidi Zheng
|
9a3ae47658
|
Pump up the minimum version of google-auth to 1.17.1
|
5 years ago |
Lidi Zheng
|
3bef88ca7e
|
Pin to 4.0
|
5 years ago |
Lidi Zheng
|
e0ca3b1939
|
Pin version of RSA
|
5 years ago |
Vijay Pai
|
8c27a5e37e
|
Merge pull request #23187 from vjpai/end2end
Increase reconnect sleep time in end2end_test to 5x poller interval
|
5 years ago |
michaelywg
|
1e090f8ad9
|
Merge remote-tracking branch 'upstream/master' into import_rbac
|
5 years ago |
michaelywg
|
308fbc6ade
|
Added rbac.proto and dependencies, then ran gen_upb_api.sh
|
5 years ago |
Vijay Pai
|
a1c2f62d7d
|
Merge pull request #22991 from vjpai/status_error
Don't mark server RPC canceled if finished with explicit non-OK status
|
5 years ago |
Vijay Pai
|
fa1c66852b
|
Increase reconnect sleep time to 5x poller interval
|
5 years ago |
Lidi Zheng
|
8cd6ee6297
|
Merge pull request #23176 from lidizheng/fix-del
Avoid attribute error in __del__ of _ChannelCallState
|
5 years ago |
apolcyn
|
84d4fca6d2
|
Merge pull request #23164 from apolcyn/add_overall_deadline_to_soak_test
Add an overall deadline option to interop soak tests to prevent test runner timeouts
|
5 years ago |
Vijay Pai
|
b269fdbf8b
|
Don't mark server RPC canceled if finished with non-OK status
|
5 years ago |