aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/GrpcCore
Commit message (Collapse)AuthorAge
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20
|
* set assembly versions to 0.1 to have lower version than languages in alphaGravatar Jan Tattermusch2015-02-20
|
* Updated Copyright information and assembly versions for C#Gravatar Jan Tattermusch2015-02-19
|
* Changed namespace from Google.GRPC to Grpc, sorted using statements, minor ↵Gravatar Jan Tattermusch2015-02-19
| | | | refactorings
* got rid of server_add_secure_http2_portGravatar Jan Tattermusch2015-02-18
|
* fixing unknown method call handler on serverGravatar Jan Tattermusch2015-02-18
|
* Cleanup of AsyncCall.csGravatar Jan Tattermusch2015-02-18
|
* renaming file name to match class nameGravatar Jan Tattermusch2015-02-18
|
* migration to new C APIGravatar Jan Tattermusch2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* 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
| |
* | 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
|/
* Fixed Timespec to work on Windows, fixes in ServerSafeHandleGravatar Jan Tattermusch2015-02-12
|
* little refactoring for TimespecGravatar Jan Tattermusch2015-02-12
|
* bind Pinvoke c# call to the new wrappersGravatar 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
|
* started using nuget packages for dependenciesGravatar Jan Tattermusch2015-02-10
|
* addressed review commentsGravatar Jan Tattermusch2015-02-09
|
* added some more interop testsGravatar Jan Tattermusch2015-02-06
|
* Polishing C# math service implementation and added an in-process mathclient ↵Gravatar Jan Tattermusch2015-02-05
| | | | mathserver test
* removed outdated commentGravatar Jan Tattermusch2015-02-05
|
* added commentGravatar 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