Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add TextWriterLogger | Jan Tattermusch | 2016-04-11 |
| | |||
* | Merge pull request #6115 from jtattermusch/csharp_support_projectjson | Jan Tattermusch | 2016-04-11 |
|\ | | | | | Make gRPC C# nuget work with new project.json style projects | ||
* | | async void is illegal in ASP.NET and DNXcore | Jan Tattermusch | 2016-04-07 |
| | | |||
| * | make gRPC C# nuget work with new project.json style projects | Jan Tattermusch | 2016-04-07 |
|/ | |||
* | Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclass | Jan Tattermusch | 2016-04-05 |
|\ | | | | | Make adding a new RPC to a service non-breaking for generated C# | ||
| * | fix copyrights | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | introduce concept of opaque client base configuration | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | move implementations of CallInvoker to Grpc.Core.Internal | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | add parameterless constructor for ClientBase | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | add ClientBase.WithHost and get rid of HeaderInterceptor | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | add host field support to CallInvoker | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | refactor ClientBase | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | add concept of CallInvoker | Jan Tattermusch | 2016-04-01 |
| | | |||
* | | allow halfclose after close on clients | Jan Tattermusch | 2016-04-01 |
|/ | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Merge pull request #5810 from jtattermusch/extension_loading_for_webapps | Jan Tattermusch | 2016-03-18 |
|\ | | | | | Correct handling for shadowed assemblies when loading native extension | ||
* | | make timestamp format in C# logs more similar to C core | Jan Tattermusch | 2016-03-17 |
| | | |||
| * | correct handling for shadowed assemblies when loading native extension | Jan Tattermusch | 2016-03-17 |
|/ | |||
* | Merge pull request #5439 from chrisdunelm/coreclr_metadata2 | Jan Tattermusch | 2016-03-11 |
|\ | | | | | Support for coreclr | ||
* | | fix #4427 | Jan Tattermusch | 2016-03-01 |
| | | |||
| * | Support for coreclr | Chris Bacon | 2016-02-26 |
|/ | | | | Use .ToLowerInvariant, which is supported by coreclr | ||
* | Merge pull request #5086 from chrisdunelm/coreclr_platforms | Jan Tattermusch | 2016-02-25 |
|\ | | | | | Support coreclr platform detection | ||
* \ | Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2 | Jan Tattermusch | 2016-02-24 |
|\ \ | | | | | | | Coreclr compatible DefaultSslRootsOverride.cs | ||
* | | | update copyrights | Jan Tattermusch | 2016-02-18 |
| | | | |||
* | | | rename Preconditions to GrpcPreconditions | Jan Tattermusch | 2016-02-18 |
| | | | |||
* | | | Add a NullLogger in the C# implementation | Jon Skeet | 2016-02-17 |
| | | | | | | | | | | | | | | | | | | | | | I'd argue that at this stage, this should probably be the default. Further options to consider: - Make it a singleton, or at least expose a static property with a single instance? - Allow SetLogger(null) to use the NullLogger? | ||
* | | | Fix some C# copyrights | vjpai | 2016-02-09 |
| | | | |||
* | | | Merge pull request #5066 from chrisdunelm/dnx_Profilers | Jan Tattermusch | 2016-02-09 |
|\ \ \ | | | | | | | | | Fix Profilers for coreclr | ||
* | | | | Flagging master as 0.14.0-dev. | Nicolas "Pixel" Noble | 2016-02-09 |
| | | | | |||
* | | | | C# assembly version and current version | Jan Tattermusch | 2016-02-08 |
| | | | | |||
* | | | | fix C# build | Jan Tattermusch | 2016-02-08 |
| | | | | |||
* | | | | Flagging 0.13 as pre1. | Nicolas "Pixel" Noble | 2016-02-09 |
| | | | | |||
* | | | | build.yaml centric versioning | Craig Tiller | 2016-02-08 |
| | | | | |||
| * | | | Correct copyright date | Chris Bacon | 2016-02-08 |
| | | | | |||
| | * | | Coreclr compatible DefaultSslRootsOverride.cs | Chris Bacon | 2016-02-05 |
| |/ / |/| | | | | | | | | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(). Use TypeInfo.Assembly instead, which is supported on all platform. | ||
| | * | Support coreclr platform detection | Chris Bacon | 2016-02-05 |
| |/ |/| | | | | | Coreclr uses different platform detection primitives to full .NET | ||
| * | Fix Profilers for coreclr | Chris Bacon | 2016-02-04 |
| | | | | | | | | | | Coreclr doesn't support the StreamWriter(string) constructor. Use File.CreateText() instead, which is equivalent and supported on all platforms. | ||
* | | Fix NativeExtensions for coreclr | Chris Bacon | 2016-02-04 |
|/ | | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(), use TypeInfo.Assembly instead, which is supported on all platforms. | ||
* | dont ship roots.pem in nuget package | Jan Tattermusch | 2016-02-02 |
| | |||
* | add roots.pem as a resource | Jan Tattermusch | 2016-02-02 |
| | |||
* | Prevent the need to install libc6-dev on Linux | Jan Tattermusch | 2016-02-01 |
| | |||
* | Fix sanity | Craig Tiller | 2016-01-26 |
| | |||
* | update copyrights | Jan Tattermusch | 2016-01-25 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into bump_version_0_13 | Jan Tattermusch | 2016-01-25 |
|\ | |||
| * | update C# dependencies | Jan Tattermusch | 2016-01-25 |
| | | |||
* | | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | | |||
* | | get C# version generated by templates | Jan Tattermusch | 2016-01-22 |
|/ | |||
* | include assembly signing key in the repo | Jan Tattermusch | 2016-01-21 |
| | |||
* | Merge pull request #4730 from jtattermusch/revamp_native_loader | Michael Lumish | 2016-01-19 |
|\ | | | | | Revamp C# native loader | ||
* \ | Merge pull request #4744 from dgquintas/check_newlines | Craig Tiller | 2016-01-15 |
|\ \ | | | | | | | Added sanity check for trailing newlines |