Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Regenerate projects | Mehrdad Afshari | 2018-02-26 |
| | |||
* | Regenerate projects | Mehrdad Afshari | 2018-02-22 |
| | |||
* | Eliminate GenericInterceptor to simplify this PR | Mehrdad Afshari | 2018-02-22 |
| | |||
* | Polish and address review comments | Mehrdad Afshari | 2018-02-22 |
| | |||
* | Move InterceptingCallInvoker to its own file | Mehrdad Afshari | 2018-02-22 |
| | |||
* | Add more documentation comments for continuation | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add test for interceptor registration code paths | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Make GenericInterceptor internal for now | Mehrdad Afshari | 2018-02-21 |
| | | | | Also change `*Arbitrator` to `*Hooks`. | ||
* | Turn ClientInterceptorContext into a struct | Mehrdad Afshari | 2018-02-21 |
| | | | | ...and move it into its own file. | ||
* | Simplify service-side interceptor code | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add documentation remarks about order of interception | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add more tests for ServerInterceptor | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Simplify ServerInterceptorTest to leverage GenericInterceptor | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add server-side interceptor helper facility to GenericInterceptor | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add more tests for client interceptors | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add Intercept(metadata=>metadata) helper function | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Simplify ClientHeaderInterceptor in ClientBase with GenericInterceptor | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Simplify the AddHeaderClientInterceptor with GenericInterceptor | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add GenericInterceptor to help writing client interceptors | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add basic tests for C# interceptors | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add C# server-side interceptor machinery | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add C# client-side interceptor machinery | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Add C# Interceptor base class | Mehrdad Afshari | 2018-02-21 |
| | |||
* | Internalize gpr_thd except for id and currentid | Vijay Pai | 2018-02-12 |
| | |||
* | Merge pull request #14348 from mehrdada/upmerge | Mehrdad Afshari | 2018-02-07 |
|\ | | | | | Upmerge 1.9.x to master | ||
* | | Replace message/deflate,gzip with deflate,gzip | Muxi Yan | 2018-02-06 |
| | | |||
| * | Upmerge branch 'v1.9.x' into 'master' | Mehrdad Afshari | 2018-02-05 |
|/| | |||
| * | Bump version to 1.9.1 | Ken Payson | 2018-02-05 |
| | | |||
* | | fix typo | Shohei Kamimori | 2018-02-05 |
| | | |||
| * | Merge pull request #14231 from ctaggart/sourcelink-create | Jan Tattermusch | 2018-02-02 |
| |\ | | | | | | | use SourceLink.Create.CommandLine instead of Embed | ||
| * | | Regenerate projects | Mehrdad Afshari | 2018-01-31 |
| | | | |||
| | * | use SourceLink.Create.CommandLine instead of Embed | Cameron Taggart | 2018-01-29 |
| |/ | |||
| * | Regenerate projects | Mehrdad Afshari | 2018-01-26 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-24 |
|\ \ | | | | | | | | | | fix-stream-compression-config-interface | ||
| | * | Merge pull request #14114 from jtattermusch/bump_190_pre2 | Mehrdad Afshari | 2018-01-24 |
| | |\ | | | | | | | | | 1.9.0-pre1 is now 1.9.0-pre2 | ||
| * | | | Merge pull request #14118 from grpc/v1.9.x | Jan Tattermusch | 2018-01-22 |
| |\| | | | | | | | | | | Upmerge changes from v1.9.x | ||
| | | * | regenerate projects | Jan Tattermusch | 2018-01-22 |
| | | | | |||
| | * | | fix leak caused by csharp context pooling | Jan Tattermusch | 2018-01-22 |
| | |/ | |||
| * | | Regenerate projects | Mehrdad Afshari | 2018-01-19 |
| | | | |||
| | * | Regenerate projects | Mehrdad Afshari | 2018-01-19 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-19 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
| * | dispose requestCallContextPool on environment shutdown | Jan Tattermusch | 2018-01-19 |
| | | |||
| * | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | | |||
| * | Merge pull request #14025 from jtattermusch/csharp_plugin_error_msg | Jan Tattermusch | 2018-01-16 |
| |\ | | | | | | | C#: Better log message when auth interceptor throws | ||
| * \ | Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure | Jan Tattermusch | 2018-01-16 |
| |\ \ | | | | | | | | | Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"" | ||
| | | * | better log message when auth interceptor throws | Jan Tattermusch | 2018-01-16 |
| | |/ | |/| | |||
| * | | do not throw and eat exceptions in C# connectivity watcher | Jan Tattermusch | 2018-01-09 |
| | | | |||
| * | | try embedding sources for a start | Jan Tattermusch | 2018-01-05 |
| | | | |||
| * | | prepare for SourceLink support | Jan Tattermusch | 2018-01-05 |
| | | | |||
| | * | metadata plugin update statuses in wrapped langs | Jan Tattermusch | 2017-12-14 |
| |/ |