1. c2f270f sync nunit version for all test projects by Jan Tattermusch · 6 years ago
  2. 1987aa2 demonstrate testability of server-side impl classes by Jan Tattermusch · 6 years ago
  3. 1d10702 add tests demonstrating how to mock client stubs by Jan Tattermusch · 6 years ago
  4. b352be0 Upmerge from v1.6.x branch to master by David Garcia Quintas · 7 years ago
  5. 3984351 PackageTargetFallback not necessary by Jan Tattermusch · 7 years ago
  6. a37b72e dont set RuntimeFrameworkVersion unneccessarily by Jan Tattermusch · 7 years ago
  7. ff6c036 unify loggers used by Grpc tests by Jan Tattermusch · 7 years ago
  8. b8c77c5 Fix warnings in Grpc.Examples by Jan Tattermusch · 7 years ago
  9. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  10. 09d2f55 eliminate crosstalk between C# tests by Jan Tattermusch · 7 years ago
  11. 7727c76 Initial migration to new .csproj files by Jan Tattermusch · 7 years ago
  12. e2b2c8e update nugets in csproj projects by Jan Tattermusch · 7 years ago
  13. 018e23a regenerate projects by Jan Tattermusch · 7 years ago
  14. e7f0b85 use grpc_csharp_ext built by cmake by Jan Tattermusch · 7 years ago
  15. c7df4cf get rid of unused ReleaseSigned config by Jan Tattermusch · 8 years ago
  16. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  17. 57cc83e Update .csproj files to System.Interactive.Async to 3.1.1 by Jan Tattermusch · 8 years ago
  18. 84be265 strong name sign csharp nuget builds with dotnet on windows by Alexander Polcyn · 8 years ago
  19. f6caaa7 add copyrights for AssemblyInfo.cs files by Jan Tattermusch · 8 years ago
  20. 35d2cff dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  21. ff6c2ad update csproj files to Google.Protobuf to 3.0.0 by Jan Tattermusch · 8 years ago
  22. 08ac1d4 dont enumerate runtimes in project.json file by Jan Tattermusch · 8 years ago
  23. 350458f update csproj files to Google.Protobuf to 3.0.0 by Jan Tattermusch · 8 years ago
  24. 77008b0 updated hint path to updated library in csproj files by Alex Polcyn · 8 years ago
  25. b205338 changed ix-async dependencies to System.Interactive.Async version 3.0.0 by Alexander Polcyn · 8 years ago
  26. 1c0f30c fix conditional compilation for netcoreapp1.0 projects by Jan Tattermusch · 8 years ago
  27. 3fc8c8a regenerate by Jan Tattermusch · 8 years ago
  28. 3fcd20f Overhaul how the native extension is found, loaded and used by Jon Skeet · 8 years ago
  29. a9208be regenerate by Jan Tattermusch · 8 years ago
  30. 652c000 regenerate files by Jan Tattermusch · 8 years ago
  31. f41ebc3 remove occurences of NewClient factory method by Jan Tattermusch · 8 years ago
  32. 381e26a regenerate project.json files by Jan Tattermusch · 8 years ago
  33. 7433013 improve project.json files by Jan Tattermusch · 8 years ago
  34. 099cbf8 add debian.8-x64 to the list of runtimes by Jan Tattermusch · 8 years ago
  35. fab857e address review comments by Jan Tattermusch · 8 years ago
  36. 317b8ac migrate everything to netstandard1.5 by Jan Tattermusch · 8 years ago
  37. a6c9a91 update project.json by Jan Tattermusch · 8 years ago
  38. 5ff32fa update .xproj files by Jan Tattermusch · 8 years ago
  39. 8d9dff5 prevent interfering of project.json files with .csproj files in VS2015 by Jan Tattermusch · 8 years ago
  40. ec4359d add support for CoreCLR by Jan Tattermusch · 8 years ago
  41. 166d482 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  42. f14bb3b Update Grpc.sln to Google.Protobuf.3.0.0-beta3 by Jan Tattermusch · 8 years ago
  43. d6a8397 add more examples and improve existing ones by Jan Tattermusch · 8 years ago
  44. 2f0519e work around nunit issue #1406 by Jan Tattermusch · 8 years ago
  45. 31b8316 make NUnitMain fail on failure by Jan Tattermusch · 8 years ago
  46. a49a72d use NUnitLite to run nunit tests by Jan Tattermusch · 8 years ago
  47. 21451b7 add NUnitMain to test projects by Jan Tattermusch · 8 years ago
  48. 6c0dee8 migrate Grpc.Examples.Tests to NUnit3 by Jan Tattermusch · 8 years ago
  49. a8a73fd update nuget dependencies to nunit3 by Jan Tattermusch · 8 years ago
  50. 7928b41 update C# dependencies by Jan Tattermusch · 8 years ago
  51. ecb02be include assembly signing key in the repo by Jan Tattermusch · 8 years ago
  52. aba2548 upgrade Grpc.sln to newest Google.Protobuf nuget by Jan Tattermusch · 8 years ago
  53. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  54. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  55. 939ccbe switch C# projects to Google.Protobuf 3.0.0-alpha4 package by Jan Tattermusch · 9 years ago
  56. d68ef4f upgrade third_party/protobufs to 3.0.0-beta-1 by Jan Tattermusch · 9 years ago
  57. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  58. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  59. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  60. 58d6374 upgrade to latest protobufs by Jan Tattermusch · 9 years ago
  61. f22abfb rename async extension methods for clarity by Jan Tattermusch · 9 years ago
  62. 4ef39ce switched to protobuf from 20150808 by Jan Tattermusch · 9 years ago
  63. 8644aea migrated code to proto3 by Jan Tattermusch · 9 years ago
  64. 2852631 upgraded NuGet package by Jan Tattermusch · 9 years ago
  65. c8d7b84 polishing tests by Jan Tattermusch · 9 years ago
  66. 31ba063 changed the way ports are added to the server by Jan Tattermusch · 9 years ago
  67. 021df8a changed way service definitions are added to the server by Jan Tattermusch · 9 years ago
  68. c463c53 Add ReleaseSigned configuration for Grpc.sln by Jan Tattermusch · 9 years ago
  69. 5f8d9dc only use lowercase metadata keys in headers by Jan Tattermusch · 9 years ago
  70. 9b048e5 introducing async tests by Jan Tattermusch · 9 years ago
  71. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  72. 4106259 add MathService.Fib test with deadline by Jan Tattermusch · 9 years ago
  73. f7cfc8a implemented cancellation support for MathService.Fib by Jan Tattermusch · 9 years ago
  74. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  75. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  76. a580070 introduce Version.cs as single source of truth of gRPC C# version by Jan Tattermusch · 9 years ago
  77. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  78. cd9bb5c bumped version of C# by Jan Tattermusch · 9 years ago
  79. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  80. 2d2652d implemented disposal logic for calls by Jan Tattermusch · 9 years ago
  81. 9f550a3 changed tests and examples to use "using" for IDisposable calls by Jan Tattermusch · 9 years ago
  82. 7ca6179 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async by Jan Tattermusch · 9 years ago
  83. 3af690c bump version of gRPC C# assemblies by Jan Tattermusch · 9 years ago
  84. 1c51f55 Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup by Jan Tattermusch · 9 years ago
  85. e84b618 get rid of dependencies on some unneeded nuget packages by Jan Tattermusch · 9 years ago
  86. 085533e Replace handwritten math stub by the generated one by Jan Tattermusch · 9 years ago
  87. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  88. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  89. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 9 years ago
  90. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 9 years ago
  91. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  92. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  93. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  94. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 9 years ago