aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
Commit message (Collapse)AuthorAge
* update Grpc.Core.nuspecGravatar Jan Tattermusch2016-11-21
|
* update project.json projects to System.Interactive.Async 3.1.1Gravatar Jan Tattermusch2016-11-21
|
* Update .csproj files to System.Interactive.Async to 3.1.1Gravatar Jan Tattermusch2016-11-21
|
* remove existing profiling pointsGravatar Jan Tattermusch2016-11-11
|
* 10m entries in profilerGravatar Jan Tattermusch2016-11-11
|
* support threadpool tracingGravatar Jan Tattermusch2016-11-11
|
* lazy initialize streamingResponseCallFinishedTcsGravatar Jan Tattermusch2016-10-27
|
* Merge pull request #8508 from jtattermusch/csharp_lazy_serverside_call_peerGravatar Jan Tattermusch2016-10-26
|\ | | | | Make ServerCallContext.Peer lazy
* | SafeHandleZeroIsInvalid cleanupGravatar Jan Tattermusch2016-10-26
| |
| * Make ServerCallContext.Peer lazyGravatar Jan Tattermusch2016-10-26
|/
* Merge pull request #8453 from jtattermusch/csharp_task_utilsGravatar Jan Tattermusch2016-10-25
|\ | | | | Introduce framework independent replacement for CompletedTask
| * provide framework independent version of Task.CompletedTaskGravatar Jan Tattermusch2016-10-24
| |
* | polish HandleCallAsyncGravatar Jan Tattermusch2016-10-24
|/
* Merge pull request #8396 from ↵Gravatar Jan Tattermusch2016-10-24
|\ | | | | | | | | jtattermusch/csharp_server_streamline_request_call_invocations C# server streamline request call invocations
* | string.EndsWith is really slow on CoreCLRGravatar Jan Tattermusch2016-10-23
| |
* | get rid of compiler warningsGravatar Jan Tattermusch2016-10-21
| |
* | Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete inGravatar Jan Tattermusch2016-10-21
| | | | | | | | netstandard
* | remove unused memberGravatar Jan Tattermusch2016-10-21
| |
* | address XMLdoc related warningsGravatar Jan Tattermusch2016-10-21
| |
| * expose knob for adjusting number of requested callsGravatar Jan Tattermusch2016-10-21
| |
| * introduce separate grpcsharp_request_call_contextGravatar Jan Tattermusch2016-10-21
| |
| * request more rpcs per threadGravatar Jan Tattermusch2016-10-21
| |
| * allow new RPC once previous call has been handledGravatar Jan Tattermusch2016-10-20
|/
* refactor NoSuchMethodCallHandlerGravatar Jan Tattermusch2016-10-18
|
* Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
|\
| * update the comment to reflect current stateGravatar Jan Tattermusch2016-09-22
| |
* | add copyrights for AssemblyInfo.cs filesGravatar Jan Tattermusch2016-09-21
| |
| * dont require libc-dev on coreclrGravatar Jan Tattermusch2016-09-21
| |
* | simplify delayed streaming write logicGravatar Jan Tattermusch2016-09-16
| |
* | dont allow new writes if theres a write with delayed completionGravatar Jan Tattermusch2016-09-16
| |
| * add shutdownhook for CoreCLRGravatar Jan Tattermusch2016-09-15
| |
| * fixed formattingGravatar Jan Tattermusch2016-09-15
| |
| * make native extension loader work for published netcoreapp1.0 tooGravatar Jan Tattermusch2016-09-15
| |
| * cleanup of project.json filesGravatar Jan Tattermusch2016-09-15
| |
* | throw correct exception failed writesGravatar Jan Tattermusch2016-09-15
| |
* | add shutdownhook for CoreCLRGravatar Jan Tattermusch2016-09-09
| |
* | fixed formattingGravatar Jan Tattermusch2016-09-08
| |
* | make native extension loader work for published netcoreapp1.0 tooGravatar Jan Tattermusch2016-09-08
| |
* | cleanup of project.json filesGravatar Jan Tattermusch2016-09-05
| |
| * Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| |
| * Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
| |
* | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\|
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-03
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| | * updated hint path to updated library in csproj filesGravatar Alex Polcyn2016-08-02
| | |
| | * ran script to update actual docker filesGravatar Alexander Polcyn2016-08-02
| | |
| | * changed ix-async dependencies to System.Interactive.Async version 3.0.0Gravatar Alexander Polcyn2016-08-02
| |/
| * Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtmGravatar Jan Tattermusch2016-08-02
| |\ | | | | | | Update .NET core dependencies to RTM
| * | Bumping to 1.0.0-pre2.Gravatar Nicolas "Pixel" Noble2016-07-29
| | |
| | * regenerateGravatar Jan Tattermusch2016-07-30
| |/
* | Change the default logger to the NullLogger.Gravatar Jon Skeet2016-07-26
| | | | | | | | | | | | It's unconventional for code to log to the console in .NET. Even now the logging is reduced, it's still present - especially in shutdown. This would fix #7361.