Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | 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 |
| | | |||
* | | a small interop client refactoring | Jan Tattermusch | 2015-10-06 |
| | | |||
* | | Migrate C# to the new auth API | Jan Tattermusch | 2015-10-06 |
| | | |||
* | | implement C# wrapping for plugin API | Jan Tattermusch | 2015-10-06 |
|/ | |||
* | Merge pull request #3602 from grpc/release-0_11 | Tim Emiola | 2015-10-02 |
|\ | | | | | Upmerge from beta to master. | ||
* \ | Merge pull request #3467 from ctiller/can-we-be-single-threaded | Nicolas Noble | 2015-09-30 |
|\ \ | | | | | | | Implement turnstile polling for Windows | ||
| * | | Ensure GrpcEnvironment setup for these (special) tests | Craig Tiller | 2015-09-29 |
| | | | |||
* | | | enable cloud_to_cloud tests with servers in a separate container | Jan Tattermusch | 2015-09-28 |
|/ / | |||
| * | further docs fixes | Jan Tattermusch | 2015-09-25 |
| | | |||
| * | Update c# docs for release 0.11 | Jan Tattermusch | 2015-09-24 |
| | | |||
* | | Merge pull request #3372 from grpc/release-0_11 | David G. Quintas | 2015-09-23 |
|\| | | | | | Release 0.11 to master upmerge. | ||
* | | Drop issue 527 TODOs for interop specification | Nathaniel Manista | 2015-09-23 |
| | | | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. | ||
| * | bump version of C# to 0.7.1 | Jan Tattermusch | 2015-09-22 |
| | | |||
| * | plain log message should not be treated as format string | Jan Tattermusch | 2015-09-17 |
| | | |||
| * | Don't do .Wait() in async context. | Jan Tattermusch | 2015-09-16 |
| | | | | | | Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347. | ||
* | | Type sign fix for C# | David Garcia Quintas | 2015-09-12 |
|/ | |||
* | use service account credentials for per RPC test | Jan Tattermusch | 2015-09-04 |
| | |||
* | ugly fix of per_rpc_creds test | Jan Tattermusch | 2015-09-03 |
| | |||
* | update the interop tests based on spec | Jan Tattermusch | 2015-09-03 |
| | |||
* | fix C# nuget package building | Jan Tattermusch | 2015-09-02 |
| | |||
* | add roots.pem to Grpc C# nuget package | Jan Tattermusch | 2015-08-31 |
| | |||
* | Merge pull request #3137 from grpc/jtattermusch-patch-2 | Tim Emiola | 2015-08-28 |
|\ | | | | | Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem | ||
| * | Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' ↵ | Jan Tattermusch | 2015-08-28 |
| | | | | | | | | problem. | ||
* | | check for allowed characters in metadata key | Jan Tattermusch | 2015-08-28 |
|/ | |||
* | error spec compliance and marshalling tests | Jan Tattermusch | 2015-08-27 |
| | |||
* | Merge pull request #3106 from jtattermusch/culture_invariant | Stanley Cheung | 2015-08-27 |
|\ | | | | | make ToLower culture invariant | ||
* | | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 |
| | |