1483 Commits (a0c7ec851e099a625230b369f5de0f616ca9def7)

Author SHA1 Message Date
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
Jan Tattermusch 2f2afd20be fixed string.h include 10 years ago
Jan Tattermusch bb0c65b7b4 updated C# readme 10 years ago
Jan Tattermusch ec77624a9f fix typo: shutdown should be used in teardown. 10 years ago
Jan Tattermusch 1c7bdf5c9c removed reference to missing grpc_server_add_secure_http2_port 10 years ago
Jan Tattermusch 8d2e572371 got rid of server_add_secure_http2_port 10 years ago
Jan Tattermusch 8d7ce43aa4 formatting 10 years ago
Jan Tattermusch 37afb9ab2b fixing unknown method call handler on server 10 years ago
Jan Tattermusch fa21673cf8 clang-format 10 years ago
Jan Tattermusch 607307d0be Cleanup of AsyncCall.cs 10 years ago
Jan Tattermusch a96afb013b renaming file name to match class name 10 years ago
Jan Tattermusch 3f8962c52d removal of unused methods in extension library 10 years ago
Jan Tattermusch 337a2ddba5 migration to new C API 10 years ago
Craig Tiller ce5021b0b9 Add missing new-lines at end of file 10 years ago
Craig Tiller 190d360def Add missing new-lines at end of file 10 years ago
Craig Tiller f222a4afe9 Add C# checks 10 years ago
Craig Tiller ad1fd3a49e Add proto copyrights 10 years ago
Nathaniel Manista 1d1f952731 The Python interoperability testing server. 10 years ago
Jan Tattermusch 07002d75dc changed 2014 -> 2015 10 years ago
Jan Tattermusch af77b3d0b7 changed 2014 -> 2015 10 years ago
Jan Tattermusch a7fff86b61 added license headers to all grpc C# files 10 years ago
Jan Tattermusch 23821ceb69 Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. 10 years ago
Jan Tattermusch 07fadea2ff Got rid of the PortPicker utility 10 years ago
Jan Tattermusch a9edeef4cc clang-format of grpc_csharp_ext.c 10 years ago
Jan Tattermusch 61f93b2b06 Fixed Timespec to work on Windows, fixes in ServerSafeHandle 10 years ago
Jan Tattermusch c9562b6c4b fixes in extension library 10 years ago
Jan Tattermusch 86a249f6f0 little refactoring for Timespec 10 years ago
Jan Tattermusch e1e11878cb bind Pinvoke c# call to the new wrappers 10 years ago
Jan Tattermusch 35e4280db9 added wrappers for all grpc and gpr functions used by grpc C# 10 years ago
Jan Tattermusch 20b738d778 reference windows-style library names in DllImport, mono still finds the right library 10 years ago
Jan Tattermusch 630f1b842e Update completion type enum to reflect changes in grpc.h 10 years ago
Jan Tattermusch f0ea718c98 update readme file 10 years ago