Jan Tattermusch
ade435e981
add build_packages and distribtest kokoro jobs
7 years ago
Mehrdad Afshari
c06c4b1f1b
Merge pull request #14833 from mehrdada/v1.10.x
...
Bump v1.10.x to 1.10.1-pre1
7 years ago
Mehrdad Afshari
e1a9f170b5
regenerate projects
7 years ago
Mehrdad Afshari
80a629fa00
bump version to 1.10.1-pre1
7 years ago
Noah Eisen
e3ff57c8ba
Merge pull request #14828 from ncteisen/flow-control-v1.10.x
...
Flow control v1.10.x
7 years ago
ncteisen
acd8822a86
Fix objc macos build
7 years ago
ncteisen
7ee8aa58f6
Fix flow control bug
7 years ago
Yang Gao
5065e35ee2
Merge pull request #14804 from yang-g/too_many_pings
...
cherrypick PR14787 to 1.10.x
7 years ago
yang-g
1f7e8cb4a4
Properly reset pings_before_data_required
7 years ago
Mehrdad Afshari
474c595068
Merge pull request #14545 from mehrdada/final-1-10-0
...
Bump version to 1.10.x #glamorous
7 years ago
Mehrdad Afshari
b6d35fd9ea
Regenerate projects
7 years ago
Mehrdad Afshari
f41880e7fd
v1.10.0x is now v1.10.0
7 years ago
Mehrdad Afshari
a98c569b57
Merge pull request #14526 from mehrdada/bump-1-10-0-pre2
...
Bump version to 1.10.0-pre2
7 years ago
Mehrdad Afshari
3c600553c2
Merge pull request #14533 from mehrdada/cleangarbage
...
Delete garbage from Python source packages
7 years ago
Mehrdad Afshari
fdddab5af1
Delete garbage from Python source packages
7 years ago
Mehrdad Afshari
1546b2ae7c
Regenerate projects
7 years ago
Mehrdad Afshari
cf2f04aaa2
Bump version to 1.10.0-pre2
7 years ago
Mehrdad Afshari
7f734dd761
Merge pull request #14501 from y-zeng/fix_max_idle
...
Cancel max idle timer when shutting down the server channel
7 years ago
Yuchen Zeng
af9f81cbb0
Cancel max idle timer when shutting down the server channel
7 years ago
Matt Kwong
01e5057190
Merge pull request #14515 from matt-kwong/fips-frags
...
Include Boringssl fips_fragments files in headers for building
7 years ago
Matt Kwong
77f77f7e34
Include Boringssl fips_fragments files in headers for building
7 years ago
Mehrdad Afshari
5b0685b6c2
Fix submodule handling in dockerized tests
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
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