Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Made insecure channel/stub explicit, in all layers | murgatroid99 | 2015-12-16 |
| | |||
* | Merge pull request #4435 from murgatroid99/node_interop_server_response_delay | Jan Tattermusch | 2015-12-15 |
|\ | | | | | Added support for ResponseParameters.interval_us to the Node interop server | ||
* \ | Merge pull request #4451 from ctiller/proxy-crash | Yang Gao | 2015-12-15 |
|\ \ | | | | | | | Fix proxy end2end tests | ||
* \ \ | Merge pull request #4463 from ctiller/perf_test | Craig Tiller | 2015-12-15 |
|\ \ \ | | | | | | | | | Capture latency trace for ping pong during performance runs | ||
* \ \ \ | Merge pull request #4379 from jtattermusch/per_rpc_creds_test | Michael Lumish | 2015-12-15 |
|\ \ \ \ | | | | | | | | | | | Improve MetadataCredentials test | ||
* \ \ \ \ | Merge pull request #4436 from jtattermusch/csharp_shutdown_test | Michael Lumish | 2015-12-15 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix server.KillAsync() and improve abandoned call test | ||
* \ \ \ \ \ | Merge pull request #4449 from jtattermusch/csharp_test_restructuring | Michael Lumish | 2015-12-15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | C# test restructuring | ||
| | | * | | | | improve MetadataCredentials test | Jan Tattermusch | 2015-12-15 |
| | |/ / / / | |||
| | | | * | | Fix merge error | Craig Tiller | 2015-12-15 |
| | | | | | | |||
| | | * | | | Fix missing timer tag | Craig Tiller | 2015-12-15 |
| |_|/ / / |/| | | | | |||
| | | * | | Handle cancelling writes whilst writing | Craig Tiller | 2015-12-15 |
| | | | | | |||
| | | * | | Better fix | Craig Tiller | 2015-12-14 |
| | | | | | |||
| | | * | | Merge github.com:grpc/grpc into proxy-crash | Craig Tiller | 2015-12-14 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | Merge pull request #4459 from soltanmm/tmp | Nicolas Noble | 2015-12-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Python version bump | ||
| * | | | | | Python version bump | Masood Malekghassemi | 2015-12-14 |
| | | | | | | |||
| | | * | | | Fix AbandonedCall test | Jan Tattermusch | 2015-12-14 |
| | | | | | | |||
| | | * | | | fix bug in Server.KillAsync() | Jan Tattermusch | 2015-12-14 |
| | |/ / / | |||
* | | | | | Merge pull request #4441 from bogdandrutu/master | Craig Tiller | 2015-12-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a hook for the default constructor of ClientContext. | ||
| | | * | | | fix completion queue test | Jan Tattermusch | 2015-12-14 |
| | | | | | | |||
| | | * | | | add C# sanity test | Jan Tattermusch | 2015-12-14 |
| | | | | | | |||
| | | * | | | 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 |
| | | | | | | |||
| | | * | | | split up C# tests into separate processes | Jan Tattermusch | 2015-12-14 |
| |_|/ / / |/| | | | | |||
| | | * | | Addressing review feedback | Craig Tiller | 2015-12-14 |
| | | | | | |||
| | | * | | Merge branch 'cf' into proxy-crash | Craig Tiller | 2015-12-14 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | | | | | |||
| | | * | | Fix proxy end2end tests | Craig Tiller | 2015-12-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some transport callbacks weren't getting triggered. We now ensure that this always occurs. Additionally: left some debug only code around to make this class of bug easier to diagnose in the future. | ||
* | | | | | fix "Address in use" crash | Jan Tattermusch | 2015-12-14 |
| |_|/ / |/| | | | |||
| * | | | Fix the naming conflict issue that cause the tests to fail. | Bogdan Drutu | 2015-12-12 |
| | | | | |||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc | Bogdan Drutu | 2015-12-12 |
| |\ \ \ | |/ / / |/| | | | |||
* | | | | Merge github.com:grpc/grpc into bind-server-twice | Craig Tiller | 2015-12-11 |
|\ \ \ \ | |||
| | * | | | Add a destructor callback as well | Bogdan Drutu | 2015-12-11 |
| | | | | | |||
| | * | | | Add a hook for the default constructor of ClientContext. | Bogdan Drutu | 2015-12-11 |
| | | | | | |||
| * | | | | Merge pull request #4438 from nicolasnoble/json-coverage-2 | Craig Tiller | 2015-12-11 |
| |\ \ \ \ | | |/ / / | |/| | | | Increasing json code coverage. | ||
| | * | | | Increasing json code coverage. | Nicolas "Pixel" Noble | 2015-12-12 |
| | | | | | |||
| * | | | | Merge pull request #4431 from ctiller/we-dont-actually-need-pollset-fd-deletion | Sree Kuchibhotla | 2015-12-11 |
| |\ \ \ \ | | | | | | | | | | | | | Remove pollset fd deletion path: its unused | ||
| * \ \ \ \ | Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin | Michael Lumish | 2015-12-11 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Ruby auth metadata plugin | ||
* | | | | | | Fix windows | Craig Tiller | 2015-12-11 |
| | | | | | | |||
| | | | | * | Added support for ResponseParameters.interval_us to the Node interop server | murgatroid99 | 2015-12-11 |
| | | | |/ | |||
| * | | | | Merge pull request #4408 from ctiller/pipe-bomb | Yang Gao | 2015-12-11 |
| |\ \ \ \ | | | | | | | | | | | | | Add tests for pipe usage | ||
| * \ \ \ \ | Merge pull request #4434 from ctiller/memleak | David G. Quintas | 2015-12-11 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix memory leaks | ||
| * \ \ \ \ \ | Merge pull request #4381 from dgquintas/compression_coverage_2 | David G. Quintas | 2015-12-11 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Further coverage for compression | ||
| | | * | | | | | Fix memory leaks | Craig Tiller | 2015-12-11 |
| | |/ / / / / | |/| | | | | | |||
* | | | | | | | Add a test for binding a server to the same port twice; fix crashes | Craig Tiller | 2015-12-11 |
| | | | | | | | |||
| * | | | | | | Merge pull request #4421 from jtattermusch/csharp_more_coverage | Michael Lumish | 2015-12-11 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | More C# coverage | ||
| * | | | | | | | Merge pull request #4372 from ctiller/buh-buh | Yang Gao | 2015-12-11 |
|/| | | | | | | | | | | | | | | | | | | | | | | | Nuke unused code | ||
* | | | | | | | | Merge pull request #4425 from ctiller/timer_slaying | Sree Kuchibhotla | 2015-12-11 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Slay dead code | ||
| | | | * | | | | Done! | David Garcia Quintas | 2015-12-11 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #4376 from ctiller/wqtest | Yang Gao | 2015-12-11 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Cover more of workqueue |