index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
csharp
Commit message (
Expand
)
Author
Age
*
Merge pull request #6481 from dgquintas/compression_md_level_bis
Jan Tattermusch
2016-06-08
|
\
|
*
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
David Garcia Quintas
2016-06-07
|
|
\
*
|
|
make Metadata.Entry a class
Jan Tattermusch
2016-06-07
|
|
/
|
/
|
*
|
Add more Channel and Server constructor overloads
Jan Tattermusch
2016-06-06
*
|
update tests
Jan Tattermusch
2016-06-06
*
|
autoregister grpc shutdown hooks
Jan Tattermusch
2016-06-06
*
|
add appdomain unload test
Jan Tattermusch
2016-06-06
*
|
update tests
Jan Tattermusch
2016-06-06
*
|
improve shutdown tests
Jan Tattermusch
2016-06-06
*
|
support GrpcEnvironment.KillServersAsync
Jan Tattermusch
2016-06-06
*
|
deduplicate server shutdown logic
Jan Tattermusch
2016-06-06
*
|
Add ShutdownChannelsAsync api
Jan Tattermusch
2016-06-06
*
|
serverside shutdown hook test
Jan Tattermusch
2016-06-06
*
|
make environment shutdown asynchronous
Jan Tattermusch
2016-06-06
*
|
register appdomain events
Jan Tattermusch
2016-06-06
*
|
improve docs on ShutdownAsync() for servers and channels
Jan Tattermusch
2016-06-06
*
|
improve the xmldocs on call cancellation and disposal
Jan Tattermusch
2016-06-06
*
|
improve comments in math.proto
Jan Tattermusch
2016-06-06
*
|
rename ChannelState.FatalFailure to ChannelState.Shutdown
Jan Tattermusch
2016-06-06
*
|
get rid of deprecated server and client interface
Jan Tattermusch
2016-06-06
*
|
update C# codegen and regenerate
Jan Tattermusch
2016-06-06
*
|
get rid of servicename argument for server service definition.
Jan Tattermusch
2016-06-06
|
*
Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis
David Garcia Quintas
2016-06-03
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #6306 from y-zeng/win32_suffix
Jan Tattermusch
2016-06-03
|
\
\
*
\
\
Merge pull request #5794 from chrisdunelm/WriteOptions_readonly
Jan Tattermusch
2016-06-01
|
\
\
\
|
|
*
\
Merge remote-tracking branch 'upstream/master' into base
Yuchen Zeng
2016-05-31
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #6712 from jtattermusch/csharp_more_completion_queues
Jan Tattermusch
2016-05-26
|
\
\
\
\
|
*
|
|
|
add missing pinvoke method
Jan Tattermusch
2016-05-26
|
*
|
|
|
fix one more test
Jan Tattermusch
2016-05-25
|
*
|
|
|
fix tests
Jan Tattermusch
2016-05-25
|
*
|
|
|
use 1 cq per thread by default
Jan Tattermusch
2016-05-25
|
*
|
|
|
name the threadpool threads before starting
Jan Tattermusch
2016-05-25
|
*
|
|
|
eliminate global completion registry
Jan Tattermusch
2016-05-25
|
*
|
|
|
completion registry is per cq
Jan Tattermusch
2016-05-25
|
*
|
|
|
expose completionQueueCount setting
Jan Tattermusch
2016-05-25
|
*
|
|
|
add support for multiple cqs to GrpcThreadPool
Jan Tattermusch
2016-05-25
*
|
|
|
|
add TODO
Jan Tattermusch
2016-05-23
*
|
|
|
|
reorder clientside send preconditions
Jan Tattermusch
2016-05-23
*
|
|
|
|
clientside writes should finish with TaskCanceledException if cancel was prev...
Jan Tattermusch
2016-05-23
*
|
|
|
|
reorder members for readability
Jan Tattermusch
2016-05-23
*
|
|
|
|
improve ordering of serverside send checks
Jan Tattermusch
2016-05-23
*
|
|
|
|
adjust the tests to reflect the correct send behavior on client
Jan Tattermusch
2016-05-23
*
|
|
|
|
allow short-circuiting the send operation
Jan Tattermusch
2016-05-23
*
|
|
|
|
simplify implementation of SendCloseFromClient
Jan Tattermusch
2016-05-23
*
|
|
|
|
preparation for write semantics cleanup
Jan Tattermusch
2016-05-23
*
|
|
|
|
cleanup in tests
Jan Tattermusch
2016-05-23
*
|
|
|
|
add a server streaming api test
Jan Tattermusch
2016-05-23
*
|
|
|
|
add TODOs and remove unused imports
Jan Tattermusch
2016-05-23
*
|
|
|
|
remote AsyncCompletion
Jan Tattermusch
2016-05-23
*
|
|
|
|
get rid of AsyncCompletionDelegate
Jan Tattermusch
2016-05-23
[next]