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
*
add roots.pem as a resource
Jan Tattermusch
2016-02-02
*
update C# dependencies
Jan Tattermusch
2016-01-25
*
include assembly signing key in the repo
Jan Tattermusch
2016-01-21
*
revamp C# native library loader
Jan Tattermusch
2016-01-15
*
Cleanup of grpc.csharp.native package
Jan Tattermusch
2016-01-12
*
Merge Python tox fix into release-0.12-to-be-merged-into-master
Jorge Canizales
2015-12-07
|
\
|
*
introduce auth interceptor context
Jan Tattermusch
2015-12-02
*
|
update C# projects
Jan Tattermusch
2015-12-01
|
/
*
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
Julien Boeuf
2015-11-17
|
\
|
*
add profiling support
Jan Tattermusch
2015-11-02
*
|
update C# to the new C core auth API
Jan Tattermusch
2015-10-26
|
/
*
introduce the new split-type credentials api
Jan Tattermusch
2015-10-06
*
implement C# wrapping for plugin API
Jan Tattermusch
2015-10-06
*
introduce INativeCall interface to simplify testing
Jan Tattermusch
2015-08-21
*
remove OperationFailedException also from the project file
Jan Tattermusch
2015-08-12
*
get rid of unnecessary ExceptionHelper
Jan Tattermusch
2015-08-10
*
context propagation API
Jan Tattermusch
2015-08-08
*
added WriteOptions support and enabled NoCompress flag to be used for all writes
Jan Tattermusch
2015-08-07
*
renamed CallContext to CallOptions
Jan Tattermusch
2015-08-05
*
refactoring client side calls
Jan Tattermusch
2015-08-05
*
introduce CallContext
Jan Tattermusch
2015-08-05
*
changed the way ports are added to the server
Jan Tattermusch
2015-08-04
*
remove the ImmutableCollections dependency
Jan Tattermusch
2015-08-04
*
Added channel state API
Jan Tattermusch
2015-08-04
*
Add ReleaseSigned configuration for Grpc.sln
Jan Tattermusch
2015-07-27
*
introduce gRPC logger
Jan Tattermusch
2015-07-24
*
added option to authenticate client using root cert chain
Jan Tattermusch
2015-07-24
*
expose peer info in serverside call handlers
Jan Tattermusch
2015-07-24
*
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
[next]