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
Commit message (
Expand
)
Author
Age
*
Update master branch to 0.16.0-dev
murgatroid99
2016-06-24
*
fix C# nuget build
Jan Tattermusch
2016-06-24
*
prevent race between grpcsharp_server_request_call and grpc_completion_queue_...
Jan Tattermusch
2016-06-23
*
add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY
Jan Tattermusch
2016-06-22
*
Merge pull request #6104 from jtattermusch/coreclr_support
Jan Tattermusch
2016-06-22
|
\
*
|
add missing ConfigureAwait(false)
Jan Tattermusch
2016-06-21
|
*
regenerate project.json files
Jan Tattermusch
2016-06-21
|
*
improve project.json files
Jan Tattermusch
2016-06-20
|
*
migrate everything to netstandard1.5
Jan Tattermusch
2016-06-16
|
*
dont register shutdownhooks for dotnet5.4
Jan Tattermusch
2016-06-15
|
*
update project.json
Jan Tattermusch
2016-06-15
*
|
Merge pull request #6909 from jtattermusch/csharp_client_streaming
Jan Tattermusch
2016-06-15
|
\
\
|
|
*
update .xproj files
Jan Tattermusch
2016-06-15
|
|
*
prevent interfering of project.json files with .csproj files in VS2015
Jan Tattermusch
2016-06-15
|
*
|
improve docs for IAsyncStreamReader
Jan Tattermusch
2016-06-14
*
|
|
deduplicate send finished handler
Jan Tattermusch
2016-06-14
|
/
/
|
*
add support for CoreCLR
Jan Tattermusch
2016-06-14
|
/
*
set default gRPC C# logging level to Info
Jan Tattermusch
2016-06-13
*
add LogLevel enum
Jan Tattermusch
2016-06-13
*
Merge pull request #6829 from jtattermusch/csharp_add_server_test
Jan Tattermusch
2016-06-09
|
\
|
*
allow shutdown of unstarted server
Jan Tattermusch
2016-06-08
*
|
make Metadata.Entry a class
Jan Tattermusch
2016-06-07
|
/
*
Add more Channel and Server constructor overloads
Jan Tattermusch
2016-06-06
*
autoregister grpc shutdown hooks
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
*
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
*
rename ChannelState.FatalFailure to ChannelState.Shutdown
Jan Tattermusch
2016-06-06
*
get rid of servicename argument for server service definition.
Jan Tattermusch
2016-06-06
*
Merge pull request #5794 from chrisdunelm/WriteOptions_readonly
Jan Tattermusch
2016-06-01
|
\
*
\
Merge pull request #6712 from jtattermusch/csharp_more_completion_queues
Jan Tattermusch
2016-05-26
|
\
\
|
*
|
add missing pinvoke method
Jan Tattermusch
2016-05-26
|
*
|
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
*
|
|
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
[next]