Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | put user defined userAgentString to the beginning of userAgentString | Jan Tattermusch | 2015-12-09 |
| | |||
* | Merge pull request #4304 from jtattermusch/proto_cleanup | Michael Lumish | 2015-12-08 |
|\ | | | | | Deduplication of health.proto and math.proto | ||
* \ | Merge Python tox fix into release-0.12-to-be-merged-into-master | Jorge Canizales | 2015-12-07 |
|\ \ | |||
| | * | update C# generate protos script | Jan Tattermusch | 2015-12-07 |
| | | | |||
| | * | consolidate math.proto and health.proto | Jan Tattermusch | 2015-12-07 |
| |/ |/| | |||
* | | add ConfigureAwait(false) where needed | Jan Tattermusch | 2015-12-07 |
| | | |||
* | | Merge pull request #4236 from jtattermusch/get_ready_vs2015 | Nicolas Noble | 2015-12-03 |
|\ \ | | | | | | | Make native nuget packages VS2015 ready | ||
| | * | introduce auth interceptor context | Jan Tattermusch | 2015-12-02 |
| | | | |||
| * | | update C# projects | Jan Tattermusch | 2015-12-01 |
| | | | |||
* | | | Merge branch 'release-0_12' | Nicolas "Pixel" Noble | 2015-12-01 |
|\ \ \ | |/ / |/| / | |/ | | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c | ||
| * | Merge pull request #4154 from jboeuf/new_creds_plugin_api | jboeuf | 2015-11-25 |
| |\ | | | | | | | Changing the credentials plugin API. | ||
| | * | Also adding a credentials type to the plugin API. | Julien Boeuf | 2015-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.0 | Jan Tattermusch | 2015-11-19 |
| | | | |||
* | | | Merge pull request #4156 from jtattermusch/perf_testing_polishing | Jan Tattermusch | 2015-11-19 |
|\ \ \ | | | | | | | | | Performance proto polishing | ||
* \ \ \ | Merge pull request #4146 from jtattermusch/csharp_perf_runners | Michael Lumish | 2015-11-19 |
|\ \ \ \ | |_|/ / |/| | | | Provide performance workers for C# | ||
| | | * | Fixing implementations. | Julien Boeuf | 2015-11-18 |
| |_|/ |/| | | |||
| | * | use new proto option in C# | Jan Tattermusch | 2015-11-18 |
| | | | |||
| | * | regenerate protos | Jan Tattermusch | 2015-11-18 |
| |/ | |||
| * | use regular lock instead of spinlock | Jan Tattermusch | 2015-11-18 |
| | | |||
| * | dont run performance test by default | Jan Tattermusch | 2015-11-18 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ | |||
| | * | remove tabs | Jan Tattermusch | 2015-11-17 |
| | | | |||
| | * | Provide performance workers for C# | Jan Tattermusch | 2015-11-17 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ \ | | |/ | |/| | |||
| | * | Updating the server1 cert so that it can be used with Go. | Julien Boeuf | 2015-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_instrumentation | Michael Lumish | 2015-11-03 |
| |\ | | | | | | | Add simple profiling instrumentation for C# | ||
| | * | add profiling support | Jan Tattermusch | 2015-11-02 |
| | | | |||
| * | | Merge pull request #3981 from jtattermusch/add_nuget_badge | Tim Emiola | 2015-10-30 |
| |\ \ | | |/ | |/| | Add nuget pkg version badge for C# | ||
| * | | Add OpenCover coverage for C# | Jan Tattermusch | 2015-10-27 |
| | | | |||
| | * | Add nuget version badge | Jan Tattermusch | 2015-10-27 |
| | | | |||
* | | | update C# to the new C core auth API | Jan Tattermusch | 2015-10-26 |
| |/ |/| | |||
| * | stop using SSL_CERT_FILE env for C# interop tests | Jan Tattermusch | 2015-10-22 |
| | | |||
| * | Update README.md | Jan Tattermusch | 2015-10-19 |
|/ | |||
* | restrict number of iterations for UnaryCallPerformance test | Jan Tattermusch | 2015-10-15 |
| | |||
* | Merge pull request #3756 from jtattermusch/adjust_csharp_auth_api | Jan Tattermusch | 2015-10-13 |
|\ | | | | | Improving the C# auth API | ||
| * | Polishing of C# auth API | Jan Tattermusch | 2015-10-12 |
| | | |||
* | | Merge pull request #3688 from murgatroid99/run_tests_tracing_fix | Michael Lumish | 2015-10-12 |
|\ \ | |/ |/| | Used the proper GRPC_TRACE value in run_tests.py | ||
* | | rename grpc.native.csharp_ext nuget to grpc.native.csharp | Jan Tattermusch | 2015-10-08 |
| | | |||
* | | Merge pull request #3739 from jtattermusch/csharp_interop_auth | Stanley Cheung | 2015-10-08 |
|\ \ | | | | | | | Make C# auth interop tests spec compliant | ||
* \ \ | Merge pull request #3731 from jtattermusch/csharp_use_common_protos | Yang Gao | 2015-10-08 |
|\ \ \ | | | | | | | | | Use proto files under test/proto for C# interop tests | ||
| | * | | use JWT credentials for per_rpc_creds | Jan Tattermusch | 2015-10-08 |
| | | | | |||
| | * | | prevent ArgumentNullException in credentials plugin | Jan Tattermusch | 2015-10-08 |
| | | | | |||
| | * | | make C# auth interop tests up to spec | Jan Tattermusch | 2015-10-08 |
| |/ / |/| | | |||
| * | | regenerate generated interop testing files | Jan Tattermusch | 2015-10-07 |
| | | | |||
| * | | remove extra copy of test.proto | Jan Tattermusch | 2015-10-07 |
| | | | |||
| * | | update C# regenerate proto script | Jan Tattermusch | 2015-10-07 |
| | | | |||
* | | | make C# interop test args parsing compliant with spec | Jan Tattermusch | 2015-10-07 |
| | | | |||
| | * | Shortened long C# benchmark test | murgatroid99 | 2015-10-07 |
| |/ | |||
* | | stop gcc complaints about func ptr conversions | Jan Tattermusch | 2015-10-07 |
| | | |||
* | | introduce the new split-type credentials api | Jan Tattermusch | 2015-10-06 |
| | |