1447 Commits (03dbb8c1e2ee6261e1b8802bb7dd0be9a0b8bd46)

Author SHA1 Message Date
Jan Tattermusch a959b6d7d2 Show dlerror if grpc_csharp_ext load fails 6 years ago
Jan Tattermusch 9929a23ecd add dlerror stubs 6 years ago
Stanley Cheung e5ce1e36e6 Regenerate projects 6 years ago
Jan Tattermusch 460faf4bc2 dont repeat "ClientCertificate" in enum values 6 years ago
Jan Tattermusch 082ee89641 add script for automatic generation of C# reference docs 6 years ago
Jan Tattermusch c08c3ccbae build grpc_csharp_ext with cmake 6 years ago
Kevin Damm 8b6719a1d7
Update README.md ordered list spacing 6 years ago
Jan Tattermusch e88a40ae26 add xmldoc comments 6 years ago
Jan Tattermusch 8eb6daddd9 ChannelOption: implement hashcode and equals 6 years ago
Jan Tattermusch c288d1a894 improve doc comments for ChannelOptions 6 years ago
Jan Tattermusch ee1f49b252 upgrade CommandLineParser to 2.3.0 6 years ago
Jan Tattermusch bc75644385 review comments 6 years ago
Alex Villarreal 98bce85cac Improve documentation to use Metadata.Entry 6 years ago
Jan Tattermusch ea5aa4a34a addressing a few nits 6 years ago
Jan Tattermusch c2fd689bad address comments 6 years ago
Jan Tattermusch 1044731858 add DeserializationContext implementation note 6 years ago
Jan Tattermusch a2a4629614 add MarshallerTest 6 years ago
Jan Tattermusch 63a31d85f1 contextual marshaller test 6 years ago
Muxi Yan d65d25795b generate_projects 6 years ago
Stephan Zehetner 59f8157123 optimize Metadata.Entry normalization and validation check. Replaced Regex with custom loop, avoid string allocation if input is already lowercase. 6 years ago
Stephan Zehetner d16d13a976 avoid Tuple allocation in ClientBaseConfigurationInterceptor 6 years ago
Stephan Zehetner 3729329a3f avoid byte[] allocation when reading empty strings from native memory 6 years ago
Srini Polavarapu 27665a3567 regenerate projects 6 years ago
Jan Tattermusch 209aee1c69 address review comments 6 years ago
Jan Tattermusch 917af9a47f use finally instead of catch-throw 6 years ago
Jan Tattermusch bc3e95c6b2 simplify ChannelConnectivityTest 6 years ago
Jan Tattermusch 7557c270a3 clang format 6 years ago
Jan Tattermusch 113f5bd2e8 exception handling in native callback 6 years ago
Jan Tattermusch 1abe2aeb9f c#: expose TryWaitForStateChangedAsync 6 years ago
Jan Tattermusch 603a9a0635 add tests for sync unary 6 years ago
Jan Tattermusch ee510fb328 make sync unary call behave more like async unary 6 years ago
Jan Tattermusch b155c314f1 handle failures in async call initialization without leaks 6 years ago
Jan Tattermusch d4065b9596 add constructor for RpcException 6 years ago
Jan Tattermusch db0e21a5cb Expose certificate request type in SslServerCredentials. 6 years ago
Jan Tattermusch 4c0d540fb6 add exception info to Status.Detail if metadata credentials fail 6 years ago
Juanli Shen 89659e2925 Regenerate projects 6 years ago
Juanli Shen 8ceb27a324 Regenerate projects 6 years ago
Jan Tattermusch 6ba637f7ec add Marshallers.Create factory method 6 years ago
Jan Tattermusch fb704ee949 deserialization context always has non-null payload 6 years ago
Jan Tattermusch a80fa8732f C#: allow dot in metadata keys 6 years ago
Jan Tattermusch e7fb4e57ae avoid deadlock while cancelling a call 6 years ago
Jan Tattermusch dc7bedd128 C#: fix subchannel sharing for secure channels 6 years ago
Chris Lamb fba18d8551 Fix a number of spelling errors. 6 years ago
Jan Tattermusch 26d3e774df new C# serialization API 6 years ago
Jan Tattermusch c2f270fe37 sync nunit version for all test projects 6 years ago
Jan Tattermusch ec8a5f2d74 C# sanity test accepts [TestCase] attribute too 6 years ago
Jan Tattermusch 1b59cc8606 use AtomicCounter to avoid unnecessary grpc_init invocations 6 years ago
Jan Tattermusch 537503dc1a C#: upgrade protobuf nugets to v3.6.1 6 years ago
Jan Tattermusch 69984f6682 C#: avoid shutdown crash on iOS 6 years ago
Jan Tattermusch 753f4dccd6 Add PlatformApis.IsUnityIOS 6 years ago