Commit Graph

962 Commits

Author SHA1 Message Date
Jan Tattermusch ff3da88c63 regenerate C# protos 2016-11-23 10:48:03 +01:00
Jan Tattermusch 8613e474cb Merge remote-tracking branch 'upstream/v1.0.x' into HEAD 2016-11-22 11:15:53 +01:00
Jan Tattermusch e7099c8835 update Grpc.HealthCheck.nuspec 2016-11-21 22:29:08 +01:00
Jan Tattermusch 63cdea3cf0 update Grpc.Core.nuspec 2016-11-21 22:08:22 +01:00
Jan Tattermusch f8c43a0b34 update project.json projects to System.Interactive.Async 3.1.1 2016-11-21 19:38:52 +01:00
Jan Tattermusch 57cc83e203 Update .csproj files to System.Interactive.Async to 3.1.1 2016-11-21 19:34:06 +01:00
apolcyn 8a4ac886e4 Merge pull request #8619 from apolcyn/gen_csharp_partial_class
Generate c# client stubs as partial classes
2016-11-17 08:35:25 -08:00
Jan Tattermusch b35dfa83b5 remove existing profiling points 2016-11-11 10:31:29 +01:00
Jan Tattermusch 475e06bb12 10m entries in profiler 2016-11-11 10:31:29 +01:00
Jan Tattermusch fdf45ab6fd support threadpool tracing 2016-11-11 10:31:29 +01:00
Jan Tattermusch 60d0f4ced3 add a comment 2016-11-10 09:54:33 +01:00
Jan Tattermusch 90eb388c17 add more MetadataCredentials tests 2016-11-09 22:53:16 +01:00
Jan Tattermusch ae4ab4fb0c allow null metadata_array in plugin notify 2016-11-09 22:52:38 +01:00
Alexander Polcyn c0f4c2cb1e run gen proto c# after proto plugin changed 2016-11-07 10:24:35 -08:00
Alexander Polcyn 84be265239 strong name sign csharp nuget builds with dotnet on windows 2016-11-01 18:40:03 -07:00
Craig Tiller b7982319c9 Merge github.com:grpc/grpc into grpc_slice 2016-10-28 07:22:08 -07:00
Jan Tattermusch 1a47fd02f6 lazy initialize streamingResponseCallFinishedTcs 2016-10-27 14:48:32 +02:00
Craig Tiller 618e67d655 s/GPR_SLICE/GRPC_SLICE/g 2016-10-26 21:08:10 -07:00
Craig Tiller 6e080a3651 Merge branch 'buffer_pools_for_realsies' into grpc_slice 2016-10-26 21:00:53 -07:00
Craig Tiller b37d53ebc0 Bulk update #includes 2016-10-26 16:16:35 -07:00
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 2016-10-26 16:16:06 -07:00
Nicolas "Pixel" Noble 50a730bd1c Going 1.0.1. 2016-10-26 21:42:29 +02:00
Jan Tattermusch 1c453f5732 Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peer
Make ServerCallContext.Peer lazy
2016-10-26 20:23:57 +02:00
Jan Tattermusch 13339bf7ea SafeHandleZeroIsInvalid cleanup 2016-10-26 16:40:14 +02:00
Jan Tattermusch d148e8e674 Make ServerCallContext.Peer lazy 2016-10-26 15:32:52 +02:00
Jan Tattermusch 9859ac469d Merge pull request #8453 from jtattermusch/csharp_task_utils
Introduce framework independent replacement for CompletedTask
2016-10-25 22:02:02 +02:00
Noah Eisen 13ca42dbae Merge pull request #8463 from ncteisen/csharp_unimplemented_method
Implement Csharp Unimplemented Method
2016-10-24 11:27:43 -07:00
Jan Tattermusch 5fe5eba969 provide framework independent version of Task.CompletedTask 2016-10-24 11:38:44 +02:00
Jan Tattermusch ba09884f82 polish HandleCallAsync 2016-10-24 11:19:41 +02:00
Jan Tattermusch 1445c47901 Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_call_invocations
C# server streamline request call invocations
2016-10-24 10:49:27 +02:00
Jan Tattermusch 8c31c14586 qps worker runs on all threads 2016-10-24 10:13:37 +02:00
Jan Tattermusch 4f1823da12 string.EndsWith is really slow on CoreCLR 2016-10-23 13:00:54 +02:00
Noah Eisen b2a2647446 added the real unimplemented_method test to csharp interop test 2016-10-21 16:43:57 -07:00
Noah Eisen 9a171c7446 renamed unimplemented_method -> unimplemented_service 2016-10-21 16:26:40 -07:00
Jan Tattermusch 9f254c0c40 get rid of compiler warnings 2016-10-21 10:45:04 +02:00
Jan Tattermusch d0e7c6d0b4 Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in
netstandard
2016-10-21 10:28:19 +02:00
Jan Tattermusch 32cb42e046 remove unused member 2016-10-21 10:21:31 +02:00
Jan Tattermusch 7735daad14 address XMLdoc related warnings 2016-10-21 10:21:31 +02:00
Jan Tattermusch fac33ad5b7 expose knob for adjusting number of requested calls 2016-10-21 01:42:10 +02:00
Jan Tattermusch 6e90171f37 introduce separate grpcsharp_request_call_context 2016-10-21 01:23:41 +02:00
Jan Tattermusch 76ce3b9dec request more rpcs per thread 2016-10-21 00:04:23 +02:00
Jan Tattermusch a00698fc44 allow new RPC once previous call has been handled 2016-10-20 23:50:02 +02:00
Jan Tattermusch 7ef9f64187 use Server mode for GC in C# QpsWorker 2016-10-20 23:37:57 +02:00
Noah Eisen a17b9bda5a removed check on the returned message from calling an unimplemented method 2016-10-20 11:49:42 -07:00
Jan Tattermusch f72ead3332 refactor NoSuchMethodCallHandler 2016-10-18 19:05:30 +02:00
Eric Anderson 58628ae7a7 Merge pull request #8361 from ncteisen/csharp_custom_metadata
Bug Fix in CSharp Interop Client
2016-10-13 12:23:00 -07:00
Jan Tattermusch 770137b01d Merge pull request #8297 from jtattermusch/add_newinstance_comment
Add comment to NewInstance override in the generated code
2016-10-13 19:42:37 +02:00
Noah Eisen 2d41ed1613 fixed bug in custom metadata interop test from csharp client to c++ server 2016-10-12 17:53:43 -07:00
Jan Tattermusch fad04cc4ad Merge pull request #8354 from grpc/v1.0.x
Upmerge doc changes from v1.0.x
2016-10-12 18:44:15 +02:00
Jan Tattermusch 0dc8d354e9 Update README.md 2016-10-12 18:22:39 +02:00