Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove unused member | Jan Tattermusch | 2016-10-21 |
| | |||
* | add shutdownhook for CoreCLR | Jan Tattermusch | 2016-09-09 |
| | |||
* | Change the default logger to the NullLogger. | Jon Skeet | 2016-07-26 |
| | | | | | | It's unconventional for code to log to the console in .NET. Even now the logging is reduced, it's still present - especially in shutdown. This would fix #7361. | ||
* | Merge pull request #6104 from jtattermusch/coreclr_support | Jan Tattermusch | 2016-06-22 |
|\ | | | | | Add experimental CoreCLR support | ||
* | | add missing ConfigureAwait(false) | Jan Tattermusch | 2016-06-21 |
| | | |||
| * | migrate everything to netstandard1.5 | Jan Tattermusch | 2016-06-16 |
| | | |||
| * | dont register shutdownhooks for dotnet5.4 | Jan Tattermusch | 2016-06-15 |
|/ | |||
* | set default gRPC C# logging level to Info | Jan Tattermusch | 2016-06-13 |
| | |||
* | autoregister grpc shutdown hooks | Jan Tattermusch | 2016-06-06 |
| | |||
* | support GrpcEnvironment.KillServersAsync | Jan Tattermusch | 2016-06-06 |
| | |||
* | Add ShutdownChannelsAsync api | Jan Tattermusch | 2016-06-06 |
| | |||
* | make environment shutdown asynchronous | Jan Tattermusch | 2016-06-06 |
| | |||
* | use 1 cq per thread by default | Jan Tattermusch | 2016-05-25 |
| | |||
* | eliminate global completion registry | Jan Tattermusch | 2016-05-25 |
| | |||
* | expose completionQueueCount setting | Jan Tattermusch | 2016-05-25 |
| | |||
* | add support for multiple cqs to GrpcThreadPool | Jan Tattermusch | 2016-05-25 |
| | |||
* | expose experimental API to set GrpcThreadPool size. | Jan Tattermusch | 2016-05-09 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | rename Preconditions to GrpcPreconditions | Jan Tattermusch | 2016-02-18 |
| | |||
* | extend copyright to 2016 | Jan Tattermusch | 2016-01-15 |
| | |||
* | revamp C# native library loader | Jan Tattermusch | 2016-01-15 |
| | |||
* | fix stylecop issues | Jan Tattermusch | 2015-08-21 |
| | |||
* | introduce INativeCall interface to simplify testing | Jan Tattermusch | 2015-08-21 |
| | |||
* | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 |
| | |||
* | fixing doc comments | Jan Tattermusch | 2015-08-10 |
| | |||
* | fix preconditions class | Jan Tattermusch | 2015-08-10 |
| | |||
* | fix method signature and add test | Jan Tattermusch | 2015-08-10 |
| | |||
* | expose C core version string to C# | Jan Tattermusch | 2015-08-09 |
| | |||
* | introduce gRPC logger | Jan Tattermusch | 2015-07-24 |
| | |||
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
| | |||
* | Stop using native callbacks for C# | Jan Tattermusch | 2015-06-05 |
| | |||
* | added stats with number of active native calls, useful for debugging | Jan Tattermusch | 2015-05-04 |
| | |||
* | code style fixes based on StyleCop warnings | Jan Tattermusch | 2015-03-11 |
| | |||
* | Added ability for c# to redirect C core logs to arbitrary sink | Jan Tattermusch | 2015-02-25 |
| | |||
* | renaming of VS projects and other minor structural fixes | Jan Tattermusch | 2015-02-20 |