aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Interceptors
Commit message (Collapse)AuthorAge
* clang-format all the files.Gravatar Soheil Hassas Yeganeh2019-01-07
| | | | | | | | Whenever we run clang-format, gen_build_yaml.py and ServerServiceDefinitionExtensions.cs get modified by the script. Let's commit those changes so that these file remain unmodified after running the formatting script.
* Remove EXPERIMENTAL API notice on C# interceptor APIGravatar Mehrdad Afshari2018-06-06
|
* 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
|
* Add more documentation comments for continuationGravatar 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 server-side interceptor helper facility to GenericInterceptorGravatar Mehrdad Afshari2018-02-21
|
* Add Intercept(metadata=>metadata) helper functionGravatar Mehrdad Afshari2018-02-21
|
* Add GenericInterceptor to help writing client interceptorsGravatar Mehrdad Afshari2018-02-21
|
* Add C# client-side interceptor machineryGravatar Mehrdad Afshari2018-02-21
|
* Add C# Interceptor base classGravatar Mehrdad Afshari2018-02-21