kpayson64
544a8f4b99
Remove kpayson64 & mehrdada from mentors
7 years ago
Muxi Yan
5699cfcd45
Merge pull request #14318 from muxi/add-logging-interface
...
Add mobile log interface to ObjC
7 years ago
Mark D. Roth
a90d718cb8
Merge pull request #14455 from markdroth/grpclb_channel_args
...
Refactor code for generating balancer channel args.
7 years ago
Mehrdad Afshari
cb90b14db3
Merge pull request #14504 from grpc/v1.10.x
...
Fix dockerized Linux artifact builds on master (upmerge from 1.10.x)
7 years ago
Mehrdad Afshari
a2310c0000
Merge pull request #14495 from mehrdada/master
...
Bump master to v1.11.x #gorgeous
7 years ago
Mehrdad Afshari
5b0685b6c2
Fix submodule handling in dockerized tests
7 years ago
Mehrdad Afshari
b57b0b9235
Merge v1.10.x into master
...
Prevents merge conflicts on future upmerges
7 years ago
Mehrdad Afshari
9073ea03ef
Regenerate projects
7 years ago
Mehrdad Afshari
7d82f79db5
Bump version to v1.11 #gorgeous
7 years ago
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
Muxi Yan
1a6d3a529b
Add comments to the interface
7 years ago
Muxi Yan
9184779531
Merge pull request #14480 from muxi/create-grpc-c++-podspec
...
Patch gRPC-C++ podspec to work with Apple framework
7 years ago
adelez
5d0480a88c
Merge pull request #14469 from adelez/foundry_integration
...
Add more bazel tests
7 years ago
Muxi Yan
95029b31ee
Merge pull request #14474 from muxi/fix-grpc++
...
Add deprecated grpc++ sanity check for src directory
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
6ef0159e8e
Make C++ cocoapods example work
7 years ago
Muxi Yan
48396479c0
Build typo fix
7 years ago
Muxi Yan
b19c525796
Disable Tests subspec
7 years ago
Muxi Yan
6be15eef08
Patch gRPC-C++.podspec to support framework
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