Jan Tattermusch
f41ebc3968
remove occurences of NewClient factory method
9 years ago
Jan Tattermusch
809148d6c5
migrate code to single client-side class
9 years ago
Jan Tattermusch
d8f7c8ae0e
migrate from client side interface to client side abstract class
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Jan Tattermusch
06c98fa49a
fix copyright
9 years ago
Jan Tattermusch
7d91dc3181
fix #4427
9 years ago
Jan Tattermusch
839dc96a7f
temporarily disable UnimplementedMethod test
9 years ago
Jan Tattermusch
450b281b5b
temporarily disable StatusCodeAndMessage test
9 years ago
Jan Tattermusch
fa20ebc631
implement unimplemented_method interop test
9 years ago
Jan Tattermusch
0ed7315648
implemented more interop tests
9 years ago
Jan Tattermusch
beffc779bb
stop using SSL_CERT_FILE env for C# interop tests
10 years ago
Jan Tattermusch
e4134ddf6c
implement timeout_on_sleeping_server interop test
10 years ago
Jan Tattermusch
2b3579541b
get rid of explicit GrpcEnvironment.Shutdown()
10 years ago
Jan Tattermusch
3c9752e784
Revert "implement timeout_on_sleeping_server interop test"
10 years ago
Jan Tattermusch
39b39d6c96
implement timeout_on_sleeping_server interop test
10 years ago
Jan Tattermusch
8644aeaa71
migrated code to proto3
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
b98e1dd7c4
make some interop tests run as async methods
10 years ago
Jan Tattermusch
a96ac058f4
make insecure channel and server explicit
10 years ago
Jan Tattermusch
b533281e8e
adjust C# generator to match the new API
10 years ago
Jan Tattermusch
04eb89ca26
no need to call GrpcEnvironment.Initialize() explicitly
10 years ago
Jan Tattermusch
c8f7d1079e
fix stylecop issues
10 years ago
Jan Tattermusch
2ddb5a6cb5
revamp of c# channel options
10 years ago
Jan Tattermusch
da71a4d391
add host and port overload for new channel
10 years ago
Jan Tattermusch
7eb3a76279
Replace handwritten testService stub by the generated one
10 years ago
Jan Tattermusch
03e82e2cdf
Split address passed to AddListeningPort into host and port
10 years ago
Jan Tattermusch
e5c446004f
Added basic support for cancellation
10 years ago
Jan Tattermusch
a5272b6adc
A new version C# API based on async/await
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
286975fd2b
Started using immutable collections and other code cleanup
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
208313895d
Added interop server, interop unit tests and fixes to pingpong
10 years ago
Jan Tattermusch
a0fcfcc1fa
Fixed formatting
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
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
a7608b081e
Prototype of gRPC C# library (Core and API examples)
10 years ago