aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* Merge pull request #516 from jtattermusch/csharp_shutdownGravatar Tim Emiola2015-02-13
|\ | | | | C# refactoring of GrpcEnvironment and PortPicker
* | changed 2014 -> 2015Gravatar Jan Tattermusch2015-02-13
| |
* | changed 2014 -> 2015Gravatar Jan Tattermusch2015-02-13
| |
* | added license headers to all grpc C# filesGravatar Jan Tattermusch2015-02-13
| |
| * Reworked GrpcEnvironment initialization and shutdown to allow running all ↵Gravatar Jan Tattermusch2015-02-13
| | | | | | | | tests at once.
| * Got rid of the PortPicker utilityGravatar Jan Tattermusch2015-02-13
|/
* clang-format of grpc_csharp_ext.cGravatar Jan Tattermusch2015-02-12
|
* Fixed Timespec to work on Windows, fixes in ServerSafeHandleGravatar Jan Tattermusch2015-02-12
|
* fixes in extension libraryGravatar Jan Tattermusch2015-02-12
|
* little refactoring for TimespecGravatar Jan Tattermusch2015-02-12
|
* bind Pinvoke c# call to the new wrappersGravatar Jan Tattermusch2015-02-12
|
* added wrappers for all grpc and gpr functions used by grpc C#Gravatar Jan Tattermusch2015-02-12
|
* reference windows-style library names in DllImport, mono still finds the ↵Gravatar Jan Tattermusch2015-02-11
| | | | right library
* Update completion type enum to reflect changes in grpc.hGravatar Jan Tattermusch2015-02-11
|
* update readme fileGravatar Jan Tattermusch2015-02-10
|
* started using nuget packages for dependenciesGravatar Jan Tattermusch2015-02-10
|
* addressed review commentsGravatar Jan Tattermusch2015-02-09
|
* updated readmeGravatar Jan Tattermusch2015-02-06
|
* added some more interop testsGravatar Jan Tattermusch2015-02-06
|
* added support for streaming calls to TestService stubsGravatar Jan Tattermusch2015-02-06
|
* scaffolding for interop_client and little bit of project renamingGravatar Jan Tattermusch2015-02-06
|
* Added simplified TestService for interop testingGravatar Jan Tattermusch2015-02-06
|
* Polishing C# math service implementation and added an in-process mathclient ↵Gravatar Jan Tattermusch2015-02-05
| | | | mathserver test
* Merge pull request #411 from jtattermusch/csharp_serverGravatar Michael Lumish2015-02-05
|\ | | | | Improved C# grpc server implementation to be able to register call handlers
| * removed outdated commentGravatar Jan Tattermusch2015-02-05
| |
| * added commentGravatar Jan Tattermusch2015-02-05
| |
* | Added usage info to csharp/README.mdGravatar Jan Tattermusch2015-02-05
| |
| * Improved the server implementation to be able to register call handlers, ↵Gravatar Jan Tattermusch2015-02-05
|/ | | | also some refactoring
* Prototype of gRPC C# library (Core and API examples)Gravatar Jan Tattermusch2015-02-03
|
* updated readmeGravatar Jan Tattermusch2015-02-03
|
* added grpc extension library for C#Gravatar Jan Tattermusch2015-02-03