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
*
enable forcing client auth
Jan Tattermusch
2015-08-04
*
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
*
introduce gRPC logger
Jan Tattermusch
2015-07-24
*
added option to authenticate client using root cert chain
Jan Tattermusch
2015-07-24
*
expose peer info in serverside call handlers
Jan Tattermusch
2015-07-24
*
explicitly convert deadline for server handlers to realtime
Jan Tattermusch
2015-07-23
*
add Timeout support and tests
Jan Tattermusch
2015-07-23
*
Timespec.FromDateTime implementation and tests
Jan Tattermusch
2015-07-23
*
implemented FromDateTime
Jan Tattermusch
2015-07-23
*
robust conversion from Timespec to DateTime and tests
Jan Tattermusch
2015-07-23
*
fix stylecop warnings
Jan Tattermusch
2015-07-22
*
fix crash caused by wrong size of MetadataEntryStruct
Jan Tattermusch
2015-07-21
*
regenerated code and fixed inconsistencies
Jan Tattermusch
2015-07-21
*
modify client call interface to allow reading status and trailers
Jan Tattermusch
2015-07-21
*
propagate statuscode from server handler
Jan Tattermusch
2015-07-20
*
allow sending trailers from server handler
Jan Tattermusch
2015-07-20
*
populate server context
Jan Tattermusch
2015-07-20
*
refactor server call handlers
Jan Tattermusch
2015-07-20
*
some cleanup and better metadata support
Jan Tattermusch
2015-07-20
*
reading of metadata
Jan Tattermusch
2015-07-20
*
Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worri...
Craig Tiller
2015-07-17
|
\
|
*
Reflect new gpr_timespec type in C#
Craig Tiller
2015-07-17
*
|
renaming stub to client and refactoring metadata class
Jan Tattermusch
2015-07-15
|
/
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
*
Merge remote-tracking branch 'upstream/master' into we-dont-need-no-backup-fi...
Jan Tattermusch
2015-06-11
|
\
*
|
unknown method handler no longer needs to complete request stream
Jan Tattermusch
2015-06-11
*
|
stylecop fixes
Jan Tattermusch
2015-06-09
*
|
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
Jan Tattermusch
2015-06-09
|
\
\
|
|
*
allow specifying channel options when creating a server
Jan Tattermusch
2015-06-09
|
|
*
revamp of c# channel options
Jan Tattermusch
2015-06-09
|
|
/
|
*
gchandle is not needed anymore
Jan Tattermusch
2015-06-05
|
*
Stop using native callbacks for C#
Jan Tattermusch
2015-06-05
*
|
adapt C# to the new server shutdown API
Jan Tattermusch
2015-05-29
|
/
*
make naming of async write methods clearer (by adding Async suffix)
Jan Tattermusch
2015-05-20
*
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
Jan Tattermusch
2015-05-20
*
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
Craig Tiller
2015-05-08
|
\
|
*
added concept of ServerCallContext, that is passed to all server-side handlers
Jan Tattermusch
2015-05-07
|
*
add a generic constraint for TRequest and TResponse to require a class
Jan Tattermusch
2015-05-07
|
*
change todo comment
Jan Tattermusch
2015-05-07
*
|
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
Craig Tiller
2015-05-06
|
\
|
*
|
C# fixes for #1472 core API cleanup
Jan Tattermusch
2015-05-04
|
*
stylecop fixes
Jan Tattermusch
2015-05-04
|
*
Fixes for C# cancellation support
Jan Tattermusch
2015-05-04
|
*
added stats with number of active native calls, useful for debugging
Jan Tattermusch
2015-05-04
|
*
Added basic support for cancellation
Jan Tattermusch
2015-05-04
|
*
A new version C# API based on async/await
Jan Tattermusch
2015-05-04
|
/
*
Removing some ugly hacks from C# server and improving the comments a bit
Jan Tattermusch
2015-04-23
[next]