aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Grpc.Core.csproj
Commit message (Expand)AuthorAge
* Merge Python tox fix into release-0.12-to-be-merged-into-masterGravatar Jorge Canizales2015-12-07
|\
| * introduce auth interceptor contextGravatar Jan Tattermusch2015-12-02
* | update C# projectsGravatar Jan Tattermusch2015-12-01
|/
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * add profiling supportGravatar Jan Tattermusch2015-11-02
* | update C# to the new C core auth APIGravatar Jan Tattermusch2015-10-26
|/
* introduce the new split-type credentials apiGravatar Jan Tattermusch2015-10-06
* implement C# wrapping for plugin APIGravatar Jan Tattermusch2015-10-06
* introduce INativeCall interface to simplify testingGravatar Jan Tattermusch2015-08-21
* remove OperationFailedException also from the project fileGravatar Jan Tattermusch2015-08-12
* get rid of unnecessary ExceptionHelperGravatar Jan Tattermusch2015-08-10
* context propagation APIGravatar Jan Tattermusch2015-08-08
* added WriteOptions support and enabled NoCompress flag to be used for all writesGravatar Jan Tattermusch2015-08-07
* renamed CallContext to CallOptionsGravatar Jan Tattermusch2015-08-05
* refactoring client side callsGravatar Jan Tattermusch2015-08-05
* introduce CallContextGravatar Jan Tattermusch2015-08-05
* changed the way ports are added to the serverGravatar Jan Tattermusch2015-08-04
* remove the ImmutableCollections dependencyGravatar Jan Tattermusch2015-08-04
* 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