aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* Merge pull request #15998 from grpc/v1.13.xGravatar Mehrdad Afshari2018-07-12
|\ | | | | Upmerge changes from v1.13.x to master.
| * add a TODOGravatar Jan Tattermusch2018-07-10
| |
| * explain the shutdown hooks in detailGravatar Jan Tattermusch2018-07-10
| |
| * Remove C# shutdown hook on .NET CoreGravatar Chris Bacon2018-07-10
| |
| * Regenerate projectsGravatar Srini Polavarapu2018-06-27
| |
| * Regenerate ProjectsGravatar Mehrdad Afshari2018-06-22
| |
* | overhaul of top-level .md filesGravatar Jan Tattermusch2018-06-20
| |
* | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
|\ \ | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
* \ \ Merge pull request #15668 from ↵Gravatar Mehrdad Afshari2018-06-19
|\ \ \ | | | | | | | | | | | | | | | | mehrdada/remove-csharp-interceptor-api-experimental-warning Remove EXPERIMENTAL API notice on C# interceptor API
* | | | Fix typos in the description of ServerGravatar Rinat Abdullin2018-06-17
| | | |
| | | * Regenerate projectsGravatar Mehrdad Afshari2018-06-15
| | | |
* | | | Merge pull request #15694 from srini100/bump-to-v1.14Gravatar Srini Polavarapu2018-06-14
|\ \ \ \ | | | | | | | | | | Bump master to v1.14
| | | * | Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
* | | | | Merge pull request #15687 from jtattermusch/csharp_mock_exampleGravatar Jan Tattermusch2018-06-12
|\ \ \ \ \ | | | | | | | | | | | | Add C# tests that demonstrate how to unit test grpc code with test doubles.
| | | | | * Regenerate projectsGravatar Srini Polavarapu2018-06-08
| | | | |/
| | * | / Regenrate projectsGravatar Srini Polavarapu2018-06-08
| | | |/ | | |/|
* | / | regenerate C# protosGravatar Jan Tattermusch2018-06-08
| |/ / |/| |
| * | demonstrate testability of server-side impl classesGravatar Jan Tattermusch2018-06-08
| | |
| * | add tests demonstrating how to mock client stubsGravatar Jan Tattermusch2018-06-08
| | |
* | | build package with native debug symbolsGravatar Jan Tattermusch2018-06-07
| | |
* | | add package with native debug symbolsGravatar Jan Tattermusch2018-06-07
|/ /
| * Remove EXPERIMENTAL API notice on C# interceptor APIGravatar Mehrdad Afshari2018-06-06
|/
* fix C# codegen for empty serviceGravatar Jan Tattermusch2018-05-31
|
* Merge pull request #14577 from jtattermusch/csharp_remove_connectivity_watcherGravatar Jan Tattermusch2018-05-24
|\ | | | | Get rid of C# connectivity watcher task
* | build C# android artifactGravatar Jan Tattermusch2018-05-09
| |
* | Merge pull request #15214 from jtattermusch/test_double_for_server_call_contextGravatar Jan Tattermusch2018-05-08
|\ \ | | | | | | Allow creating instances of ServerCallContext in tests
* \ \ Merge pull request #15252 from carl-mastrangelo/healthyGravatar Yang Gao2018-05-04
|\ \ \ | | | | | | | | Update health.proto to match grpc-proto reference copy
| * | | regenerate pbsGravatar Carl Mastrangelo2018-05-03
| | | |
* | | | Regenerate projectsGravatar Mehrdad Afshari2018-05-02
| | | |
| * | | update csharp genGravatar Carl Mastrangelo2018-05-02
|/ / /
| * / Allow creating instances of ServerCallContext in testsGravatar Jan Tattermusch2018-04-27
|/ /
* | Further improvements to README.mdGravatar Jan Tattermusch2018-04-26
| |
* | better C# instructionsGravatar Jan Tattermusch2018-04-25
| |
* | Merge pull request #15140 from jskeet/statusGravatar Mehrdad Afshari2018-04-21
|\ \ | | | | | | Add RpcException.StatusCode property
| * | Add RpcException.StatusCode propertyGravatar Jon Skeet2018-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 runtimeGravatar Jan Tattermusch2018-04-20
| | |
* | | remove C# global.json filesGravatar Jan Tattermusch2018-04-20
|/ /
* | Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2Gravatar Mehrdad Afshari2018-04-19
|\ \ | | | | | | Bump protobuf submodule to 3.5.2
| * | Bump protobuf runtime dependency versionsGravatar Mehrdad Afshari2018-04-19
| | |
* | | Break out qps services into seperate protosGravatar kpayson642018-04-18
|/ /
* | Regenerate projectsGravatar Mehrdad Afshari2018-04-04
| |
* | Merge pull request #14683 from kkm000/package-grpc-tools-nitsGravatar Jan Tattermusch2018-03-28
|\ \ | | | | | | Minor changes to control files from Tools package rework
* | | fix a testGravatar Jan Tattermusch2018-03-21
| | |
* | | fix C# connectivity watcher shutdown raceGravatar Jan Tattermusch2018-03-21
| | |
* | | make package builds work on kokoroGravatar Jan Tattermusch2018-03-13
| | |
| * | Minor changes to control files from Tools package reworkGravatar kkm2018-03-12
| | |
* | | improve commentGravatar Jan Tattermusch2018-03-08
| | |
* | | fix build on netstandard1.5Gravatar Jan Tattermusch2018-03-07
| | |
* | | address commentsGravatar Jan Tattermusch2018-03-07
| | |
* | | detect when running on Unity iOSGravatar Jan Tattermusch2018-03-07
| | |