Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | allow shutdown of unstarted server | Jan Tattermusch | 2016-06-08 |
| | |||
* | Add more Channel and Server constructor overloads | Jan Tattermusch | 2016-06-06 |
| | |||
* | support GrpcEnvironment.KillServersAsync | Jan Tattermusch | 2016-06-06 |
| | |||
* | deduplicate server shutdown logic | Jan Tattermusch | 2016-06-06 |
| | |||
* | make environment shutdown asynchronous | Jan Tattermusch | 2016-06-06 |
| | |||
* | improve docs on ShutdownAsync() for servers and channels | Jan Tattermusch | 2016-06-06 |
| | |||
* | eliminate global completion registry | Jan Tattermusch | 2016-05-25 |
| | |||
* | completion registry is per cq | Jan Tattermusch | 2016-05-25 |
| | |||
* | add support for multiple cqs to GrpcThreadPool | Jan Tattermusch | 2016-05-25 |
| | |||
* | fix compilation on windows | Jan Tattermusch | 2016-05-09 |
| | |||
* | dont lock to run server_request_call | Jan Tattermusch | 2016-05-09 |
| | |||
* | start server with more than one allowed RPCs | Jan Tattermusch | 2016-05-09 |
| | |||
* | eliminate a thread switch when invoking server-side handler | Jan Tattermusch | 2016-05-09 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | update copyrights | Jan Tattermusch | 2016-02-18 |
| | |||
* | rename Preconditions to GrpcPreconditions | Jan Tattermusch | 2016-02-18 |
| | |||
* | fix bug in Server.KillAsync() | Jan Tattermusch | 2015-12-14 |
| | |||
* | add ConfigureAwait(false) where needed | Jan Tattermusch | 2015-12-07 |
| | |||
* | polishing public docs | Jan Tattermusch | 2015-08-24 |
| | |||
* | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 |
| | |||
* | fix preconditions class | Jan Tattermusch | 2015-08-10 |
| | |||
* | changed the way ports are added to the server | Jan Tattermusch | 2015-08-04 |
| | |||
* | changed way service definitions are added to the server | Jan Tattermusch | 2015-08-04 |
| | |||
* | make insecure channel and server explicit | Jan Tattermusch | 2015-07-24 |
| | |||
* | introduce gRPC logger | Jan Tattermusch | 2015-07-24 |
| | |||
* | set primary user agent by C# channel | Jan Tattermusch | 2015-07-22 |
| | |||
* | refactor server call handlers | Jan Tattermusch | 2015-07-20 |
| | |||
* | some cleanup and better metadata support | Jan Tattermusch | 2015-07-20 |
| | |||
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me | Masood Malekghassemi | 2015-06-15 |
|\ | |||
* \ | 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 |
| |/ | |||
| * | Merge pull request #1966 from jtattermusch/csharp_revamp | Michael Lumish | 2015-06-09 |
| |\ | | | | | | | Stop using native callbacks for C# | ||
| * | | add host and port overload for new channel | Jan Tattermusch | 2015-06-08 |
| | | | |||
| | * | Stop using native callbacks for C# | Jan Tattermusch | 2015-06-05 |
| |/ | |||
* / | adapt C# to the new server shutdown API | Jan Tattermusch | 2015-05-29 |
|/ | |||
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 |
|\ | |||
| * | Split address passed to AddListeningPort into host and port | 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 |
| | | |||
| * | 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 |
| | |||
* | Various Windows fixes. | Nicolas Noble | 2015-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 warnings | Jan Tattermusch | 2015-03-11 |
| | |||
* | C# server side TLS support | Jan Tattermusch | 2015-03-09 |
| | |||
* | added C# interop server | Jan Tattermusch | 2015-02-26 |
| | |||
* | renaming of VS projects and other minor structural fixes | Jan Tattermusch | 2015-02-20 |