aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-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 #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
| | | | | | |
* | | | | | | Call destructor if thread was ever constructedGravatar Vijay Pai2018-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
| | | | | |
* | | | | | Fix header includesGravatar Vijay Pai2018-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
| | | | | |
| | * | | | Fix ruby artifact buildGravatar Alexander Polcyn2018-02-21
| | | | | |
| * | | | | Merge pull request #14472 from jtattermusch/dualstack_socket_test_attempt2Gravatar David G. Quintas2018-02-21
| |\ \ \ \ \ | | |/ / / / | |/| | | | Further increase deadline in dualstack_socket_test
| | | | * | Check sanity of src directoryGravatar Muxi Yan2018-02-21
| | | | | |
* | | | | | Move destructor and Start to implementationGravatar Vijay Pai2018-02-21
| | | | | |
* | | | | | Header inclusionGravatar Vijay Pai2018-02-21
| | | | | |
| * | | | | Merge pull request #14473 from markdroth/lb_policy_crashGravatar Mark D. Roth2018-02-21
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Fix crash when failing to create an LB policy.
* | | | | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
|\| | | | |
| * | | | | Merge pull request #14468 from muxi/fix-grpc++Gravatar Muxi Yan2018-02-21
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix grpc++->grpcpp leftover files
| * \ \ \ \ \ Merge pull request #14437 from yihuazhang/security_connector_replacementGravatar Mark D. Roth2018-02-21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Security connector replacement
| | | | * | | | Fix crash when failing to create an LB policy.Gravatar Mark D. Roth2018-02-21
| | | | | | | |
* | | | | | | | MinGW requires lambdas to set their calling method if neededGravatar Vijay Pai2018-02-21
| | | | | | | |
| | | | | * | | increase deadline in dualstack_socket_testGravatar Jan Tattermusch2018-02-21
| | |_|_|/ / / | |/| | | | |
* | | | | | | wip for Windows portGravatar Vijay Pai2018-02-20
| | | | | | |