Jan Tattermusch
04eb89ca26
no need to call GrpcEnvironment.Initialize() explicitly
2015-07-10 22:18:16 -07:00
Masood Malekghassemi
a3697b451b
Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me
2015-06-15 10:29:20 -07:00
Jan Tattermusch
9bfedd67e0
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
2015-06-09 17:47:56 -07:00
Jan Tattermusch
6d53a5c60b
allow specifying channel options when creating a server
2015-06-09 16:06:29 -07:00
Michael Lumish
02f9cb2efa
Merge pull request #1966 from jtattermusch/csharp_revamp
...
Stop using native callbacks for C#
2015-06-09 12:58:09 -07:00
Jan Tattermusch
da71a4d391
add host and port overload for new channel
2015-06-08 15:36:53 -07:00
Jan Tattermusch
d367748d89
Stop using native callbacks for C#
2015-06-05 18:21:51 -07:00
Jan Tattermusch
c4e81ad03d
adapt C# to the new server shutdown API
2015-05-29 17:39:07 -07:00
Craig Tiller
cc82be534e
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
2015-05-08 08:38:53 -07:00
Jan Tattermusch
03e82e2cdf
Split address passed to AddListeningPort into host and port
2015-05-07 09:14:13 -07:00
Craig Tiller
12f809fd89
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
2015-05-06 13:14:06 -07:00
Jan Tattermusch
1215c33c43
C# fixes for #1472 core API cleanup
2015-05-04 19:39:59 -07:00
Jan Tattermusch
a5272b6adc
A new version C# API based on async/await
2015-05-04 09:21:37 -07:00
Jan Tattermusch
97e294aadc
Removing some ugly hacks from C# server and improving the comments a bit
2015-04-23 14:30:59 -07:00
Nicolas Noble
cfd6073a66
Various Windows fixes.
...
-) 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.
2015-03-19 04:21:22 +01:00
Jan Tattermusch
075dde42fe
code style fixes based on StyleCop warnings
2015-03-11 18:23:53 -07:00
Jan Tattermusch
b0829ebaf1
C# server side TLS support
2015-03-09 16:05:05 -07:00
Jan Tattermusch
503bbac217
added C# interop server
2015-02-26 18:30:46 -08:00
Jan Tattermusch
8b86b15e67
renaming of VS projects and other minor structural fixes
2015-02-20 09:49:25 -08:00