aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Server.cs
Commit message (Collapse)AuthorAge
* update copyrightsGravatar Jan Tattermusch2016-02-18
|
* rename Preconditions to GrpcPreconditionsGravatar Jan Tattermusch2016-02-18
|
* fix bug in Server.KillAsync()Gravatar Jan Tattermusch2015-12-14
|
* add ConfigureAwait(false) where neededGravatar Jan Tattermusch2015-12-07
|
* polishing public docsGravatar Jan Tattermusch2015-08-24
|
* get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
|
* fix preconditions classGravatar Jan Tattermusch2015-08-10
|
* changed the way ports are added to the serverGravatar Jan Tattermusch2015-08-04
|
* changed way service definitions are added to the serverGravatar Jan Tattermusch2015-08-04
|
* make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
|
* introduce gRPC loggerGravatar Jan Tattermusch2015-07-24
|
* set primary user agent by C# channelGravatar Jan Tattermusch2015-07-22
|
* refactor server call handlersGravatar Jan Tattermusch2015-07-20
|
* some cleanup and better metadata supportGravatar Jan Tattermusch2015-07-20
|
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
|
* Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-meGravatar Masood Malekghassemi2015-06-15
|\
* \ 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
| |/
| * Merge pull request #1966 from jtattermusch/csharp_revampGravatar Michael Lumish2015-06-09
| |\ | | | | | | Stop using native callbacks for C#
| * | add host and port overload for new channelGravatar Jan Tattermusch2015-06-08
| | |
| | * Stop using native callbacks for C#Gravatar Jan Tattermusch2015-06-05
| |/
* / adapt C# to the new server shutdown APIGravatar Jan Tattermusch2015-05-29
|/
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\
| * Split address passed to AddListeningPort into host and portGravatar 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
| |
| * 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.
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
|
* added C# interop serverGravatar Jan Tattermusch2015-02-26
|
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20