aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* 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
| | |
| * | Merge pull request #3981 from jtattermusch/add_nuget_badgeGravatar Tim Emiola2015-10-30
| |\ \ | | |/ | |/| Add nuget pkg version badge for C#
| * | Add OpenCover coverage for C#Gravatar Jan Tattermusch2015-10-27
| | |
| | * Add nuget version badgeGravatar Jan Tattermusch2015-10-27
| | |
* | | update C# to the new C core auth APIGravatar Jan Tattermusch2015-10-26
| |/ |/|
| * stop using SSL_CERT_FILE env for C# interop testsGravatar Jan Tattermusch2015-10-22
| |
| * Update README.mdGravatar Jan Tattermusch2015-10-19
|/
* restrict number of iterations for UnaryCallPerformance testGravatar Jan Tattermusch2015-10-15
|
* Merge pull request #3756 from jtattermusch/adjust_csharp_auth_apiGravatar Jan Tattermusch2015-10-13
|\ | | | | Improving the C# auth API
| * Polishing of C# auth APIGravatar Jan Tattermusch2015-10-12
| |
* | Merge pull request #3688 from murgatroid99/run_tests_tracing_fixGravatar Michael Lumish2015-10-12
|\ \ | |/ |/| Used the proper GRPC_TRACE value in run_tests.py
* | rename grpc.native.csharp_ext nuget to grpc.native.csharpGravatar Jan Tattermusch2015-10-08
| |
* | Merge pull request #3739 from jtattermusch/csharp_interop_authGravatar Stanley Cheung2015-10-08
|\ \ | | | | | | Make C# auth interop tests spec compliant
* \ \ Merge pull request #3731 from jtattermusch/csharp_use_common_protosGravatar Yang Gao2015-10-08
|\ \ \ | | | | | | | | Use proto files under test/proto for C# interop tests
| | * | use JWT credentials for per_rpc_credsGravatar Jan Tattermusch2015-10-08
| | | |
| | * | prevent ArgumentNullException in credentials pluginGravatar Jan Tattermusch2015-10-08
| | | |
| | * | make C# auth interop tests up to specGravatar Jan Tattermusch2015-10-08
| |/ / |/| |
| * | regenerate generated interop testing filesGravatar Jan Tattermusch2015-10-07
| | |
| * | remove extra copy of test.protoGravatar Jan Tattermusch2015-10-07
| | |
| * | update C# regenerate proto scriptGravatar Jan Tattermusch2015-10-07
| | |
* | | make C# interop test args parsing compliant with specGravatar Jan Tattermusch2015-10-07
| | |
| | * Shortened long C# benchmark testGravatar murgatroid992015-10-07
| |/
* | stop gcc complaints about func ptr conversionsGravatar Jan Tattermusch2015-10-07
| |
* | introduce the new split-type credentials apiGravatar Jan Tattermusch2015-10-06
| |
* | a small interop client refactoringGravatar Jan Tattermusch2015-10-06
| |