| Commit message (Expand) | Author | Age |
* | add C# testing APIs | Jan Tattermusch | 2017-02-01 |
* | Merge github.com:grpc/grpc into version3 | Craig Tiller | 2017-01-31 |
|\ |
|
* | | Bump master version numbers | Craig Tiller | 2017-01-30 |
| * | allow utf8 encoded status message | Jan Tattermusch | 2017-01-30 |
|/ |
|
* | Revert "Revert "Metadata handling rewrite"" | Craig Tiller | 2017-01-23 |
* | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
* | make grpc_csharp_ext compile | Jan Tattermusch | 2016-12-13 |
* | get rid of unused ReleaseSigned config | Jan Tattermusch | 2016-12-09 |
* | make CallFlags internal, expose WaitForReady | Jan Tattermusch | 2016-12-02 |
* | wire passing of C# CallFlags to C core | Jan Tattermusch | 2016-12-02 |
* | add C# call flags API | Jan Tattermusch | 2016-12-02 |
* | get rid of the obsolete C# package builder | Jan Tattermusch | 2016-11-30 |
* | Merge remote-tracking branch 'upstream/v1.0.x' into HEAD | Jan Tattermusch | 2016-11-22 |
|\ |
|
* | | update Grpc.Core.nuspec | Jan Tattermusch | 2016-11-21 |
* | | update project.json projects to System.Interactive.Async 3.1.1 | Jan Tattermusch | 2016-11-21 |
* | | Update .csproj files to System.Interactive.Async to 3.1.1 | Jan Tattermusch | 2016-11-21 |
* | | remove existing profiling points | Jan Tattermusch | 2016-11-11 |
* | | 10m entries in profiler | Jan Tattermusch | 2016-11-11 |
* | | support threadpool tracing | Jan Tattermusch | 2016-11-11 |
| * | strong name sign csharp nuget builds with dotnet on windows | Alexander Polcyn | 2016-11-01 |
* | | lazy initialize streamingResponseCallFinishedTcs | Jan Tattermusch | 2016-10-27 |
| * | Going 1.0.1. | Nicolas "Pixel" Noble | 2016-10-26 |
* | | Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peer | Jan Tattermusch | 2016-10-26 |
|\ \ |
|
* | | | SafeHandleZeroIsInvalid cleanup | Jan Tattermusch | 2016-10-26 |
| * | | Make ServerCallContext.Peer lazy | Jan Tattermusch | 2016-10-26 |
|/ / |
|
* | | Merge pull request #8453 from jtattermusch/csharp_task_utils | Jan Tattermusch | 2016-10-25 |
|\ \ |
|
| * | | provide framework independent version of Task.CompletedTask | Jan Tattermusch | 2016-10-24 |
* | | | polish HandleCallAsync | Jan Tattermusch | 2016-10-24 |
|/ / |
|
* | | Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_c... | Jan Tattermusch | 2016-10-24 |
|\ \ |
|
* | | | string.EndsWith is really slow on CoreCLR | Jan Tattermusch | 2016-10-23 |
* | | | get rid of compiler warnings | Jan Tattermusch | 2016-10-21 |
* | | | Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete in | Jan Tattermusch | 2016-10-21 |
* | | | remove unused member | Jan Tattermusch | 2016-10-21 |
* | | | address XMLdoc related warnings | Jan Tattermusch | 2016-10-21 |
| * | | expose knob for adjusting number of requested calls | Jan Tattermusch | 2016-10-21 |
| * | | introduce separate grpcsharp_request_call_context | Jan Tattermusch | 2016-10-21 |
| * | | request more rpcs per thread | Jan Tattermusch | 2016-10-21 |
| * | | allow new RPC once previous call has been handled | Jan Tattermusch | 2016-10-20 |
|/ / |
|
* | | refactor NoSuchMethodCallHandler | Jan Tattermusch | 2016-10-18 |
* | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | Nicolas "Pixel" Noble | 2016-09-29 |
|\| |
|
| * | update the comment to reflect current state | Jan Tattermusch | 2016-09-22 |
* | | add copyrights for AssemblyInfo.cs files | Jan Tattermusch | 2016-09-21 |
| * | dont require libc-dev on coreclr | Jan Tattermusch | 2016-09-21 |
* | | simplify delayed streaming write logic | Jan Tattermusch | 2016-09-16 |
* | | dont allow new writes if theres a write with delayed completion | Jan Tattermusch | 2016-09-16 |
| * | add shutdownhook for CoreCLR | Jan Tattermusch | 2016-09-15 |
| * | fixed formatting | Jan Tattermusch | 2016-09-15 |
| * | make native extension loader work for published netcoreapp1.0 too | Jan Tattermusch | 2016-09-15 |
| * | cleanup of project.json files | Jan Tattermusch | 2016-09-15 |
* | | throw correct exception failed writes | Jan Tattermusch | 2016-09-15 |