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
/
CallSafeHandle.cs
Commit message (
Expand
)
Author
Age
*
wire passing of C# CallFlags to C core
Jan Tattermusch
2016-12-02
*
remove existing profiling points
Jan Tattermusch
2016-11-11
*
completion registry is per cq
Jan Tattermusch
2016-05-25
*
make SendStatusFromServer optionally send a message as well
Jan Tattermusch
2016-05-04
*
Update copyrights
Craig Tiller
2016-03-31
*
Merge pull request #4730 from jtattermusch/revamp_native_loader
Michael Lumish
2016-01-19
|
\
|
*
extend copyright to 2016
Jan Tattermusch
2016-01-15
|
*
revamp C# native library loader
Jan Tattermusch
2016-01-15
*
|
Updated copyrights...
David Garcia Quintas
2016-01-15
*
|
Added sanity check for trailing newlines
David Garcia Quintas
2016-01-14
|
/
*
refcounting completion queue shutdown
Jan Tattermusch
2015-12-16
*
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
|
/
*
Migrate C# to the new auth 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
*
reading of response headers for unary response calls
Jan Tattermusch
2015-08-21
*
introduce INativeCall interface to simplify testing
Jan Tattermusch
2015-08-21
*
context propagation API
Jan Tattermusch
2015-08-08
*
fixed writeOptions and added test
Jan Tattermusch
2015-08-07
*
implemented sending initial metadata
Jan Tattermusch
2015-08-07
*
added WriteOptions support and enabled NoCompress flag to be used for all writes
Jan Tattermusch
2015-08-07
*
expose peer info in serverside call handlers
Jan Tattermusch
2015-07-24
*
add Timeout support and tests
Jan Tattermusch
2015-07-23
*
allow sending trailers from server handler
Jan Tattermusch
2015-07-20
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
*
stylecop fixes
Jan Tattermusch
2015-06-09
*
Stop using native callbacks for C#
Jan Tattermusch
2015-06-05
*
C# fixes for #1472 core API cleanup
Jan Tattermusch
2015-05-04
*
Removing some ugly hacks from C# server and improving the comments a bit
Jan Tattermusch
2015-04-23
*
added support for metadata
Jan Tattermusch
2015-03-16
*
code style fixes based on StyleCop warnings
Jan Tattermusch
2015-03-11
*
Used StyleCop to get rid of tabs in the source code
Jan Tattermusch
2015-03-06
*
Split async call into server and client classes sharing the same base.
Jan Tattermusch
2015-03-06
*
Added support for true synchronous unary call and added some performance tests.
Jan Tattermusch
2015-02-23
*
renaming of VS projects and other minor structural fixes
Jan Tattermusch
2015-02-20