290 Commits (f1ca91ad30afd103d357c1f48ac95cba016fed1e)

Author SHA1 Message Date
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 8c5d68bd0b add calltype decl where missing 10 years ago
Jan Tattermusch e8fef4319c csharp version 0.1 -> 0.2 10 years ago
Jan Tattermusch 4c64d4695a Added example math server 10 years ago
Jan Tattermusch 8c61db9164 cleanup of C# API examples 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 3de9f49e3c Setting up stylecop to ignore generated files and fixing style 10 years ago
Jan Tattermusch 075dde42fe code style fixes based on StyleCop warnings 10 years ago
Jan Tattermusch 053d894e2c added stylecop settings file 10 years ago
Jan Tattermusch b0829ebaf1 C# server side TLS support 10 years ago
Jan Tattermusch 13cd1256af Used StyleCop to get rid of tabs in the source code 10 years ago
Jan Tattermusch 49fd7fe13f removed some compiler warnings 10 years ago
Jan Tattermusch a29d0f3fbc Split async call into server and client classes sharing the same base. 10 years ago
Jan Tattermusch f7e32a669e C# interop client support for external CA file 10 years ago
Jan Tattermusch 1970a5b7de added C# to run_tests.py 10 years ago
Jan Tattermusch 1532923d65 client side support for TLS 10 years ago
Eric Anderson 5b53e35ba4 Remove HTTP mappings from status.h 10 years ago
Misha Brukman 5cdf37eb7b Removed execute permissions from README files. 10 years ago
Jan Tattermusch bd3df5f5f1 fix conditional inclusion of grpc_csharp_ext.dll 10 years ago
Jan Tattermusch 867e6b6b3c Update README.md 10 years ago
Jan Tattermusch 503bbac217 added C# interop server 10 years ago
Jan Tattermusch 4788e78d10 fixed server streaming 10 years ago
Jan Tattermusch 0e1f527914 fix to make empty_stream pass against C++ server 10 years ago
Jan Tattermusch 208313895d Added interop server, interop unit tests and fixes to pingpong 10 years ago
Jan Tattermusch 44553b5810 clang-format 10 years ago
Jan Tattermusch b17b00b541 Fix to make the conditional include under Windows 10 years ago
Jan Tattermusch 5ffb4c33dc Include grpc_csharp_ext.dll only under Windows 10 years ago
Jan Tattermusch abf2202246 grpc_csharp_ext.dll added to the project to force automatic copying to the output dir 10 years ago
Jan Tattermusch 5339814591 Added ability for c# to redirect C core logs to arbitrary sink 10 years ago
Jan Tattermusch 5b141669e6 Added some measurement numbers to comments. 10 years ago
Jan Tattermusch a0fcfcc1fa Fixed formatting 10 years ago
Jan Tattermusch 4d703268ad Fix exception unwrapping for unary call 10 years ago
Jan Tattermusch 50faa8f78b Added support for true synchronous unary call and added some performance tests. 10 years ago
Jan Tattermusch 4e40db0e46 added NuGet package specifications 10 years ago
Jan Tattermusch b2d4b8399a Added EXPERIMENTAL-ONLY disclaimer file 10 years ago
Jan Tattermusch 01829813b8 update README file 10 years ago
Jan Tattermusch 92aa11dff6 renamed MathClient -> Grpc.Examples.MathClient 10 years ago
Jan Tattermusch babfd91e4a Rename Grpc.Api to Grpc.Examples 10 years ago
Jan Tattermusch d3a7927620 moved proto files to Grpc.IntegrationTesting 10 years ago
Jan Tattermusch 03e9da7a7c moved interop testing specific files to Grpc.IntegrationTesting 10 years ago
Jan Tattermusch 8b86b15e67 renaming of VS projects and other minor structural fixes 10 years ago
Jan Tattermusch b84abbd307 set assembly versions to 0.1 to have lower version than languages in alpha 10 years ago
Jayant Kolhe 1b360d3ac7 Update README.md 10 years ago
Jan Tattermusch caf7b78703 nit in README 10 years ago
Jan Tattermusch df89cf8391 Updated Copyright information and assembly versions for C# 10 years ago
Jan Tattermusch 3086862d20 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings 10 years ago