1483 Commits (a0c7ec851e099a625230b369f5de0f616ca9def7)

Author SHA1 Message Date
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 a9a3e884fe remove unused function from grpc_csharp_ext 10 years ago
Jan Tattermusch aa5fba43b5 Fix assertion for compute_engine_creds 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 b4ef7c9f37 logic for refreshing access token 10 years ago
Jan Tattermusch 1ca56b9d8a style fixes 10 years ago
Jan Tattermusch dca6e884ce First attempt to add service account creds interop test 10 years ago
Jan Tattermusch bb9d788096 Added Grpc.Auth project 10 years ago
Jan Tattermusch 119761f789 added dependency on Google.Apis.Auth package 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 8cad507126 mathserver listens on fixed port 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 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