Moien Tajik
|
943c386ada
|
remove unused namespaces from example classes
|
4 years ago |
Moien Tajik
|
3054749cab
|
make main methods async
|
4 years ago |
Jan Tattermusch
|
fee304d352
|
remove C# jessie x86 dockerfile
|
4 years ago |
Jan Tattermusch
|
27d10bffbf
|
adjust unitypackage
|
4 years ago |
Jan Tattermusch
|
e7f5fe1605
|
dont include x86 grpc_csharp_ext for linux and mac
|
4 years ago |
Richard Belleville
|
928e3b2fa5
|
Spruce up docstrings
|
4 years ago |
Richard Belleville
|
f2059ee6be
|
Implement grpc.Future interface in SingleThreadedRendezvous
|
4 years ago |
Yash Tibrewal
|
04f6f3676e
|
Merge pull request #24503 from yashykt/noxdsfix
Fix --define=grpc_no_xds=true builds
|
4 years ago |
Yash Tibrewal
|
1edc2e78cc
|
Merge pull request #24362 from yashykt/fdinterceptor
Experimental support and tests for CreateCustomInsecureChannelWithInterceptorsFromFd
|
4 years ago |
Esun Kim
|
27a1c40f73
|
Reformat source
|
4 years ago |
Yash Tibrewal
|
b555343dd3
|
Revert "Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS""
|
4 years ago |
Yash Tibrewal
|
b62f33cd39
|
Fix --define=grpc_no_xds=true build
|
4 years ago |
Esun Kim
|
eb18b1d27e
|
Fix for google-default-arguments
|
4 years ago |
Esun Kim
|
eab203724a
|
Enable google-default-arguments
|
4 years ago |
Mark D. Roth
|
1f95593de7
|
xds: Set status code to INVALID_ARGUMENT when NACKing.
|
4 years ago |
Esun Kim
|
004480e706
|
Merge pull request #24482 from veblush/tidy-readability-string-compare
[Clang-Tidy] readability-string-compare
|
4 years ago |
Yash Tibrewal
|
02ca015b13
|
Experimental support and tests for CreateCustomInsecureChannelWithInterceptorsFromFd
|
4 years ago |
Vijay Pai
|
6f7a98916b
|
Reduce template use in server
|
4 years ago |
Vijay Pai
|
537e372f71
|
Merge pull request #24491 from vjpai/callback_unary_reactor_code_size
Also reduce templating for ClientUnaryReactor
|
4 years ago |
Esun Kim
|
e37dab3b7f
|
Merge pull request #24483 from veblush/tidy-readability-redundant-control-flow
[Clang-Tidy] Enable readability-redundant-control-flow
|
4 years ago |
Alexander Polcyn
|
69a1115e44
|
Include stddef.h in address_sorting.h
|
4 years ago |
Menghan Li
|
86c6ae9b9f
|
Merge pull request #24504 from menghanl/go_release
Add v1.33.1 release of grpc-go to interop matrix
|
4 years ago |
Mark D. Roth
|
62cfb36c60
|
Merge pull request #24411 from renkelvin/url
[3PI Support] Add url-sourced external account credentials
|
4 years ago |
Jan Tattermusch
|
8957adc218
|
Merge pull request #24440 from jtattermusch/build_nugets_on_linux
Build C# nugets on linux instead of windows for simplicity
|
4 years ago |
Jan Tattermusch
|
858797ae77
|
disable grpc_build_packages.bat
|
4 years ago |
Jan Tattermusch
|
417db4fdd6
|
build C# nugets on linux instead of windows for simplicity
|
4 years ago |
Yash Tibrewal
|
cf26660f44
|
Merge pull request #24408 from yashykt/castore
Certificate Provider Store implementation
|
4 years ago |
Yash Tibrewal
|
ea027f0ef5
|
CertificateProviderStore implementation
|
4 years ago |
Richard Belleville
|
de90ff64d5
|
Merge pull request #24478 from gnossen/runtime_protos_wkt
[gRPC Easy] Make Well-Known Types Available to Runtime Protos
|
4 years ago |
Richard Belleville
|
514dacb107
|
Merge pull request #24450 from mtorromeo/patch-2
Allow grpcio to be built against system re2
|
4 years ago |
Eric Gribkoff
|
fcea4aa38e
|
Merge pull request #24435 from voidzcy/impl/add_protos_for_circuit_breaking_test
Add proto definitions for xDS circuit breaking test
|
4 years ago |
ZHANG Dapeng
|
ed1614308e
|
Merge pull request #24502 from grpc/dapengzhang0-patch-1
Update grpc-java to 1.33.0 in the interop_matrix
|
4 years ago |
Menghan Li
|
997d31ef60
|
Add v1.33.1 release of grpc-go to interop matrix
Also add the missing old releases
|
4 years ago |
ZHANG Dapeng
|
74c334a90d
|
Update grpc-java to 1.33.0 in the interop_matrix
|
4 years ago |
Chengyuan Zhang
|
86aad0f707
|
Update stats RPC service definition.
|
4 years ago |
Mark D. Roth
|
8e84e63a83
|
Merge pull request #24481 from markdroth/xds_circuit_breaking_global_atomic
Use a global atomic for circuit breaking call counter.
|
4 years ago |
Chuan Ren
|
4c93d36d08
|
Add url-sourced external credentials
|
4 years ago |
yulin-liang
|
cf29dda100
|
Add some debug logs for flaky cfstream and cronet tests.
|
4 years ago |
Richard Belleville
|
905bb9834a
|
Switch names around
|
4 years ago |
Chengyuan Zhang
|
b498681b5a
|
Delete an empty line.
|
4 years ago |
Massimiliano Torromeo
|
88b5952945
|
Allow grpcio to be built against system re2
|
4 years ago |
Lidi Zheng
|
8a2959f555
|
Merge pull request #24363 from lidizheng/shutdown-cython
Replace grpc_shutdown_blocking with grpc_shutdown in Cython
|
4 years ago |
Richard Belleville
|
fbffae6903
|
Merge pull request #24449 from mtorromeo/patch-1
Do not build with boringssl ASM when using system openssl
|
4 years ago |
Esun Kim
|
914fbf45cf
|
Merge pull request #24484 from veblush/tidy-misc-unused-using-decls
[Clang-Tidy] Enable misc-unused-using-decls
|
4 years ago |
Menghan Li
|
ad4b505e30
|
xds testing: add path matching and header matching to test desc
|
4 years ago |
Richard Belleville
|
b0dfa295a0
|
Buildifier
|
4 years ago |
Esun Kim
|
bd8b33dac9
|
Merge pull request #24489 from veblush/tidy-misc-definitions-in-headers
[Clang-Tidy] Enable misc-definitions-in-headers
|
4 years ago |
Jan Tattermusch
|
e2a346e466
|
Merge pull request #24425 from jtattermusch/modernize_helloworld_xamarin
Modernize C# HelloworldXamarin example
|
4 years ago |
Vijay Pai
|
476743786b
|
Also reduce templating for ClientUnaryReactor
|
4 years ago |
Vijay Pai
|
97924fcfb2
|
Merge pull request #24420 from vjpai/sync_client_code_size_v2
Reduce sync client templating for protobuf without protobuf dependence
|
4 years ago |