aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Grpc.Core.csproj
Commit message (Expand)AuthorAge
...
* Added channel state APIGravatar Jan Tattermusch2015-08-04
* Add ReleaseSigned configuration for Grpc.slnGravatar Jan Tattermusch2015-07-27
* introduce gRPC loggerGravatar Jan Tattermusch2015-07-24
* added option to authenticate client using root cert chainGravatar Jan Tattermusch2015-07-24
* expose peer info in serverside call handlersGravatar Jan Tattermusch2015-07-24
* set primary user agent by C# channelGravatar Jan Tattermusch2015-07-22
* modify client call interface to allow reading status and trailersGravatar Jan Tattermusch2015-07-21
* renaming stub to client and refactoring metadata classGravatar Jan Tattermusch2015-07-15
* introduce Version.cs as single source of truth of gRPC C# versionGravatar Jan Tattermusch2015-07-15
* pick up nuget package version from cmdline param and fix nuget buildGravatar Jan Tattermusch2015-07-15
* use System.Collections.Immutable instead of Microsoft.Bcl.ImmutableGravatar Jan Tattermusch2015-07-09
* revamp of c# channel optionsGravatar Jan Tattermusch2015-06-09
* Stop using native callbacks for C#Gravatar Jan Tattermusch2015-06-05
* Add generated documentation to nuget packagesGravatar Jan Tattermusch2015-05-21
* Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
* added concept of ServerCallContext, that is passed to all server-side handlersGravatar Jan Tattermusch2015-05-07
* added stats with number of active native calls, useful for debuggingGravatar Jan Tattermusch2015-05-04
* A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
* First attempt to add service account creds interop testGravatar Jan Tattermusch2015-04-27
* Spec for Grpc.Core nuget package that worksGravatar Jan Tattermusch2015-04-20
* Grpc.Core managed project now depends on native nuget packages with openssl a...Gravatar Jan Tattermusch2015-04-20
* changed path to grpc_csharp_ext.dllGravatar Jan Tattermusch2015-04-20
* added support for metadataGravatar Jan Tattermusch2015-03-16
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
* Split async call into server and client classes sharing the same base.Gravatar Jan Tattermusch2015-03-06
* client side support for TLSGravatar Jan Tattermusch2015-03-03
* fix conditional inclusion of grpc_csharp_ext.dllGravatar Jan Tattermusch2015-02-27
* added C# interop serverGravatar Jan Tattermusch2015-02-26
* Fix to make the conditional include under WindowsGravatar Jan Tattermusch2015-02-25
* Include grpc_csharp_ext.dll only under WindowsGravatar Jan Tattermusch2015-02-25
* grpc_csharp_ext.dll added to the project to force automatic copying to the ou...Gravatar Jan Tattermusch2015-02-25
* Added ability for c# to redirect C core logs to arbitrary sinkGravatar Jan Tattermusch2015-02-25
* Fix exception unwrapping for unary callGravatar Jan Tattermusch2015-02-23
* Added support for true synchronous unary call and added some performance tests.Gravatar Jan Tattermusch2015-02-23
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20