1. 0de5407 Merge pull request #1221 from jtattermusch/math_server by Tim Emiola · 10 years ago
  2. 8c5d68b add calltype decl where missing by Jan Tattermusch · 10 years ago
  3. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 10 years ago
  4. 4c64d46 Added example math server by Jan Tattermusch · 10 years ago
  5. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 10 years ago
  6. cfd6073 Various Windows fixes. by Nicolas Noble · 10 years ago
  7. c0b3721 added support for metadata by Jan Tattermusch · 10 years ago
  8. 286975f Started using immutable collections and other code cleanup by Jan Tattermusch · 10 years ago
  9. 3de9f49 Setting up stylecop to ignore generated files and fixing style by Jan Tattermusch · 10 years ago
  10. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 10 years ago
  11. 053d894 added stylecop settings file by Jan Tattermusch · 10 years ago
  12. b0829eb C# server side TLS support by Jan Tattermusch · 10 years ago
  13. 13cd125 Used StyleCop to get rid of tabs in the source code by Jan Tattermusch · 10 years ago
  14. 49fd7fe removed some compiler warnings by Jan Tattermusch · 10 years ago
  15. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 10 years ago
  16. f7e32a6 C# interop client support for external CA file by Jan Tattermusch · 10 years ago
  17. 93adddc Merge pull request #929 from jtattermusch/csharp_tls by Tim Emiola · 10 years ago
  18. 1970a5b added C# to run_tests.py by Jan Tattermusch · 10 years ago
  19. 1532923 client side support for TLS by Jan Tattermusch · 10 years ago
  20. 1ab2e89 Merge pull request #910 from mbrukman/readme-no-exec by Nicolas Noble · 10 years ago
  21. 5b53e35 Remove HTTP mappings from status.h by Eric Anderson · 10 years ago
  22. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 10 years ago
  23. bd3df5f fix conditional inclusion of grpc_csharp_ext.dll by Jan Tattermusch · 10 years ago
  24. 69dc65a Merge pull request #862 from jtattermusch/interop_server by Tim Emiola · 10 years ago
  25. 867e6b6 Update README.md by Jan Tattermusch · 10 years ago
  26. 503bbac added C# interop server by Jan Tattermusch · 10 years ago
  27. 4788e78 fixed server streaming by Jan Tattermusch · 10 years ago
  28. 0e1f527 fix to make empty_stream pass against C++ server by Jan Tattermusch · 10 years ago
  29. 2083138 Added interop server, interop unit tests and fixes to pingpong by Jan Tattermusch · 10 years ago
  30. 44553b5 clang-format by Jan Tattermusch · 10 years ago
  31. b17b00b Fix to make the conditional include under Windows by Jan Tattermusch · 10 years ago
  32. 5ffb4c3 Include grpc_csharp_ext.dll only under Windows by Jan Tattermusch · 10 years ago
  33. abf2202 grpc_csharp_ext.dll added to the project to force automatic copying to the output dir by Jan Tattermusch · 10 years ago
  34. 5339814 Added ability for c# to redirect C core logs to arbitrary sink by Jan Tattermusch · 10 years ago
  35. 5b14166 Added some measurement numbers to comments. by Jan Tattermusch · 10 years ago
  36. a0fcfcc Fixed formatting by Jan Tattermusch · 10 years ago
  37. 4d70326 Fix exception unwrapping for unary call by Jan Tattermusch · 10 years ago
  38. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  39. 4e40db0 added NuGet package specifications by Jan Tattermusch · 10 years ago
  40. b2d4b83 Added EXPERIMENTAL-ONLY disclaimer file by Jan Tattermusch · 10 years ago
  41. 0182981 update README file by Jan Tattermusch · 10 years ago
  42. 92aa11d renamed MathClient -> Grpc.Examples.MathClient by Jan Tattermusch · 10 years ago
  43. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 10 years ago
  44. d3a7927 moved proto files to Grpc.IntegrationTesting by Jan Tattermusch · 10 years ago
  45. 03e9da7 moved interop testing specific files to Grpc.IntegrationTesting by Jan Tattermusch · 10 years ago
  46. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago
  47. b84abbd set assembly versions to 0.1 to have lower version than languages in alpha by Jan Tattermusch · 10 years ago
  48. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 10 years ago
  49. 1b360d3 Update README.md by Jayant Kolhe · 10 years ago
  50. caf7b78 nit in README by Jan Tattermusch · 10 years ago
  51. df89cf8 Updated Copyright information and assembly versions for C# by Jan Tattermusch · 10 years ago
  52. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  53. 2f2afd2 fixed string.h include by Jan Tattermusch · 10 years ago
  54. bb0c65b updated C# readme by Jan Tattermusch · 10 years ago
  55. ec77624 fix typo: shutdown should be used in teardown. by Jan Tattermusch · 10 years ago
  56. 8d2e572 got rid of server_add_secure_http2_port by Jan Tattermusch · 10 years ago
  57. 8d7ce43 formatting by Jan Tattermusch · 10 years ago
  58. 37afb9a fixing unknown method call handler on server by Jan Tattermusch · 10 years ago
  59. fa21673 clang-format by Jan Tattermusch · 10 years ago
  60. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 10 years ago
  61. a96afb0 renaming file name to match class name by Jan Tattermusch · 10 years ago
  62. 3f8962c removal of unused methods in extension library by Jan Tattermusch · 10 years ago
  63. 337a2dd migration to new C API by Jan Tattermusch · 10 years ago
  64. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  65. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  66. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  67. f222a4a Add C# checks by Craig Tiller · 10 years ago
  68. ad1fd3a Add proto copyrights by Craig Tiller · 10 years ago
  69. 1d1f952 The Python interoperability testing server. by Nathaniel Manista · 10 years ago
  70. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  71. 07002d7 changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  72. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  73. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  74. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  75. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 10 years ago
  76. a9edeef clang-format of grpc_csharp_ext.c by Jan Tattermusch · 10 years ago
  77. 61f93b2 Fixed Timespec to work on Windows, fixes in ServerSafeHandle by Jan Tattermusch · 10 years ago
  78. c9562b6 fixes in extension library by Jan Tattermusch · 10 years ago
  79. 86a249f little refactoring for Timespec by Jan Tattermusch · 10 years ago
  80. e1e1187 bind Pinvoke c# call to the new wrappers by Jan Tattermusch · 10 years ago
  81. 35e4280 added wrappers for all grpc and gpr functions used by grpc C# by Jan Tattermusch · 10 years ago
  82. 20b738d reference windows-style library names in DllImport, mono still finds the right library by Jan Tattermusch · 10 years ago
  83. 630f1b8 Update completion type enum to reflect changes in grpc.h by Jan Tattermusch · 10 years ago
  84. f0ea718 update readme file by Jan Tattermusch · 10 years ago
  85. 860f6d0 started using nuget packages for dependencies by Jan Tattermusch · 10 years ago
  86. 392d1e0 addressed review comments by Jan Tattermusch · 10 years ago
  87. 6b7523d updated readme by Jan Tattermusch · 10 years ago
  88. d233d3a added some more interop tests by Jan Tattermusch · 10 years ago
  89. 56b805f added support for streaming calls to TestService stubs by Jan Tattermusch · 10 years ago
  90. eb3e76e scaffolding for interop_client and little bit of project renaming by Jan Tattermusch · 10 years ago
  91. a4b63bf Added simplified TestService for interop testing by Jan Tattermusch · 10 years ago
  92. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 10 years ago
  93. 3d6fa14 Merge pull request #411 from jtattermusch/csharp_server by Michael Lumish · 10 years ago
  94. caa3614 removed outdated comment by Jan Tattermusch · 10 years ago
  95. a3b659c added comment by Jan Tattermusch · 10 years ago
  96. aeec9a9 Added usage info to csharp/README.md by Jan Tattermusch · 10 years ago
  97. 8ce5e8b Improved the server implementation to be able to register call handlers, also some refactoring by Jan Tattermusch · 10 years ago
  98. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 10 years ago
  99. ea6f6d9 updated readme by Jan Tattermusch · 10 years ago
  100. 94c3653 added grpc extension library for C# by Jan Tattermusch · 10 years ago