Jan Tattermusch
04eb89ca26
no need to call GrpcEnvironment.Initialize() explicitly
10 years ago
Jan Tattermusch
797b875ef2
undo hotfix from #1731
10 years ago
Jan Tattermusch
c0e3a6682f
temporary hotfix before #1577 is in
10 years ago
Jan Tattermusch
da71a4d391
add host and port overload for new channel
10 years ago
Jan Tattermusch
03e82e2cdf
Split address passed to AddListeningPort into host and port
10 years ago
Jan Tattermusch
8ab1f7ed3d
added concept of ServerCallContext, that is passed to all server-side handlers
10 years ago
Jan Tattermusch
32d95b9744
remove duplicate initialize
10 years ago
Jan Tattermusch
8c2dd9d864
Fixes for C# cancellation support
10 years ago
Jan Tattermusch
618647dc74
fixed some stylecop warnings
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
c0b3721d61
added support for metadata
10 years ago
Jan Tattermusch
075dde42fe
code style fixes based on StyleCop warnings
10 years ago
Jan Tattermusch
50faa8f78b
Added support for true synchronous unary call and added some performance tests.
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
ec77624a9f
fix typo: shutdown should be used in teardown.
10 years ago
Jan Tattermusch
8d7ce43aa4
formatting
10 years ago
Jan Tattermusch
37afb9ab2b
fixing unknown method call handler on server
10 years ago
Jan Tattermusch
607307d0be
Cleanup of AsyncCall.cs
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
07fadea2ff
Got rid of the PortPicker utility
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