Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | Merge pull request #4441 from bogdandrutu/master | Craig Tiller | 2015-12-14 | |
|\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | 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 | |
| | | | | * | | | Fix server side handling of incoming partial requests in core | 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 | |
* | | | | | | | 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. | Nicolas "Pixel" Noble | 2015-12-12 | |
| * | | | | | | Merge pull request #4431 from ctiller/we-dont-actually-need-pollset-fd-deletion | Sree Kuchibhotla | 2015-12-11 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin | Michael Lumish | 2015-12-11 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
* | | | | | | | | 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 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge pull request #4434 from ctiller/memleak | David G. Quintas | 2015-12-11 | |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | Merge pull request #4381 from dgquintas/compression_coverage_2 | David G. Quintas | 2015-12-11 | |
| |\ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Merge pull request #4372 from ctiller/buh-buh | Yang Gao | 2015-12-11 | |
|/| | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #4425 from ctiller/timer_slaying | Sree Kuchibhotla | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||
| | | | * | | | | | | Done! | David Garcia Quintas | 2015-12-11 | |
* | | | | | | | | | | Merge pull request #4376 from ctiller/wqtest | Yang Gao | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #4274 from maxwell-demon/master | Alistair Veitch | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | * | | | Remove pollset fd deletion path: its unused | Craig Tiller | 2015-12-11 | |
* | | | | | | | | | | | | Merge pull request #4397 from jtattermusch/tv_sec_64bit | Craig Tiller | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #4394 from stanley-cheung/php_creds_plugin_api | Michael Lumish | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||
| | | | | | | | | * | | | | Merge github.com:grpc/grpc into pipe-bomb | Craig Tiller | 2015-12-11 | |
| | | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #4413 from jtattermusch/remove_ssl_cert_file_env | Michael Lumish | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | | clang-format | Hongyu Chen | 2015-12-11 | |
| | * | | | | | | | | | | | | pass auth metadata context to user callback | Stanley Cheung | 2015-12-11 | |
| | | | * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' | Hongyu Chen | 2015-12-11 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | Slay dead code | Craig Tiller | 2015-12-11 | |
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #4325 from ctiller/ping-ping-ping-ping-ping-ping-ping-ping... | Yang Gao | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | | | | | | | * | | | Fixed arguments passed to Ruby auth plugin callback | murgatroid99 | 2015-12-11 | |
* | | | | | | | | | | | | | | Merge pull request #4416 from jtattermusch/csharp_improve_coverage | Michael Lumish | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | update channel_credentials_spec | Jan Tattermusch | 2015-12-11 | |
| | | | | | | | | * | | | | | | Add test coverage for Metadata class | Jan Tattermusch | 2015-12-11 | |
* | | | | | | | | | | | | | | | Merge pull request #4406 from ctiller/udp | Craig Tiller | 2015-12-11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |