Jan Tattermusch
e6d1de6054
eliminate global completion registry
9 years ago
Jan Tattermusch
b089320d40
completion registry is per cq
9 years ago
Jan Tattermusch
5ee8e77522
add support for multiple cqs to GrpcThreadPool
9 years ago
Jan Tattermusch
dae51b0fe5
fix compilation on windows
9 years ago
Jan Tattermusch
1e1fa0870f
dont lock to run server_request_call
9 years ago
Jan Tattermusch
26cc1427e9
start server with more than one allowed RPCs
9 years ago
Jan Tattermusch
65ca9dcabc
eliminate a thread switch when invoking server-side handler
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Jan Tattermusch
0f892567ee
update copyrights
9 years ago
Jan Tattermusch
7a3ee6a3a3
rename Preconditions to GrpcPreconditions
9 years ago
Jan Tattermusch
7608c96758
fix bug in Server.KillAsync()
9 years ago
Jan Tattermusch
723c34bae2
add ConfigureAwait(false) where needed
9 years ago
Jan Tattermusch
12855fc682
polishing public docs
10 years ago
Jan Tattermusch
2b3579541b
get rid of explicit GrpcEnvironment.Shutdown()
10 years ago
Jan Tattermusch
39a9ec8954
fix preconditions class
10 years ago
Jan Tattermusch
31ba063224
changed the way ports are added to the server
10 years ago
Jan Tattermusch
021df8a7f2
changed way service definitions are added to the server
10 years ago
Jan Tattermusch
a96ac058f4
make insecure channel and server explicit
10 years ago
Jan Tattermusch
0526161385
introduce gRPC logger
10 years ago
Jan Tattermusch
766d72b1c0
set primary user agent by C# channel
10 years ago
Jan Tattermusch
5bbd8186cc
refactor server call handlers
10 years ago
Jan Tattermusch
77415b63bb
some cleanup and better metadata support
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
da71a4d391
add host and port overload for new channel
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
03e82e2cdf
Split address passed to AddListeningPort into host and port
10 years ago
Jan Tattermusch
1215c33c43
C# fixes for #1472 core API cleanup
10 years ago
Jan Tattermusch
a5272b6adc
A new version C# API based on async/await
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
503bbac217
added C# interop server
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
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
23821ceb69
Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once.
10 years ago
Jan Tattermusch
15111f5c6b
Polishing C# math service implementation and added an in-process mathclient mathserver test
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