grpc/src/csharp/Grpc.Core
Jan Tattermusch 8613e474cb Merge remote-tracking branch 'upstream/v1.0.x' into HEAD 2016-11-22 11:15:53 +01:00
..
Internal remove existing profiling points 2016-11-11 10:31:29 +01:00
Logging set default gRPC C# logging level to Info 2016-06-13 12:47:09 -07:00
Profiling 10m entries in profiler 2016-11-11 10:31:29 +01:00
Properties add copyrights for AssemblyInfo.cs files 2016-09-21 22:40:11 +02:00
Utils provide framework independent version of Task.CompletedTask 2016-10-24 11:38:44 +02:00
.gitignore fix gitignore files 2015-05-14 18:23:35 -07:00
AsyncAuthInterceptor.cs Update copyrights 2016-03-31 07:46:18 -07:00
AsyncClientStreamingCall.cs get rid of servicename argument for server service definition. 2016-06-06 09:45:16 -07:00
AsyncDuplexStreamingCall.cs improve the xmldocs on call cancellation and disposal 2016-06-06 13:22:44 -07:00
AsyncServerStreamingCall.cs improve the xmldocs on call cancellation and disposal 2016-06-06 13:22:44 -07:00
AsyncUnaryCall.cs improve the xmldocs on call cancellation and disposal 2016-06-06 13:22:44 -07:00
CallCredentials.cs Update copyrights 2016-03-31 07:46:18 -07:00
CallInvocationDetails.cs Update copyrights 2016-03-31 07:46:18 -07:00
CallInvoker.cs fix copyrights 2016-04-01 16:25:45 -07:00
CallOptions.cs improve the xmldocs on call cancellation and disposal 2016-06-06 13:22:44 -07:00
Calls.cs polishing public docs 2015-08-24 17:41:21 -07:00
Channel.cs Add more Channel and Server constructor overloads 2016-06-06 16:53:03 -07:00
ChannelCredentials.cs Update copyrights 2016-03-31 07:46:18 -07:00
ChannelOptions.cs Update copyrights 2016-03-31 07:46:18 -07:00
ChannelState.cs rename ChannelState.FatalFailure to ChannelState.Shutdown 2016-06-06 13:21:10 -07:00
ClientBase.cs fix copyrights 2016-04-01 16:25:45 -07:00
CompressionLevel.cs added WriteOptions support and enabled NoCompress flag to be used for all writes 2015-08-07 17:36:05 -07:00
ContextPropagationToken.cs Update copyrights 2016-03-31 07:46:18 -07:00
DefaultCallInvoker.cs address XMLdoc related warnings 2016-10-21 10:21:31 +02:00
Grpc.Core.csproj Update .csproj files to System.Interactive.Async to 3.1.1 2016-11-21 19:34:06 +01:00
Grpc.Core.nuspec update Grpc.Core.nuspec 2016-11-21 22:08:22 +01:00
Grpc.Core.project.json prevent interfering of project.json files with .csproj files in VS2015 2016-06-15 09:35:39 -07:00
Grpc.Core.targets Overhaul how the native extension is found, loaded and used 2016-07-15 07:09:54 +01:00
Grpc.Core.xproj update .xproj files 2016-06-15 09:49:40 -07:00
GrpcEnvironment.cs remove unused member 2016-10-21 10:21:31 +02:00
IAsyncStreamReader.cs improve docs for IAsyncStreamReader 2016-06-14 17:55:06 -07:00
IAsyncStreamWriter.cs polishing public docs 2015-08-24 17:41:21 -07:00
IClientStreamWriter.cs polishing public docs 2015-08-24 17:41:21 -07:00
IServerStreamWriter.cs make naming of async write methods clearer (by adding Async suffix) 2015-05-20 18:35:52 -07:00
KeyCertificatePair.cs Update copyrights 2016-03-31 07:46:18 -07:00
Marshaller.cs Update copyrights 2016-03-31 07:46:18 -07:00
Metadata.cs string.EndsWith is really slow on CoreCLR 2016-10-23 13:00:54 +02:00
Method.cs Update copyrights 2016-03-31 07:46:18 -07:00
NativeDeps.Linux.targets Overhaul how the native extension is found, loaded and used 2016-07-15 07:09:54 +01:00
NativeDeps.Mac.targets Overhaul how the native extension is found, loaded and used 2016-07-15 07:09:54 +01:00
NativeDeps.Windows.targets Overhaul how the native extension is found, loaded and used 2016-07-15 07:09:54 +01:00
NativeDeps.targets revamp C# native library loader 2016-01-15 15:21:13 -08:00
RpcException.cs fixing doc comments 2015-08-10 21:05:16 -07:00
Server.cs polish HandleCallAsync 2016-10-24 11:19:41 +02:00
ServerCallContext.cs Make ServerCallContext.Peer lazy 2016-10-26 15:32:52 +02:00
ServerCredentials.cs Update copyrights 2016-03-31 07:46:18 -07:00
ServerMethods.cs polishing public docs 2015-08-24 17:41:21 -07:00
ServerPort.cs Update copyrights 2016-03-31 07:46:18 -07:00
ServerServiceDefinition.cs get rid of servicename argument for server service definition. 2016-06-06 09:45:16 -07:00
Status.cs fixing doc comments 2015-08-10 21:05:16 -07:00
StatusCode.cs fixing doc comments 2015-08-10 21:05:16 -07:00
Version.cs fix assembly version attributes for C# 2016-04-25 13:15:49 -07:00
VersionInfo.cs Going 1.0.1. 2016-10-26 21:42:29 +02:00
WriteOptions.cs Make flags field readonly 2016-03-17 14:53:25 +00:00
packages.config Update .csproj files to System.Interactive.Async to 3.1.1 2016-11-21 19:34:06 +01:00
project.json Merge remote-tracking branch 'upstream/v1.0.x' into HEAD 2016-11-22 11:15:53 +01:00