72 Commits (7db30ebeab6db85da68cea2f5ba01c08d5d5dab5)

Author SHA1 Message Date
Jan Tattermusch 4ec975df61 unknown method handler no longer needs to complete request stream 10 years ago
Jan Tattermusch 36092008c6 stylecop fixes 10 years ago
Jan Tattermusch 6d53a5c60b allow specifying channel options when creating a server 10 years ago
Jan Tattermusch c8f7d1079e fix stylecop issues 10 years ago
Jan Tattermusch 2ddb5a6cb5 revamp of c# channel options 10 years ago
Jan Tattermusch da71a4d391 add host and port overload for new channel 10 years ago
Jan Tattermusch c6b55569bc gchandle is not needed anymore 10 years ago
Jan Tattermusch d367748d89 Stop using native callbacks for C# 10 years ago
Jan Tattermusch 06194dcde5 bump C# package versions 10 years ago
Jan Tattermusch c4e81ad03d adapt C# to the new server shutdown API 10 years ago
Jan Tattermusch a7361c79b6 update nuspec files 10 years ago
Jan Tattermusch 5f0c4da250 Add generated documentation to nuget packages 10 years ago
Jan Tattermusch 2ce352de3c added support for building Symbol packages 10 years ago
Jan Tattermusch 2d2652d61b implemented disposal logic for calls 10 years ago
Jan Tattermusch bdf2e623ef make call object implement IDisposable 10 years ago
Jan Tattermusch 43dc50beb2 make naming of async write methods clearer (by adding Async suffix) 10 years ago
Jan Tattermusch 7ca6179c66 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async 10 years ago
Jan Tattermusch bdb94d37be fix gitignore files 10 years ago
Jan Tattermusch 37733bb110 updated Grpc.Core.nuspec 10 years ago
Jan Tattermusch 3af690c9c4 bump version of gRPC C# assemblies 10 years ago
Jan Tattermusch bee9325d56 Make sure full method name starts with slash 10 years ago
Jan Tattermusch 03e82e2cdf Split address passed to AddListeningPort into host and port 10 years ago
Jan Tattermusch 8ab1f7ed3d added concept of ServerCallContext, that is passed to all server-side handlers 10 years ago
Jan Tattermusch bdb1b4863b add a generic constraint for TRequest and TResponse to require a class 10 years ago
Jan Tattermusch 9b9a877eae change todo comment 10 years ago
Jan Tattermusch 1215c33c43 C# fixes for #1472 core API cleanup 10 years ago
Jan Tattermusch a8447711be stylecop fixes 10 years ago
Jan Tattermusch 8c2dd9d864 Fixes for C# cancellation support 10 years ago
Jan Tattermusch 1b54fcf31b added stats with number of active native calls, useful for debugging 10 years ago
Jan Tattermusch 618647dc74 fixed some stylecop warnings 10 years ago
Jan Tattermusch e5c446004f Added basic support for cancellation 10 years ago
Jan Tattermusch a5272b6adc A new version C# API based on async/await 10 years ago
Jan Tattermusch 0bbfa382ea attempt to support compute_engine_creds interop test 10 years ago
Jan Tattermusch 1f18e80a5a Make RpcException errors more informative 10 years ago
Jan Tattermusch dca6e884ce First attempt to add service account creds interop test 10 years ago
zeliard 3e3e0ad348 merge from upstream (grpc) master 10 years ago
Craig Tiller 6f7030b9d7 revert accidental change 10 years ago
Craig Tiller 1a727fde47 clang-format 10 years ago
Jan Tattermusch 97e294aadc Removing some ugly hacks from C# server and improving the comments a bit 10 years ago
Jan Tattermusch c6d5f106aa enabling creation of nuget package for grpc_csharp_ext 10 years ago
Jan Tattermusch e937cd3bec .nupkg files to gitignore 10 years ago
Jan Tattermusch 17c92b3364 Spec for Grpc.Core nuget package that works 10 years ago
Jan Tattermusch 547ecfd48d Grpc.Core managed project now depends on native nuget packages with openssl and zlib 10 years ago
Jan Tattermusch 63fd04ea6b changed path to grpc_csharp_ext.dll 10 years ago
Jan Tattermusch e8fef4319c csharp version 0.1 -> 0.2 10 years ago
Nicolas Noble cfd6073a66 Various Windows fixes. 10 years ago
Jan Tattermusch c0b3721d61 added support for metadata 10 years ago
Jan Tattermusch 286975fd2b Started using immutable collections and other code cleanup 10 years ago
Jan Tattermusch 075dde42fe code style fixes based on StyleCop warnings 10 years ago
Jan Tattermusch b0829ebaf1 C# server side TLS support 10 years ago