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 (
Collapse
)
Author
Age
*
remote AsyncCompletion
Jan Tattermusch
2016-05-23
|
*
rename some ill-named enums and move them to the right files
Jan Tattermusch
2016-05-18
|
*
move ServerRpcNew and ClientSideStatus to their own file
Jan Tattermusch
2016-05-18
|
*
Add TextWriterLogger
Jan Tattermusch
2016-04-11
|
*
move implementations of CallInvoker to Grpc.Core.Internal
Jan Tattermusch
2016-04-01
|
*
add parameterless constructor for ClientBase
Jan Tattermusch
2016-04-01
|
*
add ClientBase.WithHost and get rid of HeaderInterceptor
Jan Tattermusch
2016-04-01
|
*
add concept of CallInvoker
Jan Tattermusch
2016-04-01
|
*
rename Preconditions to GrpcPreconditions
Jan Tattermusch
2016-02-18
|
*
Add a NullLogger in the C# implementation
Jon Skeet
2016-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?
*
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
|
[next]