aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
...
* improve MetadataCredentials testGravatar Jan Tattermusch2015-12-15
|
* Fix AbandonedCall testGravatar Jan Tattermusch2015-12-14
|
* fix bug in Server.KillAsync()Gravatar Jan Tattermusch2015-12-14
|
* fix completion queue testGravatar Jan Tattermusch2015-12-14
|
* add C# sanity testGravatar Jan Tattermusch2015-12-14
|
* temporarily disable UnimplementedMethod testGravatar Jan Tattermusch2015-12-14
|
* temporarily disable StatusCodeAndMessage testGravatar Jan Tattermusch2015-12-14
|
* start using Ignore attribute for performance testsGravatar Jan Tattermusch2015-12-14
|
* split up C# tests into separate processesGravatar Jan Tattermusch2015-12-14
|
* Merge pull request #4421 from jtattermusch/csharp_more_coverageGravatar Michael Lumish2015-12-11
|\ | | | | More C# coverage
* \ Merge pull request #4397 from jtattermusch/tv_sec_64bitGravatar Craig Tiller2015-12-11
|\ \ | | | | | | Make gpr_timespec platform agnostic.
| | * Add test coverage for Metadata classGravatar Jan Tattermusch2015-12-11
| | |
| | * add coverage for AsyncStreamExtensionsGravatar Jan Tattermusch2015-12-10
| |/ |/|
* | remove dead code from AsyncCallBaseGravatar Jan Tattermusch2015-12-10
| |
* | increase coverage of ServerCallContextGravatar Jan Tattermusch2015-12-10
| |
* | added coverage for Async*StreamingCall classesGravatar Jan Tattermusch2015-12-10
| |
* | add ClientBase coverageGravatar Jan Tattermusch2015-12-10
| |
* | improve PropagateCancellation testGravatar 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
| |
| * implemented more interop testsGravatar Jan Tattermusch2015-12-09
| |
* | put user defined userAgentString to the beginning of userAgentStringGravatar Jan Tattermusch2015-12-09
|/
* Merge pull request #4304 from jtattermusch/proto_cleanupGravatar Michael Lumish2015-12-08
|\ | | | | Deduplication of health.proto and math.proto
* \ Merge Python tox fix into release-0.12-to-be-merged-into-masterGravatar Jorge Canizales2015-12-07
|\ \
| | * update C# generate protos scriptGravatar Jan Tattermusch2015-12-07
| | |
| | * consolidate math.proto and health.protoGravatar Jan Tattermusch2015-12-07
| |/ |/|
* | add ConfigureAwait(false) where neededGravatar Jan Tattermusch2015-12-07
| |
* | Merge pull request #4236 from jtattermusch/get_ready_vs2015Gravatar Nicolas Noble2015-12-03
|\ \ | | | | | | Make native nuget packages VS2015 ready
| | * introduce auth interceptor contextGravatar Jan Tattermusch2015-12-02
| | |
| * | update C# projectsGravatar Jan Tattermusch2015-12-01
| | |
* | | Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|\ \ \ | |/ / |/| / | |/ | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| * Merge pull request #4154 from jboeuf/new_creds_plugin_apiGravatar jboeuf2015-11-25
| |\ | | | | | | Changing the credentials plugin API.
| | * Also adding a credentials type to the plugin API.Gravatar Julien Boeuf2015-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy);
| * | bump C# version to 0.12.0Gravatar Jan Tattermusch2015-11-19
| | |
* | | Merge pull request #4156 from jtattermusch/perf_testing_polishingGravatar Jan Tattermusch2015-11-19
|\ \ \ | | | | | | | | Performance proto polishing
* \ \ \ Merge pull request #4146 from jtattermusch/csharp_perf_runnersGravatar Michael Lumish2015-11-19
|\ \ \ \ | |_|/ / |/| | | Provide performance workers for C#
| | | * Fixing implementations.Gravatar Julien Boeuf2015-11-18
| |_|/ |/| |
| | * use new proto option in C#Gravatar Jan Tattermusch2015-11-18
| | |
| | * regenerate protosGravatar Jan Tattermusch2015-11-18
| |/
| * use regular lock instead of spinlockGravatar Jan Tattermusch2015-11-18
| |
| * dont run performance test by defaultGravatar Jan Tattermusch2015-11-18
| |
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \
| | * remove tabsGravatar Jan Tattermusch2015-11-17
| | |
| | * Provide performance workers for C#Gravatar Jan Tattermusch2015-11-17
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \ \ | | |/ | |/|
| | * Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-11-09
| |/ | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086.
| * Merge pull request #4025 from jtattermusch/csharp_perf_instrumentationGravatar Michael Lumish2015-11-03
| |\ | | | | | | Add simple profiling instrumentation for C#
| | * add profiling supportGravatar Jan Tattermusch2015-11-02
| | |