Jan Tattermusch
a96ac058f4
make insecure channel and server explicit
10 years ago
Jan Tattermusch
04eb89ca26
no need to call GrpcEnvironment.Initialize() explicitly
10 years ago
Jan Tattermusch
6d53a5c60b
allow specifying channel options when creating a server
10 years ago
Jan Tattermusch
d367748d89
Stop using native callbacks for C#
10 years ago
Jan Tattermusch
c4e81ad03d
adapt C# to the new server shutdown API
10 years ago
Jan Tattermusch
7ca6179c66
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
10 years ago
Jan Tattermusch
1215c33c43
C# fixes for #1472 core API cleanup
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Craig Tiller
6f7030b9d7
revert accidental change
10 years ago
Craig Tiller
1a727fde47
clang-format
10 years ago
Jan Tattermusch
97e294aadc
Removing some ugly hacks from C# server and improving the comments a bit
10 years ago
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.
10 years ago
Jan Tattermusch
075dde42fe
code style fixes based on StyleCop warnings
10 years ago
Jan Tattermusch
b0829ebaf1
C# server side TLS support
10 years ago
Jan Tattermusch
8b86b15e67
renaming of VS projects and other minor structural fixes
10 years ago
Jan Tattermusch
3086862d20
Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings
10 years ago
Jan Tattermusch
8d2e572371
got rid of server_add_secure_http2_port
10 years ago
Jan Tattermusch
337a2ddba5
migration to new C API
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Jan Tattermusch
af77b3d0b7
changed 2014 -> 2015
10 years ago
Jan Tattermusch
a7fff86b61
added license headers to all grpc C# files
10 years ago
Jan Tattermusch
61f93b2b06
Fixed Timespec to work on Windows, fixes in ServerSafeHandle
10 years ago
Jan Tattermusch
e1e11878cb
bind Pinvoke c# call to the new wrappers
10 years ago
Jan Tattermusch
20b738d778
reference windows-style library names in DllImport, mono still finds the right library
10 years ago
Jan Tattermusch
8ce5e8bbcc
Improved the server implementation to be able to register call handlers, also some refactoring
10 years ago
Jan Tattermusch
a7608b081e
Prototype of gRPC C# library (Core and API examples)
10 years ago