Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | use Server mode for GC in C# QpsWorker | Jan Tattermusch | 2016-10-20 | |
| | | ||||
* | | removed check on the returned message from calling an unimplemented method | Noah Eisen | 2016-10-20 | |
| | | ||||
* | | refactor NoSuchMethodCallHandler | Jan Tattermusch | 2016-10-18 | |
| | | ||||
* | | Merge pull request #8361 from ncteisen/csharp_custom_metadata | Eric Anderson | 2016-10-13 | |
|\ \ | | | | | | | Bug Fix in CSharp Interop Client | |||
* \ \ | Merge pull request #8297 from jtattermusch/add_newinstance_comment | Jan Tattermusch | 2016-10-13 | |
|\ \ \ | | | | | | | | | Add comment to NewInstance override in the generated code | |||
| | * | | fixed bug in custom metadata interop test from csharp client to c++ server | Noah Eisen | 2016-10-12 | |
| |/ / |/| | | ||||
* | | | Merge pull request #8354 from grpc/v1.0.x | Jan Tattermusch | 2016-10-12 | |
|\ \ \ | | |/ | |/| | Upmerge doc changes from v1.0.x | |||
| * | | Update README.md | Jan Tattermusch | 2016-10-12 | |
| | | | ||||
| * | | Update README.md | Jan Tattermusch | 2016-10-12 | |
| | | | ||||
| | * | regenerate C# protos | Jan Tattermusch | 2016-10-12 | |
| |/ |/| | ||||
* | | Merge pull request #8324 from grpc/v1.0.x | Nathaniel Manista | 2016-10-07 | |
|\| | | | | | v1.0.x → master upmerge. | |||
| * | change back slashes to forward slashes in grpc.tool nuspec | Alexander Polcyn | 2016-10-06 | |
| | | ||||
* | | 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 | |
| | | ||||
* | | Merge pull request #8084 from jtattermusch/throw_rpcexception_on_failure | Jan Tattermusch | 2016-09-19 | |
|\ \ | | | | | | | Fix wrong exceptions being thrown on send failure. | |||
| * | | 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 | |
| | | | ||||
| | * | regenerate C# related files after backporting from master | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | make Grpc.Tools.nuspec buildable on Linux | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | switch distribtests to use nugets generated by dotnet cli | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | fix copying data directory | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | add shutdownhook for CoreCLR | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | fixed formatting | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | allow building all nugets on linux | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | make native extension loader work for published netcoreapp1.0 too | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | dont enumerate runtimes in project.json file | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | address coreCLR TODO | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | upgrade Moq to version that supports netstandard1.3 | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | cleanup of project.json files | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | update csproj files to Google.Protobuf to 3.0.0 | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | update Protobuf to 3.0.0 in project.json projects | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | update .csproj projects to Google.Apis.Auth to 1.16.0 | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| | * | update Google.Apis.Auth to 1.16.0 for project.json projects | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
| * | | throw correct exception failed writes | Jan Tattermusch | 2016-09-15 | |
| | | | ||||
* | | | make Grpc.Tools.nuspec buildable on Linux | Jan Tattermusch | 2016-09-13 | |
| | | | ||||
* | | | switch distribtests to use nugets generated by dotnet cli | Jan Tattermusch | 2016-09-13 | |
|/ / | ||||
* | | Merge pull request #8048 from jtattermusch/dotnetcli_interoptest | Jan Tattermusch | 2016-09-12 | |
|\ \ | | | | | | | Enable running interop tests with dotnet CLI + CoreCLR | |||
| * | | fix copying data directory | Jan Tattermusch | 2016-09-09 | |
| | | | ||||
* | | | add shutdownhook for CoreCLR | Jan Tattermusch | 2016-09-09 | |
|/ / | ||||
* | | fixed formatting | Jan Tattermusch | 2016-09-08 | |
| | | ||||
* | | allow building all nugets on linux | Jan Tattermusch | 2016-09-08 | |
| | | ||||
* | | make native extension loader work for published netcoreapp1.0 too | Jan Tattermusch | 2016-09-08 | |
| | | ||||
* | | dont enumerate runtimes in project.json file | Jan Tattermusch | 2016-09-08 | |
| | | ||||
* | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 | |
|\| | ||||
* | | address coreCLR TODO | Jan Tattermusch | 2016-09-05 | |
| | | ||||
* | | upgrade Moq to version that supports netstandard1.3 | Jan Tattermusch | 2016-09-05 | |
| | | ||||
* | | cleanup of project.json files | Jan Tattermusch | 2016-09-05 | |
| | | ||||
* | | update csproj files to Google.Protobuf to 3.0.0 | Jan Tattermusch | 2016-09-05 | |
| | |