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
/
Channel.cs
Commit message (
Expand
)
Author
Age
*
do not throw and eat exceptions in C# connectivity watcher
Jan Tattermusch
2018-01-09
*
synchronize access to native channel methods
Jan Tattermusch
2017-12-07
*
server and channel adjustments
Jan Tattermusch
2017-11-21
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
C# workaround for unavailable on idle channels
Jan Tattermusch
2017-05-08
*
Add more Channel and Server constructor overloads
Jan Tattermusch
2016-06-06
*
Add ShutdownChannelsAsync api
Jan Tattermusch
2016-06-06
*
make environment shutdown asynchronous
Jan Tattermusch
2016-06-06
*
improve docs on ShutdownAsync() for servers and channels
Jan Tattermusch
2016-06-06
*
rename ChannelState.FatalFailure to ChannelState.Shutdown
Jan Tattermusch
2016-06-06
*
eliminate global completion registry
Jan Tattermusch
2016-05-25
*
add support for multiple cqs to GrpcThreadPool
Jan Tattermusch
2016-05-25
*
improve channel behavior in shutdown situations
Jan Tattermusch
2016-05-12
*
Update copyrights
Craig Tiller
2016-03-31
*
update copyrights
Jan Tattermusch
2016-02-18
*
rename Preconditions to GrpcPreconditions
Jan Tattermusch
2016-02-18
*
put user defined userAgentString to the beginning of userAgentString
Jan Tattermusch
2015-12-09
*
add ConfigureAwait(false) where needed
Jan Tattermusch
2015-12-07
*
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
*
polishing public docs
Jan Tattermusch
2015-08-24
*
support for reading response headers on client side
Jan Tattermusch
2015-08-21
*
get rid of explicit GrpcEnvironment.Shutdown()
Jan Tattermusch
2015-08-20
*
migrate to usable auth library
Jan Tattermusch
2015-08-12
*
fix preconditions class
Jan Tattermusch
2015-08-10
*
introduce CallContext
Jan Tattermusch
2015-08-05
*
expose Channel.Target property
Jan Tattermusch
2015-08-04
*
use NULL for default host in grpc_channel_call_create
Jan Tattermusch
2015-08-04
*
Added channel state API
Jan Tattermusch
2015-08-04
*
make insecure channel and server explicit
Jan Tattermusch
2015-07-24
*
set primary user agent by C# channel
Jan Tattermusch
2015-07-22
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
*
revamp of c# channel options
Jan Tattermusch
2015-06-09
*
add host and port overload for new channel
Jan Tattermusch
2015-06-08
*
A new version C# API based on async/await
Jan Tattermusch
2015-05-04
*
Started using immutable collections and other code cleanup
Jan Tattermusch
2015-03-12
*
code style fixes based on StyleCop warnings
Jan Tattermusch
2015-03-11
*
client side support for TLS
Jan Tattermusch
2015-03-03
*
renaming of VS projects and other minor structural fixes
Jan Tattermusch
2015-02-20