index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
csharp
/
Grpc.Core
/
Grpc.Core.csproj
Commit message (
Expand
)
Author
Age
*
set primary user agent by C# channel
Jan Tattermusch
2015-07-22
*
modify client call interface to allow reading status and trailers
Jan Tattermusch
2015-07-21
*
renaming stub to client and refactoring metadata class
Jan Tattermusch
2015-07-15
*
introduce Version.cs as single source of truth of gRPC C# version
Jan Tattermusch
2015-07-15
*
pick up nuget package version from cmdline param and fix nuget build
Jan Tattermusch
2015-07-15
*
use System.Collections.Immutable instead of Microsoft.Bcl.Immutable
Jan Tattermusch
2015-07-09
*
revamp of c# channel options
Jan Tattermusch
2015-06-09
*
Stop using native callbacks for C#
Jan Tattermusch
2015-06-05
*
Add generated documentation to nuget packages
Jan Tattermusch
2015-05-21
*
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
Jan Tattermusch
2015-05-20
*
added concept of ServerCallContext, that is passed to all server-side handlers
Jan Tattermusch
2015-05-07
*
added stats with number of active native calls, useful for debugging
Jan Tattermusch
2015-05-04
*
A new version C# API based on async/await
Jan Tattermusch
2015-05-04
*
First attempt to add service account creds interop test
Jan Tattermusch
2015-04-27
*
Spec for Grpc.Core nuget package that works
Jan Tattermusch
2015-04-20
*
Grpc.Core managed project now depends on native nuget packages with openssl a...
Jan Tattermusch
2015-04-20
*
changed path to grpc_csharp_ext.dll
Jan Tattermusch
2015-04-20
*
added support for metadata
Jan Tattermusch
2015-03-16
*
Started using immutable collections and other code cleanup
Jan Tattermusch
2015-03-12
*
C# server side TLS support
Jan Tattermusch
2015-03-09
*
Split async call into server and client classes sharing the same base.
Jan Tattermusch
2015-03-06
*
client side support for TLS
Jan Tattermusch
2015-03-03
*
fix conditional inclusion of grpc_csharp_ext.dll
Jan Tattermusch
2015-02-27
*
added C# interop server
Jan Tattermusch
2015-02-26
*
Fix to make the conditional include under Windows
Jan Tattermusch
2015-02-25
*
Include grpc_csharp_ext.dll only under Windows
Jan Tattermusch
2015-02-25
*
grpc_csharp_ext.dll added to the project to force automatic copying to the ou...
Jan Tattermusch
2015-02-25
*
Added ability for c# to redirect C core logs to arbitrary sink
Jan Tattermusch
2015-02-25
*
Fix exception unwrapping for unary call
Jan Tattermusch
2015-02-23
*
Added support for true synchronous unary call and added some performance tests.
Jan Tattermusch
2015-02-23
*
renaming of VS projects and other minor structural fixes
Jan Tattermusch
2015-02-20