aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Internal
Commit message (Expand)AuthorAge
* 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 we-dont-need-no-backup-fi...Gravatar Jan Tattermusch2015-06-11
|\
* | 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
* added support for metadataGravatar Jan Tattermusch2015-03-16
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
* Used StyleCop to get rid of tabs in the source codeGravatar Jan Tattermusch2015-03-06
* Split async call into server and client classes sharing the same base.Gravatar Jan Tattermusch2015-03-06
* client side support for TLSGravatar Jan Tattermusch2015-03-03
* fixed server streamingGravatar Jan Tattermusch2015-02-25
* fix to make empty_stream pass against C++ serverGravatar Jan Tattermusch2015-02-25
* Added ability for c# to redirect C core logs to arbitrary sinkGravatar Jan Tattermusch2015-02-25
* Fix exception unwrapping for unary callGravatar Jan Tattermusch2015-02-23
* Added support for true synchronous unary call and added some performance tests.Gravatar Jan Tattermusch2015-02-23
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20