| .. |
|
Internal
|
address comments
|
2017-05-26 14:44:34 -07: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
|
make internals visible to microbenchmarks
|
2017-05-22 14:17:34 -07: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 |
|
AuthContext.cs
|
expose AuthContext in C#
|
2017-03-02 12:07:15 +01:00 |
|
AuthProperty.cs
|
expose AuthContext in C#
|
2017-03-02 12:07:15 +01: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
|
make CallFlags internal, expose WaitForReady
|
2016-12-02 17:09:46 +01:00 |
|
Calls.cs
|
polishing public docs
|
2015-08-24 17:41:21 -07:00 |
|
Channel.cs
|
C# workaround for unavailable on idle channels
|
2017-05-08 17:06:15 +02:00 |
|
ChannelCredentials.cs
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
|
ChannelOptions.cs
|
expose grpc.so_reuseport in C#
|
2017-04-20 10:49:11 +02: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 |
|
Common.csproj.include
|
silence xmldoc warnings for non-nuget projects
|
2017-06-01 19:36:40 +02: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
|
silence xmldoc warnings for non-nuget projects
|
2017-06-01 19:36:40 +02:00 |
|
Grpc.Core.targets
|
Overhaul how the native extension is found, loaded and used
|
2016-07-15 07:09:54 +01: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
|
expose AuthContext in C#
|
2017-03-02 12:07:15 +01:00 |
|
Method.cs
|
Update copyrights
|
2016-03-31 07:46:18 -07:00 |
|
NativeDeps.Linux.csproj.include
|
Initial migration to new .csproj files
|
2017-04-07 08:51:56 +02:00 |
|
NativeDeps.Mac.csproj.include
|
Initial migration to new .csproj files
|
2017-04-07 08:51:56 +02:00 |
|
NativeDeps.Windows.csproj.include
|
adjust run_tests scripts
|
2017-04-07 09:02:45 +02:00 |
|
NativeDeps.csproj.include
|
Initial migration to new .csproj files
|
2017-04-07 08:51:56 +02: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
|
expose AuthContext in C#
|
2017-03-02 12:07:15 +01: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 |
|
Version.csproj.include
|
master bumped to 1.5.x
|
2017-05-30 14:14:27 -07:00 |
|
VersionInfo.cs
|
master bumped to 1.5.x
|
2017-05-30 14:14:27 -07:00 |
|
WriteOptions.cs
|
Make flags field readonly
|
2016-03-17 14:53:25 +00:00 |