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
/
Internal
Commit message (
Expand
)
Author
Age
*
make CallFlags internal, expose WaitForReady
Jan Tattermusch
2016-12-02
*
wire passing of C# CallFlags to C core
Jan Tattermusch
2016-12-02
*
remove existing profiling points
Jan Tattermusch
2016-11-11
*
support threadpool tracing
Jan Tattermusch
2016-11-11
*
lazy initialize streamingResponseCallFinishedTcs
Jan Tattermusch
2016-10-27
*
Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peer
Jan Tattermusch
2016-10-26
|
\
*
|
SafeHandleZeroIsInvalid cleanup
Jan Tattermusch
2016-10-26
|
*
Make ServerCallContext.Peer lazy
Jan Tattermusch
2016-10-26
|
/
*
provide framework independent version of Task.CompletedTask
Jan Tattermusch
2016-10-24
*
Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_c...
Jan Tattermusch
2016-10-24
|
\
*
|
get rid of compiler warnings
Jan Tattermusch
2016-10-21
*
|
Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in
Jan Tattermusch
2016-10-21
*
|
address XMLdoc related warnings
Jan Tattermusch
2016-10-21
|
*
introduce separate grpcsharp_request_call_context
Jan Tattermusch
2016-10-21
|
/
*
refactor NoSuchMethodCallHandler
Jan Tattermusch
2016-10-18
*
Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under
Nicolas "Pixel" Noble
2016-09-29
|
\
|
*
update the comment to reflect current state
Jan Tattermusch
2016-09-22
|
*
dont require libc-dev on coreclr
Jan Tattermusch
2016-09-21
*
|
simplify delayed streaming write logic
Jan Tattermusch
2016-09-16
*
|
dont allow new writes if theres a write with delayed completion
Jan Tattermusch
2016-09-16
|
*
fixed formatting
Jan Tattermusch
2016-09-15
|
*
make native extension loader work for published netcoreapp1.0 too
Jan Tattermusch
2016-09-15
*
|
throw correct exception failed writes
Jan Tattermusch
2016-09-15
*
|
fixed formatting
Jan Tattermusch
2016-09-08
*
|
make native extension loader work for published netcoreapp1.0 too
Jan Tattermusch
2016-09-08
|
/
*
Overhaul how the native extension is found, loaded and used
Jon Skeet
2016-07-15
*
prevent race between grpcsharp_server_request_call and grpc_completion_queue_...
Jan Tattermusch
2016-06-23
*
Merge pull request #6104 from jtattermusch/coreclr_support
Jan Tattermusch
2016-06-22
|
\
|
*
migrate everything to netstandard1.5
Jan Tattermusch
2016-06-16
*
|
deduplicate send finished handler
Jan Tattermusch
2016-06-14
|
*
add support for CoreCLR
Jan Tattermusch
2016-06-14
|
/
*
support GrpcEnvironment.KillServersAsync
Jan Tattermusch
2016-06-06
*
serverside shutdown hook test
Jan Tattermusch
2016-06-06
*
make environment shutdown asynchronous
Jan Tattermusch
2016-06-06
*
Merge pull request #6712 from jtattermusch/csharp_more_completion_queues
Jan Tattermusch
2016-05-26
|
\
|
*
add missing pinvoke method
Jan Tattermusch
2016-05-26
|
*
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
|
*
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
*
|
add TODOs and remove unused imports
Jan Tattermusch
2016-05-23
*
|
remote AsyncCompletion
Jan Tattermusch
2016-05-23
[next]