Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build C# android artifact | Jan Tattermusch | 2018-05-09 |
| | |||
* | Merge pull request #15214 from jtattermusch/test_double_for_server_call_context | Jan Tattermusch | 2018-05-08 |
|\ | | | | | Allow creating instances of ServerCallContext in tests | ||
* \ | Merge pull request #15252 from carl-mastrangelo/healthy | Yang Gao | 2018-05-04 |
|\ \ | | | | | | | Update health.proto to match grpc-proto reference copy | ||
| * | | regenerate pbs | Carl Mastrangelo | 2018-05-03 |
| | | | |||
* | | | Regenerate projects | Mehrdad Afshari | 2018-05-02 |
| | | | |||
| * | | update csharp gen | Carl Mastrangelo | 2018-05-02 |
|/ / | |||
| * | Allow creating instances of ServerCallContext in tests | Jan Tattermusch | 2018-04-27 |
|/ | |||
* | Further improvements to README.md | Jan Tattermusch | 2018-04-26 |
| | |||
* | better C# instructions | Jan Tattermusch | 2018-04-25 |
| | |||
* | Merge pull request #15140 from jskeet/status | Mehrdad Afshari | 2018-04-21 |
|\ | | | | | Add RpcException.StatusCode property | ||
| * | Add RpcException.StatusCode property | Jon Skeet | 2018-04-20 |
| | | | | | | | | | | | | This is purely for convenience - using `e.Status.StatusCode` looks clunky compared with `e.StatusCode`, and this is the property most likely to be used for exception filtering etc. | ||
* | | new mono versions on MacOS default to 64bit runtime | Jan Tattermusch | 2018-04-20 |
| | | |||
* | | remove C# global.json files | Jan Tattermusch | 2018-04-20 |
|/ | |||
* | Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2 | Mehrdad Afshari | 2018-04-19 |
|\ | | | | | Bump protobuf submodule to 3.5.2 | ||
| * | Bump protobuf runtime dependency versions | Mehrdad Afshari | 2018-04-19 |
| | | |||
* | | Break out qps services into seperate protos | kpayson64 | 2018-04-18 |
|/ | |||
* | Regenerate projects | Mehrdad Afshari | 2018-04-04 |
| | |||
* | Merge pull request #14683 from kkm000/package-grpc-tools-nits | Jan Tattermusch | 2018-03-28 |
|\ | | | | | Minor changes to control files from Tools package rework | ||
* | | fix a test | Jan Tattermusch | 2018-03-21 |
| | | |||
* | | fix C# connectivity watcher shutdown race | Jan Tattermusch | 2018-03-21 |
| | | |||
* | | make package builds work on kokoro | Jan Tattermusch | 2018-03-13 |
| | | |||
| * | Minor changes to control files from Tools package rework | kkm | 2018-03-12 |
| | | |||
* | | improve comment | Jan Tattermusch | 2018-03-08 |
| | | |||
* | | fix build on netstandard1.5 | Jan Tattermusch | 2018-03-07 |
| | | |||
* | | address comments | Jan Tattermusch | 2018-03-07 |
| | | |||
* | | detect when running on Unity iOS | Jan Tattermusch | 2018-03-07 |
| | | |||
* | | script improvements | Jan Tattermusch | 2018-03-06 |
| | | |||
* | | enable loading grpc_csharp_ext as a unity native plugin | Jan Tattermusch | 2018-03-06 |
| | | |||
* | | add IsUnity property | Jan Tattermusch | 2018-03-06 |
| | | |||
* | | add experimental script for building the unitypackage | Jan Tattermusch | 2018-03-06 |
| | | |||
* | | address comments | Jan Tattermusch | 2018-03-02 |
| | | |||
* | | add useful resources for unity/xamarin support | Jan Tattermusch | 2018-03-02 |
| | | |||
* | | Merge pull request #14539 from jtattermusch/csharp_dotnet_2 | Jan Tattermusch | 2018-02-27 |
|\ \ | | | | | | | Upgrade dotnet SDK version used for src/csharp | ||
| * | | Use newest dotnet SDK to build C# | Jan Tattermusch | 2018-02-27 |
| | | | |||
| * | | fix build in newer dotnet SDK versions | Jan Tattermusch | 2018-02-27 |
| | | | |||
* | | | regenerate | Jan Tattermusch | 2018-02-27 |
|/ / | |||
* | | 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 |
| | |