Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update copyrights | Jan Tattermusch | 2016-02-18 |
| | |||
* | rename Preconditions to GrpcPreconditions | Jan Tattermusch | 2016-02-18 |
| | |||
* | update C# dependencies | Jan Tattermusch | 2016-01-25 |
| | |||
* | include assembly signing key in the repo | Jan Tattermusch | 2016-01-21 |
| | |||
* | regenerate C# protos | Jan Tattermusch | 2016-01-20 |
| | |||
* | upgrade Grpc.sln to newest Google.Protobuf nuget | Jan Tattermusch | 2016-01-20 |
| | |||
* | Remove leftovers from packages.config | Jan Tattermusch | 2016-01-20 |
| | |||
* | improve MetadataCredentials test | Jan Tattermusch | 2015-12-15 |
| | |||
* | temporarily disable UnimplementedMethod test | Jan Tattermusch | 2015-12-14 |
| | |||
* | temporarily disable StatusCodeAndMessage test | Jan Tattermusch | 2015-12-14 |
| | |||
* | start using Ignore attribute for performance tests | Jan Tattermusch | 2015-12-14 |
| | |||
* | add ClientBase coverage | Jan Tattermusch | 2015-12-10 |
| | |||
* | implement unimplemented_method interop test | Jan Tattermusch | 2015-12-09 |
| | |||
* | implemented more interop tests | Jan Tattermusch | 2015-12-09 |
| | |||
* | Merge Python tox fix into release-0.12-to-be-merged-into-master | Jorge Canizales | 2015-12-07 |
|\ | |||
| * | introduce auth interceptor context | Jan Tattermusch | 2015-12-02 |
| | | |||
* | | 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# | ||
| | * | 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 |
| | | |||
| * | remove tabs | Jan Tattermusch | 2015-11-17 |
| | | |||
| * | Provide performance workers for C# | Jan Tattermusch | 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. | ||
* | stop using SSL_CERT_FILE env for C# interop tests | Jan Tattermusch | 2015-10-22 |
| | |||
* | Polishing of C# auth API | Jan Tattermusch | 2015-10-12 |
| | |||
* | 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 |
| | | | |||
| | * | 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 |
| | | |||
* | | make C# interop test args parsing compliant with spec | 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 |
|/ | |||
* | enable cloud_to_cloud tests with servers in a separate container | Jan Tattermusch | 2015-09-28 |
| | |||
* | 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. | ||
| * | 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. | ||
* | 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 |
| | |||
* | error spec compliance and marshalling tests | Jan Tattermusch | 2015-08-27 |
| | |||
* | switch C# projects to Google.Protobuf 3.0.0-alpha4 package | Jan Tattermusch | 2015-08-27 |
| | |||
* | upgrade third_party/protobufs to 3.0.0-beta-1 | Jan Tattermusch | 2015-08-27 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-08-26 |
|\ | | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs | ||
| * | implement timeout_on_sleeping_server interop test | Jan Tattermusch | 2015-08-20 |
| | |