aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
Commit message (Collapse)AuthorAge
* Merge pull request #5810 from jtattermusch/extension_loading_for_webappsGravatar Jan Tattermusch2016-03-18
|\ | | | | Correct handling for shadowed assemblies when loading native extension
* | make timestamp format in C# logs more similar to C coreGravatar Jan Tattermusch2016-03-17
| |
| * correct handling for shadowed assemblies when loading native extensionGravatar Jan Tattermusch2016-03-17
|/
* Merge pull request #5439 from chrisdunelm/coreclr_metadata2Gravatar Jan Tattermusch2016-03-11
|\ | | | | Support for coreclr
* | fix #4427Gravatar Jan Tattermusch2016-03-01
| |
| * Support for coreclrGravatar Chris Bacon2016-02-26
|/ | | | Use .ToLowerInvariant, which is supported by coreclr
* Merge pull request #5086 from chrisdunelm/coreclr_platformsGravatar Jan Tattermusch2016-02-25
|\ | | | | Support coreclr platform detection
* \ Merge pull request #5087 from chrisdunelm/coreclr_DefaultSslRootsOverride2Gravatar Jan Tattermusch2016-02-24
|\ \ | | | | | | Coreclr compatible DefaultSslRootsOverride.cs
* | | update copyrightsGravatar Jan Tattermusch2016-02-18
| | |
* | | rename Preconditions to GrpcPreconditionsGravatar Jan Tattermusch2016-02-18
| | |
* | | Add a NullLogger in the C# implementationGravatar Jon Skeet2016-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# copyrightsGravatar vjpai2016-02-09
| | |
* | | Merge pull request #5066 from chrisdunelm/dnx_ProfilersGravatar Jan Tattermusch2016-02-09
|\ \ \ | | | | | | | | Fix Profilers for coreclr
* | | | Flagging master as 0.14.0-dev.Gravatar Nicolas "Pixel" Noble2016-02-09
| | | |
* | | | C# assembly version and current versionGravatar Jan Tattermusch2016-02-08
| | | |
* | | | fix C# buildGravatar Jan Tattermusch2016-02-08
| | | |
* | | | Flagging 0.13 as pre1.Gravatar Nicolas "Pixel" Noble2016-02-09
| | | |
* | | | build.yaml centric versioningGravatar Craig Tiller2016-02-08
| | | |
| * | | Correct copyright dateGravatar Chris Bacon2016-02-08
| | | |
| | * | Coreclr compatible DefaultSslRootsOverride.csGravatar Chris Bacon2016-02-05
| |/ / |/| | | | | | | | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(). Use TypeInfo.Assembly instead, which is supported on all platform.
| | * Support coreclr platform detectionGravatar Chris Bacon2016-02-05
| |/ |/| | | | | Coreclr uses different platform detection primitives to full .NET
| * Fix Profilers for coreclrGravatar Chris Bacon2016-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 coreclrGravatar Chris Bacon2016-02-04
|/ | | | | Coreclr doesn't support Assembly.GetExecutingAssembly(), use TypeInfo.Assembly instead, which is supported on all platforms.
* dont ship roots.pem in nuget packageGravatar Jan Tattermusch2016-02-02
|
* add roots.pem as a resourceGravatar Jan Tattermusch2016-02-02
|
* Prevent the need to install libc6-dev on LinuxGravatar Jan Tattermusch2016-02-01
|
* Fix sanityGravatar Craig Tiller2016-01-26
|
* update copyrightsGravatar Jan Tattermusch2016-01-25
|
* Merge remote-tracking branch 'upstream/master' into bump_version_0_13Gravatar Jan Tattermusch2016-01-25
|\
| * update C# dependenciesGravatar Jan Tattermusch2016-01-25
| |
* | fix copyrightsGravatar Jan Tattermusch2016-01-22
| |
* | get C# version generated by templatesGravatar Jan Tattermusch2016-01-22
|/
* include assembly signing key in the repoGravatar Jan Tattermusch2016-01-21
|
* Merge pull request #4730 from jtattermusch/revamp_native_loaderGravatar Michael Lumish2016-01-19
|\ | | | | Revamp C# native loader
* \ Merge pull request #4744 from dgquintas/check_newlinesGravatar Craig Tiller2016-01-15
|\ \ | | | | | | Added sanity check for trailing newlines
| | * extend copyright to 2016Gravatar Jan Tattermusch2016-01-15
| | |
| | * revamp C# native library loaderGravatar Jan Tattermusch2016-01-15
| |/ |/|
| * Updated copyrights...Gravatar David Garcia Quintas2016-01-15
| |
| * Added sanity check for trailing newlinesGravatar David Garcia Quintas2016-01-14
| |
* | Cleanup of grpc.csharp.native packageGravatar Jan Tattermusch2016-01-12
|/
* refcounting completion queue shutdownGravatar Jan Tattermusch2015-12-16
|
* fix bug in Server.KillAsync()Gravatar Jan Tattermusch2015-12-14
|
* Merge pull request #4397 from jtattermusch/tv_sec_64bitGravatar Craig Tiller2015-12-11
|\ | | | | Make gpr_timespec platform agnostic.
* | remove dead code from AsyncCallBaseGravatar Jan Tattermusch2015-12-10
| |
* | add coverage for call optionsGravatar Jan Tattermusch2015-12-10
| |
| * make gpr_timespec platform agnosticGravatar Jan Tattermusch2015-12-10
|/
* Merge pull request #4383 from jtattermusch/run_more_interopGravatar Michael Lumish2015-12-10
|\ | | | | run_interop_tests.py support for new interop tests
| * implement unimplemented_method interop testGravatar Jan Tattermusch2015-12-09
| |
* | put user defined userAgentString to the beginning of userAgentStringGravatar Jan Tattermusch2015-12-09
|/
* Merge Python tox fix into release-0.12-to-be-merged-into-masterGravatar Jorge Canizales2015-12-07
|\