Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build package with native debug symbols | 2018-06-07 | |
| | |||
* | add package with native debug symbols | 2018-06-07 | |
| | |||
* | fix C# codegen for empty service | 2018-05-31 | |
| | |||
* | Merge pull request #14577 from jtattermusch/csharp_remove_connectivity_watcher | 2018-05-24 | |
|\ | | | | | Get rid of C# connectivity watcher task | ||
* | | build C# android artifact | 2018-05-09 | |
| | | |||
* | | Merge pull request #15214 from jtattermusch/test_double_for_server_call_context | 2018-05-08 | |
|\ \ | | | | | | | Allow creating instances of ServerCallContext in tests | ||
* \ \ | Merge pull request #15252 from carl-mastrangelo/healthy | 2018-05-04 | |
|\ \ \ | | | | | | | | | Update health.proto to match grpc-proto reference copy | ||
| * | | | regenerate pbs | 2018-05-03 | |
| | | | | |||
* | | | | Regenerate projects | 2018-05-02 | |
| | | | | |||
| * | | | update csharp gen | 2018-05-02 | |
|/ / / | |||
| * / | Allow creating instances of ServerCallContext in tests | 2018-04-27 | |
|/ / | |||
* | | Further improvements to README.md | 2018-04-26 | |
| | | |||
* | | better C# instructions | 2018-04-25 | |
| | | |||
* | | Merge pull request #15140 from jskeet/status | 2018-04-21 | |
|\ \ | | | | | | | Add RpcException.StatusCode property | ||
| * | | Add RpcException.StatusCode property | 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 | 2018-04-20 | |
| | | | |||
* | | | remove C# global.json files | 2018-04-20 | |
|/ / | |||
* | | Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2 | 2018-04-19 | |
|\ \ | | | | | | | Bump protobuf submodule to 3.5.2 | ||
| * | | Bump protobuf runtime dependency versions | 2018-04-19 | |
| | | | |||
* | | | Break out qps services into seperate protos | 2018-04-18 | |
|/ / | |||
* | | Regenerate projects | 2018-04-04 | |
| | | |||
* | | Merge pull request #14683 from kkm000/package-grpc-tools-nits | 2018-03-28 | |
|\ \ | | | | | | | Minor changes to control files from Tools package rework | ||
* | | | fix a test | 2018-03-21 | |
| | | | |||
* | | | fix C# connectivity watcher shutdown race | 2018-03-21 | |
| | | | |||
* | | | make package builds work on kokoro | 2018-03-13 | |
| | | | |||
| * | | Minor changes to control files from Tools package rework | 2018-03-12 | |
| | | | |||
* | | | improve comment | 2018-03-08 | |
| | | | |||
* | | | fix build on netstandard1.5 | 2018-03-07 | |
| | | | |||
* | | | address comments | 2018-03-07 | |
| | | | |||
* | | | detect when running on Unity iOS | 2018-03-07 | |
| | | | |||
* | | | script improvements | 2018-03-06 | |
| | | | |||
* | | | enable loading grpc_csharp_ext as a unity native plugin | 2018-03-06 | |
| | | | |||
* | | | add IsUnity property | 2018-03-06 | |
| | | | |||
* | | | add experimental script for building the unitypackage | 2018-03-06 | |
| | | | |||
| | * | get rid of C# connectivity watcher task | 2018-03-02 | |
| | | | |||
* | | | address comments | 2018-03-02 | |
| | | | |||
* | | | add useful resources for unity/xamarin support | 2018-03-02 | |
| |/ |/| | |||
* | | Merge pull request #14539 from jtattermusch/csharp_dotnet_2 | 2018-02-27 | |
|\ \ | | | | | | | Upgrade dotnet SDK version used for src/csharp | ||
| * | | Use newest dotnet SDK to build C# | 2018-02-27 | |
| | | | |||
| * | | fix build in newer dotnet SDK versions | 2018-02-27 | |
| | | | |||
* | | | regenerate | 2018-02-27 | |
|/ / | |||
* | | Regenerate projects | 2018-02-22 | |
| | | |||
* | | Eliminate GenericInterceptor to simplify this PR | 2018-02-22 | |
| | | |||
* | | Polish and address review comments | 2018-02-22 | |
| | | |||
* | | Move InterceptingCallInvoker to its own file | 2018-02-22 | |
| | | |||
* | | Add more documentation comments for continuation | 2018-02-21 | |
| | | |||
* | | Add test for interceptor registration code paths | 2018-02-21 | |
| | | |||
* | | Make GenericInterceptor internal for now | 2018-02-21 | |
| | | | | | | | | Also change `*Arbitrator` to `*Hooks`. | ||
* | | Turn ClientInterceptorContext into a struct | 2018-02-21 | |
| | | | | | | | | ...and move it into its own file. | ||
* | | Simplify service-side interceptor code | 2018-02-21 | |
| | |