aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
Commit message (Collapse)AuthorAge
* 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
| | | |
* | | | Merge pull request #5066 from chrisdunelm/dnx_ProfilersGravatar Jan Tattermusch2016-02-09
|\ \ \ \ | | | | | | | | | | Fix Profilers for coreclr
* | | | | Flagging master as 0.14.0-dev.Gravatar Nicolas "Pixel" Noble2016-02-09
| | | | |
* | | | | C# assembly version and current versionGravatar Jan Tattermusch2016-02-08
| | | | |
* | | | | fix C# buildGravatar Jan Tattermusch2016-02-08
| | | | |
* | | | | Flagging 0.13 as pre1.Gravatar Nicolas "Pixel" Noble2016-02-09
| | | | |
* | | | | build.yaml centric versioningGravatar Craig Tiller2016-02-08
| | | | |
| * | | | Correct copyright dateGravatar Chris Bacon2016-02-08
| | | | |
| | * | | Coreclr compatible DefaultSslRootsOverride.csGravatar Chris Bacon2016-02-05
| |/ / / |/| | | | | | | | | | | | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(). Use TypeInfo.Assembly instead, which is supported on all platform.
| | * | Support coreclr platform detectionGravatar Chris Bacon2016-02-05
| |/ / |/| | | | | | | | Coreclr uses different platform detection primitives to full .NET
| | * Fixed WithWriteOptions parameter name in xml commentsGravatar Mathieu Leenhardt2016-02-04
| | |
| | * Added fluent methods for WriteOptions, ContextPropagationToken and ↵Gravatar Mathieu Leenhardt2016-02-04
| | | | | | | | | | | | CallCredentials
| * | Fix Profilers for coreclrGravatar Chris Bacon2016-02-04
| |/ | | | | | | | | Coreclr doesn't support the StreamWriter(string) constructor. Use File.CreateText() instead, which is equivalent and supported on all platforms.
* / Fix NativeExtensions for coreclrGravatar Chris Bacon2016-02-04
|/ | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(), use TypeInfo.Assembly instead, which is supported on all platforms.
* dont ship roots.pem in nuget packageGravatar Jan Tattermusch2016-02-02
|
* add roots.pem as a resourceGravatar Jan Tattermusch2016-02-02
|
* Prevent the need to install libc6-dev on LinuxGravatar Jan Tattermusch2016-02-01
|
* Fix sanityGravatar Craig Tiller2016-01-26
|
* update copyrightsGravatar Jan Tattermusch2016-01-25
|
* Merge remote-tracking branch 'upstream/master' into bump_version_0_13Gravatar Jan Tattermusch2016-01-25
|\
| * update C# dependenciesGravatar Jan Tattermusch2016-01-25
| |