aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Internal
Commit message (Collapse)AuthorAge
* use NULL for default host in grpc_channel_call_createGravatar Jan Tattermusch2015-08-04
|
* Added channel state APIGravatar Jan Tattermusch2015-08-04
|
* make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
|
* introduce gRPC loggerGravatar Jan Tattermusch2015-07-24
|
* added option to authenticate client using root cert chainGravatar Jan Tattermusch2015-07-24
|
* expose peer info in serverside call handlersGravatar Jan Tattermusch2015-07-24
|
* explicitly convert deadline for server handlers to realtimeGravatar Jan Tattermusch2015-07-23
|
* add Timeout support and testsGravatar Jan Tattermusch2015-07-23
|
* Timespec.FromDateTime implementation and testsGravatar Jan Tattermusch2015-07-23
|
* implemented FromDateTimeGravatar Jan Tattermusch2015-07-23
|
* robust conversion from Timespec to DateTime and testsGravatar Jan Tattermusch2015-07-23
|
* fix stylecop warningsGravatar Jan Tattermusch2015-07-22
|
* fix crash caused by wrong size of MetadataEntryStructGravatar Jan Tattermusch2015-07-21
|
* regenerated code and fixed inconsistenciesGravatar Jan Tattermusch2015-07-21
|
* modify client call interface to allow reading status and trailersGravatar Jan Tattermusch2015-07-21
|
* propagate statuscode from server handlerGravatar Jan Tattermusch2015-07-20
|
* allow sending trailers from server handlerGravatar Jan Tattermusch2015-07-20
|
* populate server contextGravatar Jan Tattermusch2015-07-20
|
* refactor server call handlersGravatar Jan Tattermusch2015-07-20
|
* some cleanup and better metadata supportGravatar Jan Tattermusch2015-07-20
|
* reading of metadataGravatar Jan Tattermusch2015-07-20
|
* Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2015-07-17
|\ | | | | | | no-worries-i-can-wait
| * Reflect new gpr_timespec type in C#Gravatar Craig Tiller2015-07-17
| |
* | renaming stub to client and refactoring metadata classGravatar Jan Tattermusch2015-07-15
|/
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Jan Tattermusch2015-06-11
|\ | | | | | | we-dont-need-no-backup-fix-merge-master
* | unknown method handler no longer needs to complete request streamGravatar Jan Tattermusch2015-06-11
| |
* | stylecop fixesGravatar Jan Tattermusch2015-06-09
| |
* | Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\ \
| | * allow specifying channel options when creating a serverGravatar Jan Tattermusch2015-06-09
| | |
| | * revamp of c# channel optionsGravatar Jan Tattermusch2015-06-09
| |/
| * gchandle is not needed anymoreGravatar Jan Tattermusch2015-06-05
| |
| * Stop using native callbacks for C#Gravatar Jan Tattermusch2015-06-05
| |
* | adapt C# to the new server shutdown APIGravatar Jan Tattermusch2015-05-29
|/
* make naming of async write methods clearer (by adding Async suffix)Gravatar Jan Tattermusch2015-05-20
|
* Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
|
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\
| * added concept of ServerCallContext, that is passed to all server-side handlersGravatar Jan Tattermusch2015-05-07
| |
| * add a generic constraint for TRequest and TResponse to require a classGravatar Jan Tattermusch2015-05-07
| |
| * change todo commentGravatar Jan Tattermusch2015-05-07
| |
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-06
|\|
* | C# fixes for #1472 core API cleanupGravatar Jan Tattermusch2015-05-04
| |
| * stylecop fixesGravatar Jan Tattermusch2015-05-04
| |
| * Fixes for C# cancellation supportGravatar Jan Tattermusch2015-05-04
| |
| * added stats with number of active native calls, useful for debuggingGravatar Jan Tattermusch2015-05-04
| |
| * Added basic support for cancellationGravatar Jan Tattermusch2015-05-04
| |
| * A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
|/
* Removing some ugly hacks from C# server and improving the comments a bitGravatar Jan Tattermusch2015-04-23
|
* Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* added support for metadataGravatar Jan Tattermusch2015-03-16
|