aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Server.cs
Commit message (Collapse)AuthorAge
* polish HandleCallAsyncGravatar Jan Tattermusch2016-10-24
|
* expose knob for adjusting number of requested callsGravatar Jan Tattermusch2016-10-21
|
* introduce separate grpcsharp_request_call_contextGravatar Jan Tattermusch2016-10-21
|
* request more rpcs per threadGravatar Jan Tattermusch2016-10-21
|
* allow new RPC once previous call has been handledGravatar Jan Tattermusch2016-10-20
|
* refactor NoSuchMethodCallHandlerGravatar Jan Tattermusch2016-10-18
|
* allow shutdown of unstarted serverGravatar Jan Tattermusch2016-06-08
|
* Add more Channel and Server constructor overloadsGravatar Jan Tattermusch2016-06-06
|
* support GrpcEnvironment.KillServersAsyncGravatar Jan Tattermusch2016-06-06
|
* deduplicate server shutdown logicGravatar Jan Tattermusch2016-06-06
|
* make environment shutdown asynchronousGravatar Jan Tattermusch2016-06-06
|
* improve docs on ShutdownAsync() for servers and channelsGravatar Jan Tattermusch2016-06-06
|
* eliminate global completion registryGravatar Jan Tattermusch2016-05-25
|
* completion registry is per cqGravatar Jan Tattermusch2016-05-25
|
* add support for multiple cqs to GrpcThreadPoolGravatar Jan Tattermusch2016-05-25
|
* fix compilation on windowsGravatar Jan Tattermusch2016-05-09
|
* dont lock to run server_request_callGravatar Jan Tattermusch2016-05-09
|
* start server with more than one allowed RPCsGravatar Jan Tattermusch2016-05-09
|
* eliminate a thread switch when invoking server-side handlerGravatar Jan Tattermusch2016-05-09
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* 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
|