Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | DocFixit: Minor corrections to the instructions | 2016-03-17 | |
| | |||
* | Merge pull request #5439 from chrisdunelm/coreclr_metadata2 | 2016-03-11 | |
|\ | | | | | Support for coreclr | ||
* | | fix copyright | 2016-03-01 | |
| | | |||
* | | fix #4427 | 2016-03-01 | |
| | | |||
* | | package protoc artifacts for all platforms in Grpc.Tools | 2016-02-29 | |
| | | |||
| * | Support for coreclr | 2016-02-26 | |
|/ | | | | Use .ToLowerInvariant, which is supported by coreclr | ||
* | Merge pull request #5327 from yang-g/v1alpha_to_v1 | 2016-02-25 | |
|\ | | | | | global replace health check proto v1alpha to v1 | ||
* \ | Merge pull request #5086 from chrisdunelm/coreclr_platforms | 2016-02-25 | |
|\ \ | | | | | | | Support coreclr platform detection | ||
* \ \ | Merge pull request #5359 from nicolasnoble/upmerge | 2016-02-25 | |
|\ \ \ | | | | | | | | | Upmerge from 0.13 | ||
* \ \ \ | Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2 | 2016-02-24 | |
|\ \ \ \ | | | | | | | | | | | Coreclr compatible DefaultSslRootsOverride.cs | ||
| | | | * | Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 | 2016-02-24 | |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | fix C# build | 2016-02-23 | |
| | | | | | |||
* | | | | | Merge pull request #5314 from jtattermusch/csharp_perf_removehost | 2016-02-23 | |
|\ \ \ \ \ | | | | | | | | | | | | | C# qps worker updates | ||
| | | * \ \ | Merge pull request #5348 from nicolasnoble/backport-merge | 2016-02-23 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Backport merge. | ||
| | | | * | | | Merge branch 'master' into backport-merge | 2016-02-22 | |
| | | |/| | | | |_|_|/ / / |/| | | | | | |||
| | | | | * | fix impl and test about host | 2016-02-19 | |
| | | | | | | |||
| | | | | * | V1Alpha as well | 2016-02-19 | |
| | | | | | | |||
| | | | | * | regenerate csharp and ruby service from proto | 2016-02-19 | |
| | | | | | | |||
| | | | | * | global replace health check proto v1alpha to v1 | 2016-02-19 | |
| |_|_|_|/ |/| | | | | |||
| * | | | | fix copyrights | 2016-02-18 | |
| | | | | | |||
| * | | | | minor tweaks to C# qpswoker | 2016-02-18 | |
| | | | | | |||
* | | | | | update copyrights | 2016-02-18 | |
| | | | | | |||
* | | | | | rename Preconditions to GrpcPreconditions | 2016-02-18 | |
|/ / / / | |||
* | | | | Add a NullLogger in the C# implementation | 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? | ||
| | * | | Merge pull request #5239 from jtattermusch/csharp_release_docs | 2016-02-16 | |
| | |\ \ | | | | | | | | | | | Update C# docs for 0.13 release | ||
| | | * | | Update README.md | 2016-02-12 | |
| | | | | | |||
| | * | | | Flagging 0.13.1-pre1. | 2016-02-13 | |
| | | | | | |||
| | * | | | Flagging the release. | 2016-02-13 | |
| | |/ / | |||
* | | | | Fix some C# copyrights | 2016-02-09 | |
| | | | | |||
* | | | | Merge pull request #5066 from chrisdunelm/dnx_Profilers | 2016-02-09 | |
|\ \ \ \ | | | | | | | | | | | Fix Profilers for coreclr | ||
| | | * | | fix copyrights | 2016-02-08 | |
| | | | | | |||
* | | | | | Flagging master as 0.14.0-dev. | 2016-02-09 | |
| |_|/ / |/| | | | |||
* | | | | C# assembly version and current version | 2016-02-08 | |
| | | | | |||
* | | | | fix GrpcEnvironmentTest | 2016-02-08 | |
| | | | | |||
* | | | | fix C# build | 2016-02-08 | |
| | | | | |||
* | | | | Flagging 0.13 as pre1. | 2016-02-09 | |
| | | | | |||
* | | | | build.yaml centric versioning | 2016-02-08 | |
| | | | | |||
| * | | | Correct copyright date | 2016-02-08 | |
| | | | | |||
| | * | | Coreclr compatible DefaultSslRootsOverride.cs | 2016-02-05 | |
| |/ / |/| | | | | | | | | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(). Use TypeInfo.Assembly instead, which is supported on all platform. | ||
| | * | Support coreclr platform detection | 2016-02-05 | |
| |/ |/| | | | | | Coreclr uses different platform detection primitives to full .NET | ||
| * | Fix Profilers for coreclr | 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 | 2016-02-04 | |
|/ | | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(), use TypeInfo.Assembly instead, which is supported on all platforms. | ||
* | fix copyrights | 2016-02-02 | |
| | |||
* | dont ship roots.pem in nuget package | 2016-02-02 | |
| | |||
* | add roots.pem as a resource | 2016-02-02 | |
| | |||
* | Prevent the need to install libc6-dev on Linux | 2016-02-01 | |
| | |||
* | create a .zip file with nuget packages | 2016-01-29 | |
| | |||
* | Fix sanity | 2016-01-26 | |
| | |||
* | update copyrights | 2016-01-25 | |
| | |||
* | Merge remote-tracking branch 'upstream/master' into bump_version_0_13 | 2016-01-25 | |
|\ |