Mehrdad Afshari
deae9d8563
Merge pull request #14502 from mehrdada/testdocker
...
Fix Linux Artifact builds
7 years ago
Mehrdad Afshari
2fc4ad1ed9
Fix Linux artifact builds
...
Change `git submodule` copying mechanism from the host
to the docker container to use `git clone` instead of
`git submodule update --init --reference`, which reaches
out to the network and fails on older docker containers
with deprecated openssl versions that do not support
modern TLS versions required by GitHub, e.g. manylinux1.
This fixes artifact builds for protoc and Python on Linux.
7 years ago
Mehrdad Afshari
756acb78f6
Merge pull request #14494 from mehrdada/v1.10.x
...
v1.10.x is now v1.10.0-pre1
7 years ago
Mehrdad Afshari
005d63da4c
Regenerate projects
7 years ago
Mehrdad Afshari
d9cab8443c
Bump version to 1.10.0-pre1
7 years ago
Mehrdad Afshari
b74e050112
Merge pull request #12613 from mehrdada/csharp_interceptors_take_two
...
C# Interceptor Support
7 years ago
Mehrdad Afshari
a7c1b6251c
Eliminate GenericInterceptor to simplify this PR
7 years ago
Mehrdad Afshari
074b802c9f
Polish and address review comments
7 years ago
Mehrdad Afshari
8f1eab1b29
Move InterceptingCallInvoker to its own file
7 years ago
Muxi Yan
0aa0324058
Merge pull request #14433 from muxi/add-cronet-bin-base64
...
Add binary metadata support for cronet transport
7 years ago
Mehrdad Afshari
c3d71f8b28
Add more documentation comments for continuation
7 years ago
apolcyn
a6ed5165a2
Merge pull request #14479 from apolcyn/fix_log_h
...
Move up port platform in log.h
7 years ago
Mehrdad Afshari
23b9e0de2e
Add test for interceptor registration code paths
7 years ago
Mehrdad Afshari
c1c29e3046
Make GenericInterceptor internal for now
...
Also change `*Arbitrator` to `*Hooks`.
7 years ago
Mehrdad Afshari
6235ea9b60
Turn ClientInterceptorContext into a struct
...
...and move it into its own file.
7 years ago
Mehrdad Afshari
cd918d99e8
Simplify service-side interceptor code
7 years ago
Mehrdad Afshari
89bdba9f8a
Add documentation remarks about order of interception
7 years ago
Mehrdad Afshari
62f9f53b7a
Add more tests for ServerInterceptor
7 years ago
Mehrdad Afshari
0126b1c6e9
Simplify ServerInterceptorTest to leverage GenericInterceptor
7 years ago
Mehrdad Afshari
6c3cb22991
Add server-side interceptor helper facility to GenericInterceptor
7 years ago
Mehrdad Afshari
e97fe27f68
Add more tests for client interceptors
7 years ago
Mehrdad Afshari
2354a1d76e
Add Intercept(metadata=>metadata) helper function
7 years ago
Mehrdad Afshari
4bc49f5c4b
Simplify ClientHeaderInterceptor in ClientBase with GenericInterceptor
7 years ago
Mehrdad Afshari
b604750f2a
Simplify the AddHeaderClientInterceptor with GenericInterceptor
7 years ago
Mehrdad Afshari
ef4d4e8904
Add GenericInterceptor to help writing client interceptors
7 years ago
Mehrdad Afshari
e954dff656
Add basic tests for C# interceptors
7 years ago
Mehrdad Afshari
4df68ae330
Add C# server-side interceptor machinery
7 years ago
Mehrdad Afshari
b8e3624554
Add C# client-side interceptor machinery
7 years ago
Mehrdad Afshari
6cde06129f
Add C# Interceptor base class
7 years ago
Muxi Yan
48396479c0
Build typo fix
7 years ago
Muxi Yan
6c9a87c174
Polish infer_length_after_decode and add test cases
7 years ago
Muxi Yan
9ef1f359ca
Put infer_length_after_decode in bin_decoder
7 years ago
Muxi Yan
09bd5c0b1b
convert cronet headers to metadata in one function
7 years ago
Alexander Polcyn
1bc550132a
Fix ruby artifact build
7 years ago
David G. Quintas
d555bd8543
Merge pull request #14472 from jtattermusch/dualstack_socket_test_attempt2
...
Further increase deadline in dualstack_socket_test
7 years ago
Mark D. Roth
39d5121cb7
Merge pull request #14473 from markdroth/lb_policy_crash
...
Fix crash when failing to create an LB policy.
7 years ago
Muxi Yan
5262c087d8
Merge pull request #14468 from muxi/fix-grpc++
...
Fix grpc++->grpcpp leftover files
7 years ago
Mark D. Roth
9b32d9c4f3
Merge pull request #14437 from yihuazhang/security_connector_replacement
...
Security connector replacement
7 years ago
Mark D. Roth
3ef4af2eae
Fix crash when failing to create an LB policy.
7 years ago
Jan Tattermusch
9429f7dfc9
increase deadline in dualstack_socket_test
7 years ago
Muxi Yan
9614395928
Fix grpc++->grpcpp leftover files
7 years ago
Jiangtao Li
085a3afcae
Merge pull request #14466 from jiangtaoli2016/ssl_test
...
Re-enable mismatched ALPN SSL tests for boringSSL.
7 years ago
Vijay Pai
af32232337
Merge pull request #14465 from y-zeng/rm_owner
...
Remove C++ end2end test owners
7 years ago
Noah Eisen
b4a6e6a3fc
Merge pull request #14434 from ncteisen/macos-warning
...
Fix compiler warning
7 years ago
adelez
14616bfc7a
Merge pull request #14451 from adelez/foundry_integration
...
Bazel support: run end2end tests with different pollers
7 years ago
Yuchen Zeng
8c259b1a62
Remove C++ end2end test owners
7 years ago
kpayson64
3156f1858a
Merge pull request #14449 from kpayson64/less_logging
...
Lower debug logging on epollex
7 years ago
jiangtaoli2016
19eddbef5e
Re-enable mismatched ALPN SSL tests for boringSSL.
7 years ago
Mark D. Roth
824b21e13a
Merge pull request #13870 from markdroth/c++_lb_policy
...
C++ LB policy API
7 years ago
Yihua Zhang
75f0a9fbd2
place security_connector in its own subdirectory
7 years ago