aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #14487 from apolcyn/port_platform_sanityGravatar apolcyn2018-02-23
|\ | | | | Sanity check for inclusion of port_platform.h
* \ Merge pull request #14318 from muxi/add-logging-interfaceGravatar Muxi Yan2018-02-23
|\ \ | | | | | | Add mobile log interface to ObjC
| | * Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| |/ |/|
* | Merge pull request #14455 from markdroth/grpclb_channel_argsGravatar Mark D. Roth2018-02-23
|\ \ | | | | | | Refactor code for generating balancer channel args.
* \ \ Merge pull request #14504 from grpc/v1.10.xGravatar Mehrdad Afshari2018-02-23
|\ \ \ | | | | | | | | Fix dockerized Linux artifact builds on master (upmerge from 1.10.x)
* \ \ \ Merge pull request #14495 from mehrdada/masterGravatar Mehrdad Afshari2018-02-22
|\ \ \ \ | | | | | | | | | | Bump master to v1.11.x #gorgeous
| | * | | Fix submodule handling in dockerized testsGravatar Mehrdad Afshari2018-02-22
| | | | |
| * | | | Merge v1.10.x into masterGravatar Mehrdad Afshari2018-02-22
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Prevents merge conflicts on future upmerges
| * | | | | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| | | | | |
| * | | | | Bump version to v1.11 #gorgeousGravatar Mehrdad Afshari2018-02-22
|/ / / / /
| | * | | Merge pull request #14502 from mehrdada/testdockerGravatar Mehrdad Afshari2018-02-22
| |/| | | | | | | | | | | | | Fix Linux Artifact builds
| | * | | Fix Linux artifact buildsGravatar Mehrdad Afshari2018-02-22
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * Add comments to the interfaceGravatar Muxi Yan2018-02-22
| | | |
* | | | Merge pull request #14480 from muxi/create-grpc-c++-podspecGravatar Muxi Yan2018-02-22
|\ \ \ \ | | | | | | | | | | Patch gRPC-C++ podspec to work with Apple framework
* \ \ \ \ Merge pull request #14469 from adelez/foundry_integrationGravatar adelez2018-02-22
|\ \ \ \ \ | | | | | | | | | | | | Add more bazel tests
* \ \ \ \ \ Merge pull request #14474 from muxi/fix-grpc++Gravatar Muxi Yan2018-02-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add deprecated grpc++ sanity check for src directory
| | | | * | | Merge pull request #14494 from mehrdada/v1.10.xGravatar Mehrdad Afshari2018-02-22
| |_|_|/| | | |/| | | | | | | | | | | | | v1.10.x is now v1.10.0-pre1
| | | | * | | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| | | | | | |
| | | | * | | Bump version to 1.10.0-pre1Gravatar Mehrdad Afshari2018-02-22
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #12613 from mehrdada/csharp_interceptors_take_twoGravatar Mehrdad Afshari2018-02-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | C# Interceptor Support
| * | | | | | Eliminate GenericInterceptor to simplify this PRGravatar Mehrdad Afshari2018-02-22
| | | | | | |
| * | | | | | Polish and address review commentsGravatar Mehrdad Afshari2018-02-22
| | | | | | |
| * | | | | | Move InterceptingCallInvoker to its own fileGravatar Mehrdad Afshari2018-02-22
| | | | | | |
* | | | | | | Merge pull request #14433 from muxi/add-cronet-bin-base64Gravatar Muxi Yan2018-02-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add binary metadata support for cronet transport
| | * | | | | | Add more documentation comments for continuationGravatar Mehrdad Afshari2018-02-21
| | | | | | | |
* | | | | | | | Merge pull request #14479 from apolcyn/fix_log_hGravatar apolcyn2018-02-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Move up port platform in log.h
| | | * | | | | | Add test for interceptor registration code pathsGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Make GenericInterceptor internal for nowGravatar Mehrdad Afshari2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change `*Arbitrator` to `*Hooks`.
| | | * | | | | | Turn ClientInterceptorContext into a structGravatar Mehrdad Afshari2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and move it into its own file.
| | | * | | | | | Simplify service-side interceptor codeGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add documentation remarks about order of interceptionGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add more tests for ServerInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Simplify ServerInterceptorTest to leverage GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add server-side interceptor helper facility to GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add more tests for client interceptorsGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add Intercept(metadata=>metadata) helper functionGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Simplify ClientHeaderInterceptor in ClientBase with GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Simplify the AddHeaderClientInterceptor with GenericInterceptorGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add GenericInterceptor to help writing client interceptorsGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add basic tests for C# interceptorsGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add C# server-side interceptor machineryGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add C# client-side interceptor machineryGravatar Mehrdad Afshari2018-02-21
| | | | | | | | |
| | | * | | | | | Add C# Interceptor base classGravatar Mehrdad Afshari2018-02-21
| |_|/ / / / / / |/| | | | | | |
| | | | | * | | Make C++ cocoapods example workGravatar Muxi Yan2018-02-21
| | | | | | | |
| | * | | | | | Build typo fixGravatar Muxi Yan2018-02-21
| | | | | | | |
| | | | | * | | Disable Tests subspecGravatar Muxi Yan2018-02-21
| | | | | | | |
| | | | | * | | Patch gRPC-C++.podspec to support frameworkGravatar Muxi Yan2018-02-21
| |_|_|_|/ / / |/| | | | | |
| | * | | | | Polish infer_length_after_decode and add test casesGravatar Muxi Yan2018-02-21
| | | | | | |
| | * | | | | Put infer_length_after_decode in bin_decoderGravatar Muxi Yan2018-02-21
| | | | | | |
| | * | | | | convert cronet headers to metadata in one functionGravatar Muxi Yan2018-02-21
| | | | | | |