Jan Tattermusch
e84b6180dc
get rid of dependencies on some unneeded nuget packages
10 years ago
Jan Tattermusch
085533e1dc
Replace handwritten math 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
a5272b6adc
A new version C# API based on async/await
10 years ago
Jan Tattermusch
8c61db9164
cleanup of C# API examples
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
babfd91e4a
Rename Grpc.Api to Grpc.Examples
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
607307d0be
Cleanup of AsyncCall.cs
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