Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Eradicate Uniform, Deterministic, and Pareto interarrival | vjpai | 2016-04-20 |
| | | | | | distributions since we don't use them and it's not sensible to add them | ||
* | check for histogramParams presence | Jan Tattermusch | 2016-04-14 |
| | |||
* | work around nunit issue #1406 | Jan Tattermusch | 2016-04-11 |
| | |||
* | Add TextWriterLogger | Jan Tattermusch | 2016-04-11 |
| | |||
* | improve C# sanity test | Jan Tattermusch | 2016-04-11 |
| | |||
* | make NUnitMain fail on failure | Jan Tattermusch | 2016-04-11 |
| | |||
* | add Newtonsoft.Json to Grpc.Core.Tests | Jan Tattermusch | 2016-04-11 |
| | |||
* | fix interop tests | Jan Tattermusch | 2016-04-11 |
| | |||
* | use NUnitLite to run nunit tests | Jan Tattermusch | 2016-04-11 |
| | |||
* | add NUnitMain to test projects | Jan Tattermusch | 2016-04-11 |
| | |||
* | fix test credentials for nunit3 | Jan Tattermusch | 2016-04-11 |
| | |||
* | migrate Grpc.IntegrationTesting to NUnit3 | Jan Tattermusch | 2016-04-11 |
| | |||
* | migrate Grpc.Examples.Tests to NUnit3 | Jan Tattermusch | 2016-04-11 |
| | |||
* | make Grpc.Core.Tests work with NUnit3 | Jan Tattermusch | 2016-04-11 |
| | |||
* | update nuget dependencies to nunit3 | 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 | ||
* | | remove leftover file from the past | Jan Tattermusch | 2016-04-08 |
| | | |||
* | | delete a leftover file from the past | Jan Tattermusch | 2016-04-08 |
| | | |||
* | | 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 #6082 from jtattermusch/csharp_perfworker_features | Jan Tattermusch | 2016-04-05 |
|\ | | | | | Add some C# qps worker features | ||
* \ | Merge pull request #6087 from ctiller/reset_copyright | Jan Tattermusch | 2016-04-05 |
|\ \ | | | | | | | Remove unnecessary -2016 from copyrights | ||
| | * | make interarrival timer generate the right QPS with poisson load | Jan Tattermusch | 2016-04-05 |
| | | | |||
| | * | Add more features for C# performance worker | Jan Tattermusch | 2016-04-05 |
| |/ |/| | |||
* | | 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# | ||
| | * | Remove unnecessary -2016 from copyrights | Craig Tiller | 2016-04-05 |
| |/ |/| | |||
* | | Merge pull request #6067 from jtattermusch/halfclose_after_close | Jan Tattermusch | 2016-04-04 |
|\ \ | | | | | | | Allow halfclose after close on clients | ||
| | * | add some test for the newly generated code | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | regenerate code | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | 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 |
| | | | |||
| | * | migrate code to single client-side class | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | refactor ClientBase | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | add concept of CallInvoker | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | migrate from client side interface to client side abstract class | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | fix copyrights | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | regenerate protos | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | change C# service implementations to inherit from a generated base class | Jan Tattermusch | 2016-04-01 |
| | | | |||
* | | | ignore perf tests that slow down C# coverage on windows | Jan Tattermusch | 2016-04-01 |
| | | | |||
* | | | upgrade tool for C# coverage reports | Jan Tattermusch | 2016-04-01 |
| |/ |/| | |||
| * | fixup | Jan Tattermusch | 2016-04-01 |
| | | |||
| * | allow halfclose after close on clients | Jan Tattermusch | 2016-04-01 |
|/ | |||
* | Merge pull request #6007 from jtattermusch/upgrade_google_apis_nuget | Jan Tattermusch | 2016-04-01 |
|\ | | | | | Upgrade Google.Apis.Auth nuget dependency to 1.11.1 | ||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
| * | bump Google.Apis.Auth nuget to 1.11.1 | Jan Tattermusch | 2016-03-29 |
|/ | |||
* | Merge pull request #5904 from jtattermusch/csharp_perf_intergrate | Jan Tattermusch | 2016-03-29 |
|\ | | | | | C# performance worker improvements |