aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
...
| | | * regenerate codeGravatar Jan Tattermusch2016-04-26
| |_|/ |/| |
| | * fix #5912Gravatar Jan Tattermusch2016-04-26
| |/ |/|
* | Merge pull request #6282 from jtattermusch/disable_internal_obsoleteGravatar Jan Tattermusch2016-04-26
|\ \ | | | | | | Disable warnings for use of our own obsolete interfaces
| * | regenerate C# protosGravatar Jan Tattermusch2016-04-25
| | |
* | | fix assembly version attributes for C#Gravatar Jan Tattermusch2016-04-25
|/ /
* | Merge pull request #6256 from jtattermusch/csharp_stressclientGravatar Jan Tattermusch2016-04-25
|\ \ | | | | | | Initial draft of C# stress test client
| * | address commentsGravatar Jan Tattermusch2016-04-25
| | |
* | | Merge pull request #6242 from vjpai/i_have_the_best_variantsGravatar Jan Tattermusch2016-04-25
|\ \ \ | | | | | | | | Add support for an "OTHER" value in client_type, server_type, and add…
* \ \ \ Merge pull request #5073 from mleenhardt/calloptions-fluentGravatar Jan Tattermusch2016-04-24
|\ \ \ \ | | | | | | | | | | CallOptions fluent methods
| | | * | add generated proto filesGravatar Jan Tattermusch2016-04-21
| | | | |
| | | * | add metrics.proto generated files to C# projectGravatar Jan Tattermusch2016-04-21
| | | | |
| | | * | Add C# stress test clientGravatar Jan Tattermusch2016-04-21
| |_|/ / |/| | |
| | * | Add support for an "OTHER" value in client_type, server_type, and add a ↵Gravatar vjpai2016-04-21
| |/ / |/| | | | | | | | | | | | | | | | | string to represent the name of the desired system api. This allows expansion without putting an upper-limit based on some foressen variants.
* | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
|\ \ \ | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
* | | | Eradicate Uniform, Deterministic, and Pareto interarrivalGravatar vjpai2016-04-20
| | | | | | | | | | | | | | | | | | | | distributions since we don't use them and it's not sensible to add them
| * | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
|/ / / | | | | | | | | | application handle the authentication.
* | | check for histogramParams presenceGravatar Jan Tattermusch2016-04-14
| | |
* | | work around nunit issue #1406Gravatar Jan Tattermusch2016-04-11
| | |
* | | Add TextWriterLoggerGravatar Jan Tattermusch2016-04-11
| | |
* | | improve C# sanity testGravatar Jan Tattermusch2016-04-11
| | |
* | | make NUnitMain fail on failureGravatar Jan Tattermusch2016-04-11
| | |
* | | add Newtonsoft.Json to Grpc.Core.TestsGravatar Jan Tattermusch2016-04-11
| | |
* | | fix interop testsGravatar Jan Tattermusch2016-04-11
| | |
* | | use NUnitLite to run nunit testsGravatar Jan Tattermusch2016-04-11
| | |
* | | add NUnitMain to test projectsGravatar Jan Tattermusch2016-04-11
| | |
* | | fix test credentials for nunit3Gravatar Jan Tattermusch2016-04-11
| | |
* | | migrate Grpc.IntegrationTesting to NUnit3Gravatar Jan Tattermusch2016-04-11
| | |
* | | migrate Grpc.Examples.Tests to NUnit3Gravatar Jan Tattermusch2016-04-11
| | |
* | | make Grpc.Core.Tests work with NUnit3Gravatar Jan Tattermusch2016-04-11
| | |
* | | update nuget dependencies to nunit3Gravatar Jan Tattermusch2016-04-11
| | |
* | | Merge pull request #6115 from jtattermusch/csharp_support_projectjsonGravatar Jan Tattermusch2016-04-11
|\ \ \ | | | | | | | | Make gRPC C# nuget work with new project.json style projects
* | | | remove leftover file from the pastGravatar Jan Tattermusch2016-04-08
| | | |
* | | | delete a leftover file from the pastGravatar Jan Tattermusch2016-04-08
| | | |
* | | | async void is illegal in ASP.NET and DNXcoreGravatar Jan Tattermusch2016-04-07
| | | |
| * | | make gRPC C# nuget work with new project.json style projectsGravatar Jan Tattermusch2016-04-07
|/ / /
| * | Merge branch 'master' into calloptions-fluentGravatar Mathieu Leenhardt2016-04-06
| |\ \ | |/ / |/| |
* | | Merge pull request #6082 from jtattermusch/csharp_perfworker_featuresGravatar Jan Tattermusch2016-04-05
|\ \ \ | | | | | | | | Add some C# qps worker features
* \ \ \ Merge pull request #6087 from ctiller/reset_copyrightGravatar Jan Tattermusch2016-04-05
|\ \ \ \ | | | | | | | | | | Remove unnecessary -2016 from copyrights
| | * | | make interarrival timer generate the right QPS with poisson loadGravatar Jan Tattermusch2016-04-05
| | | | |
| | * | | Add more features for C# performance workerGravatar Jan Tattermusch2016-04-05
| |/ / / |/| | |
* | | | Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclassGravatar Jan Tattermusch2016-04-05
|\ \ \ \ | | | | | | | | | | Make adding a new RPC to a service non-breaking for generated C#
| | * | | Remove unnecessary -2016 from copyrightsGravatar Craig Tiller2016-04-05
| |/ / / |/| | |
* | | | Merge pull request #6067 from jtattermusch/halfclose_after_closeGravatar Jan Tattermusch2016-04-04
|\ \ \ \ | | | | | | | | | | Allow halfclose after close on clients
| | * | | add some test for the newly generated codeGravatar Jan Tattermusch2016-04-01
| | | | |
| | * | | regenerate codeGravatar Jan Tattermusch2016-04-01
| | | | |
| | * | | fix copyrightsGravatar Jan Tattermusch2016-04-01
| | | | |
| | * | | introduce concept of opaque client base configurationGravatar Jan Tattermusch2016-04-01
| | | | |
| | * | | move implementations of CallInvoker to Grpc.Core.InternalGravatar Jan Tattermusch2016-04-01
| | | | |
| | * | | add parameterless constructor for ClientBaseGravatar Jan Tattermusch2016-04-01
| | | | |
| | * | | add ClientBase.WithHost and get rid of HeaderInterceptorGravatar Jan Tattermusch2016-04-01
| | | | |