aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
Commit message (Collapse)AuthorAge
* throw RpcException from writes after finishingGravatar Jan Tattermusch2016-05-18
|
* change typo in the commentGravatar Jan Tattermusch2016-05-18
|
* improve channel behavior in shutdown situationsGravatar Jan Tattermusch2016-05-18
|
* Update release version to 0.14.2-pre1Gravatar murgatroid992016-05-11
|
* Update release version to 0.14.1Gravatar murgatroid992016-05-11
|
* The release branch is now 0.14.1-pre1.Gravatar Nicolas "Pixel" Noble2016-05-10
|
* Processing the 0.14 release.Gravatar Nicolas "Pixel" Noble2016-05-10
|
* The release branch is now 0.14.0-pre1.Gravatar Nicolas "Pixel" Noble2016-05-06
|
* improve serverside handlersGravatar Jan Tattermusch2016-05-04
|
* use just one response batch for unary response serverside callsGravatar Jan Tattermusch2016-05-04
|
* make SendStatusFromServer optionally send a message as wellGravatar Jan Tattermusch2016-05-04
|
* remove useless code and todosGravatar Jan Tattermusch2016-05-03
|
* finishing serverside request stream should not be required for disposalGravatar Jan Tattermusch2016-05-03
|
* fixupGravatar Jan Tattermusch2016-05-03
|
* make SendStatusFromServer independent on WriteAsyncGravatar Jan Tattermusch2016-05-03
|
* add tests for AsyncCallServerGravatar Jan Tattermusch2016-05-03
|
* make end-of-stream idempotentGravatar Jan Tattermusch2016-05-03
|
* add more featuresGravatar Jan Tattermusch2016-05-03
|
* fix typoGravatar Jan Tattermusch2016-05-02
|
* improve unary call response handlerGravatar Jan Tattermusch2016-05-02
|
* fix assembly version attributes for C#Gravatar Jan Tattermusch2016-04-25
|
* Merge pull request #5073 from mleenhardt/calloptions-fluentGravatar Jan Tattermusch2016-04-24
|\ | | | | CallOptions fluent methods
* | Add TextWriterLoggerGravatar Jan Tattermusch2016-04-11
| |
* | Merge pull request #6115 from jtattermusch/csharp_support_projectjsonGravatar Jan Tattermusch2016-04-11
|\ \ | | | | | | Make gRPC C# nuget work with new project.json style projects
* | | async void is illegal in ASP.NET and DNXcoreGravatar Jan Tattermusch2016-04-07
| | |
| * | make gRPC C# nuget work with new project.json style projectsGravatar Jan Tattermusch2016-04-07
|/ /
| * Merge branch 'master' into calloptions-fluentGravatar Mathieu Leenhardt2016-04-06
| |\ | |/ |/|
* | Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclassGravatar Jan Tattermusch2016-04-05
|\ \ | | | | | | Make adding a new RPC to a service non-breaking for generated C#
| * | fix copyrightsGravatar Jan Tattermusch2016-04-01
| | |
| * | introduce concept of opaque client base configurationGravatar Jan Tattermusch2016-04-01
| | |
| * | move implementations of CallInvoker to Grpc.Core.InternalGravatar Jan Tattermusch2016-04-01
| | |
| * | add parameterless constructor for ClientBaseGravatar Jan Tattermusch2016-04-01
| | |
| * | add ClientBase.WithHost and get rid of HeaderInterceptorGravatar Jan Tattermusch2016-04-01
| | |
| * | add host field support to CallInvokerGravatar Jan Tattermusch2016-04-01
| | |
| * | refactor ClientBaseGravatar Jan Tattermusch2016-04-01
| | |
| * | add concept of CallInvokerGravatar Jan Tattermusch2016-04-01
| | |
* | | allow halfclose after close on clientsGravatar Jan Tattermusch2016-04-01
|/ /
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge pull request #5810 from jtattermusch/extension_loading_for_webappsGravatar Jan Tattermusch2016-03-18
|\ \ | | | | | | Correct handling for shadowed assemblies when loading native extension
* | | make timestamp format in C# logs more similar to C coreGravatar Jan Tattermusch2016-03-17
| | |
| * | correct handling for shadowed assemblies when loading native extensionGravatar Jan Tattermusch2016-03-17
|/ /
* | Merge pull request #5439 from chrisdunelm/coreclr_metadata2Gravatar Jan Tattermusch2016-03-11
|\ \ | | | | | | Support for coreclr
* | | fix #4427Gravatar Jan Tattermusch2016-03-01
| | |
| * | Support for coreclrGravatar Chris Bacon2016-02-26
|/ / | | | | | | Use .ToLowerInvariant, which is supported by coreclr
* | Merge pull request #5086 from chrisdunelm/coreclr_platformsGravatar Jan Tattermusch2016-02-25
|\ \ | | | | | | Support coreclr platform detection
* \ \ Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2Gravatar Jan Tattermusch2016-02-24
|\ \ \ | | | | | | | | Coreclr compatible DefaultSslRootsOverride.cs
* | | | update copyrightsGravatar Jan Tattermusch2016-02-18
| | | |
* | | | rename Preconditions to GrpcPreconditionsGravatar Jan Tattermusch2016-02-18
| | | |
* | | | Add a NullLogger in the C# implementationGravatar Jon Skeet2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I'd argue that at this stage, this should probably be the default. Further options to consider: - Make it a singleton, or at least expose a static property with a single instance? - Allow SetLogger(null) to use the NullLogger?
* | | | Fix some C# copyrightsGravatar vjpai2016-02-09
| | | |