1. 8d829d0 Add more Channel and Server constructor overloads by Jan Tattermusch · 8 years ago
  2. 4aea528 Add ShutdownChannelsAsync api by Jan Tattermusch · 8 years ago
  3. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  4. a134fa7 improve docs on ShutdownAsync() for servers and channels by Jan Tattermusch · 8 years ago
  5. 49fb84a rename ChannelState.FatalFailure to ChannelState.Shutdown by Jan Tattermusch · 8 years ago
  6. e6d1de6 eliminate global completion registry by Jan Tattermusch · 8 years ago
  7. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  8. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  9. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  10. 0f89256 update copyrights by Jan Tattermusch · 8 years ago
  11. 7a3ee6a rename Preconditions to GrpcPreconditions by Jan Tattermusch · 8 years ago
  12. 7ebbc47 put user defined userAgentString to the beginning of userAgentString by Jan Tattermusch · 9 years ago
  13. 723c34b add ConfigureAwait(false) where needed by Jan Tattermusch · 9 years ago
  14. 08dea32 update C# to the new C core auth API by Jan Tattermusch · 9 years ago
  15. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  16. 12855fc polishing public docs by Jan Tattermusch · 9 years ago
  17. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  18. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  19. 0c140a8 migrate to usable auth library by Jan Tattermusch · 9 years ago
  20. 39a9ec8 fix preconditions class by Jan Tattermusch · 9 years ago
  21. 5e10f18 introduce CallContext by Jan Tattermusch · 9 years ago
  22. dead905 expose Channel.Target property by Jan Tattermusch · 9 years ago
  23. 9c7e46f use NULL for default host in grpc_channel_call_create by Jan Tattermusch · 9 years ago
  24. d8bbdea Added channel state API by Jan Tattermusch · 9 years ago
  25. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  26. 766d72b set primary user agent by C# channel by Jan Tattermusch · 9 years ago
  27. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  28. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  29. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  30. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  31. 286975f Started using immutable collections and other code cleanup by Jan Tattermusch · 9 years ago
  32. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  33. 1532923 client side support for TLS by Jan Tattermusch · 9 years ago
  34. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 9 years ago[Renamed from src/csharp/GrpcCore/Channel.cs]
  35. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 9 years ago
  36. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  37. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 9 years ago
  38. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 9 years ago
  39. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 9 years ago
  40. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 9 years ago
  41. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 9 years ago