aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
|
* Merge branch 'release-0_15' into upmerge-masterGravatar Nicolas "Pixel" Noble2016-07-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml gRPC-Core.podspec gRPC.podspec package.json package.xml 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/tools/package.json src/python/grpcio/grpc/__init__.py src/python/grpcio/grpc_version.py src/python/grpcio_tests/tests/unit/_rpc_test.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb templates/gRPC.podspec.template 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 tools/run_tests/port_server.py
| * Updated release version to 0.15.1Gravatar Ken Payson2016-07-01
| |
* | pr commentsGravatar David Garcia Quintas2016-07-01
| |
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |
* | regenerateGravatar Jan Tattermusch2016-06-29
| |
* | fix files/mappings in Grpc.Core nugetGravatar Jan Tattermusch2016-06-29
| |
* | regenerate filesGravatar Jan Tattermusch2016-06-27
| |
* | share Version.cs among all project.json projectsGravatar Jan Tattermusch2016-06-27
| |
| * Update README.mdGravatar Jan Tattermusch2016-06-27
| |
| * Update version to 0.15.0Gravatar murgatroid992016-06-24
| |
* | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
|/
* fix C# nuget buildGravatar Jan Tattermusch2016-06-24
|
* prevent race between grpcsharp_server_request_call and ↵Gravatar Jan Tattermusch2016-06-23
| | | | grpc_completion_queue_shutdown
* regenerate protosGravatar Jan Tattermusch2016-06-22
|
* remove occurences of NewClient factory methodGravatar Jan Tattermusch2016-06-22
|
* add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEYGravatar Jan Tattermusch2016-06-22
|
* implement C# client compression interop testsGravatar Jan Tattermusch2016-06-22
|
* remove occurences of compressable payload typeGravatar Jan Tattermusch2016-06-22
|
* regenerate messages.protoGravatar Jan Tattermusch2016-06-22
|
* add test that C# can read compressed messagesGravatar Jan Tattermusch2016-06-22
|
* fix reading of compressed byte_buffer in C#Gravatar Jan Tattermusch2016-06-22
|
* Merge pull request #6993 from grpc/update_csharp_readmeGravatar Jan Tattermusch2016-06-22
|\ | | | | Update C# readme.
* \ Merge pull request #6104 from jtattermusch/coreclr_supportGravatar Jan Tattermusch2016-06-22
|\ \ | | | | | | Add experimental CoreCLR support
| | * Update c# readme.Gravatar Jan Tattermusch2016-06-21
| | |
* | | add missing ConfigureAwait(false)Gravatar Jan Tattermusch2016-06-21
| |/ |/|
| * regenerate project.json filesGravatar Jan Tattermusch2016-06-21
| |
| * improve project.json filesGravatar Jan Tattermusch2016-06-20
| |
| * add debian.8-x64 to the list of runtimesGravatar Jan Tattermusch2016-06-17
| |
| * address review commentsGravatar Jan Tattermusch2016-06-17
| |
| * migrate everything to netstandard1.5Gravatar Jan Tattermusch2016-06-16
| |
| * update readme.mdGravatar Jan Tattermusch2016-06-16
| |
| * dont register shutdownhooks for dotnet5.4Gravatar Jan Tattermusch2016-06-15
| |
| * update project.jsonGravatar Jan Tattermusch2016-06-15
| |
* | Merge pull request #6909 from jtattermusch/csharp_client_streamingGravatar Jan Tattermusch2016-06-15
|\ \ | | | | | | Improve docs for IAsyncStreamReader
* \ \ Merge pull request #6908 from jtattermusch/csharp_send_completion_dedupGravatar Jan Tattermusch2016-06-15
|\ \ \ | | | | | | | | C#: dedup code for send finished handler
| | | * upgrade protobuf to 3.0.0-beta3 in project.json filesGravatar Jan Tattermusch2016-06-15
| | | |
| | | * update .xproj filesGravatar Jan Tattermusch2016-06-15
| | | |
| | | * rename Grpc.Dnx.slnGravatar Jan Tattermusch2016-06-15
| | | |
| | | * prevent interfering of project.json files with .csproj files in VS2015Gravatar Jan Tattermusch2016-06-15
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Jan Tattermusch2016-06-15
|\ \ \ \ | | | | | | | | | | | | | | | manual_upmerge_0_14_to_master
| | | * | improve docs for IAsyncStreamReaderGravatar Jan Tattermusch2016-06-14
| | |/ / | |/| |
| | * | deduplicate send finished handlerGravatar Jan Tattermusch2016-06-14
| |/ /
| | * add support for CoreCLRGravatar Jan Tattermusch2016-06-14
| |/
| * set default gRPC C# logging level to InfoGravatar Jan Tattermusch2016-06-13
| |
| * add LogLevel enumGravatar Jan Tattermusch2016-06-13
| |
* | C# merge fixupsGravatar Jan Tattermusch2016-06-13
| |
* | Merge remote-tracking branch 'upstream/release-0_14' into HEADGravatar Jan Tattermusch2016-06-13
|\ \ | |/ |/|
* | Merge pull request #6829 from jtattermusch/csharp_add_server_testGravatar Jan Tattermusch2016-06-09
|\ \ | | | | | | C#: Add unstarted server test
| * | allow shutdown of unstarted serverGravatar Jan Tattermusch2016-06-08
| | |