Commit Graph

1184 Commits

Author SHA1 Message Date
Craig Tiller f222a4afe9 Add C# checks 2015-02-16 12:28:10 -08:00
Craig Tiller ad1fd3a49e Add proto copyrights 2015-02-16 12:23:04 -08:00
Nathaniel Manista 1d1f952731 The Python interoperability testing server. 2015-02-15 01:21:18 +00:00
Tim Emiola d853baacd8 Merge pull request #516 from jtattermusch/csharp_shutdown
C# refactoring of GrpcEnvironment and PortPicker
2015-02-13 13:06:11 -08:00
Jan Tattermusch 07002d75dc changed 2014 -> 2015 2015-02-13 11:24:27 -08:00
Jan Tattermusch af77b3d0b7 changed 2014 -> 2015 2015-02-13 11:22:21 -08:00
Jan Tattermusch a7fff86b61 added license headers to all grpc C# files 2015-02-13 11:12:46 -08:00
Jan Tattermusch 23821ceb69 Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. 2015-02-13 10:46:02 -08:00
Jan Tattermusch 07fadea2ff Got rid of the PortPicker utility 2015-02-13 10:03:37 -08:00
Jan Tattermusch a9edeef4cc clang-format of grpc_csharp_ext.c 2015-02-12 14:29:10 -08:00
Jan Tattermusch 61f93b2b06 Fixed Timespec to work on Windows, fixes in ServerSafeHandle 2015-02-12 14:18:03 -08:00
Jan Tattermusch c9562b6c4b fixes in extension library 2015-02-12 14:18:03 -08:00
Jan Tattermusch 86a249f6f0 little refactoring for Timespec 2015-02-12 14:18:03 -08:00
Jan Tattermusch e1e11878cb bind Pinvoke c# call to the new wrappers 2015-02-12 14:18:03 -08:00
Jan Tattermusch 35e4280db9 added wrappers for all grpc and gpr functions used by grpc C# 2015-02-12 14:18:03 -08:00
Jan Tattermusch 20b738d778 reference windows-style library names in DllImport, mono still finds the right library 2015-02-11 16:26:12 -08:00
Jan Tattermusch 630f1b842e Update completion type enum to reflect changes in grpc.h 2015-02-11 16:15:39 -08:00
Jan Tattermusch f0ea718c98 update readme file 2015-02-10 09:50:57 -08:00
Jan Tattermusch 860f6d0820 started using nuget packages for dependencies 2015-02-10 08:29:51 -08:00
Jan Tattermusch 392d1e0cfe addressed review comments 2015-02-09 11:13:51 -08:00
Jan Tattermusch 6b7523d5dc updated readme 2015-02-06 14:20:39 -08:00
Jan Tattermusch d233d3ae58 added some more interop tests 2015-02-06 14:17:07 -08:00
Jan Tattermusch 56b805ff03 added support for streaming calls to TestService stubs 2015-02-06 14:17:07 -08:00
Jan Tattermusch eb3e76e76c scaffolding for interop_client and little bit of project renaming 2015-02-06 14:17:07 -08:00
Jan Tattermusch a4b63bfc6b Added simplified TestService for interop testing 2015-02-06 14:17:07 -08:00
Jan Tattermusch 15111f5c6b Polishing C# math service implementation and added an in-process mathclient mathserver test 2015-02-05 18:37:17 -08:00
Michael Lumish 3d6fa14f1a Merge pull request #411 from jtattermusch/csharp_server
Improved C# grpc server implementation to be able to register call handlers
2015-02-05 18:33:27 -08:00
Jan Tattermusch caa361466c removed outdated comment 2015-02-05 18:26:05 -08:00
Jan Tattermusch a3b659c3ae added comment 2015-02-05 18:24:02 -08:00
Jan Tattermusch aeec9a93e8 Added usage info to csharp/README.md 2015-02-05 13:12:41 -08:00
Jan Tattermusch 8ce5e8bbcc Improved the server implementation to be able to register call handlers, also some refactoring 2015-02-05 11:10:06 -08:00
Jan Tattermusch a7608b081e Prototype of gRPC C# library (Core and API examples) 2015-02-03 18:11:10 -08:00
Jan Tattermusch ea6f6d99f4 updated readme 2015-02-03 17:26:44 -08:00
Jan Tattermusch 94c365326a added grpc extension library for C# 2015-02-03 15:58:31 -08:00