Stanley Cheung
c290c115fa
PHP: update examples
8 years ago
Jan Tattermusch
08dea32d24
update C# to the new C core auth API
9 years ago
Jan Tattermusch
5bd7005833
introduce the new split-type credentials api
9 years ago
Jan Tattermusch
d367748d89
Stop using native callbacks for C#
10 years ago
Jan Tattermusch
03e82e2cdf
Split address passed to AddListeningPort into host and port
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
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
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