Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-25 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 | |
| |\ \ \ \ | ||||
| * \ \ \ \ | Merge pull request #1359 from a11r/cc2 | Yang Gao | 2015-04-24 | |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge pull request #1360 from nicolasnoble/flakes | Yang Gao | 2015-04-24 | |
| |\ \ \ \ \ \ | ||||
| | | | | | | * | Add two scenarios in interop test | Yang Gao | 2015-04-24 | |
| | | | | | |/ | | | | | |/| | ||||
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 | |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | ||||
* | | | | | | | clang-format | Craig Tiller | 2015-04-24 | |
| * | | | | | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all t... | Yang Gao | 2015-04-24 | |
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | Fix array size | Craig Tiller | 2015-04-24 | |
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into flakes | Nicolas "Pixel" Noble | 2015-04-24 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||
| | * | | | | Flagging some tests as flaky. | Nicolas "Pixel" Noble | 2015-04-24 | |
| | | |_|/ | | |/| | | ||||
* | | | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-23 | |
|\| | | | | ||||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 | |
| | | | |\ | | |_|_|/ | |/| | | | ||||
* | | | | | Make the things compile again | Craig Tiller | 2015-04-23 | |
| | | * | | Test client stream cancellation and fix bug exposed by the test. | Abhishek Kumar | 2015-04-23 | |
| | |/ / | |/| | | ||||
| * | | | Merge pull request #1307 from a11r/streamcancel | Craig Tiller | 2015-04-23 | |
| |\ \ \ | ||||
* | | | | | clang-format | Craig Tiller | 2015-04-23 | |
| | * | | | fixed indentation | Abhishek Kumar | 2015-04-23 | |
| * | | | | More work in not having to compile OpenSSL. | Nicolas "Pixel" Noble | 2015-04-23 | |
| | |/ / | |/| | | ||||
* | | | | Merge github.com:google/grpc into one-pass | Craig Tiller | 2015-04-22 | |
|\| | | | ||||
| * | | | Making sure we don't require OpenSSL for tests that, in fact, don't need it. | Nicolas "Pixel" Noble | 2015-04-23 | |
* | | | | One test compiles | Craig Tiller | 2015-04-22 | |
|/ / / | ||||
* | | | Merge pull request #1312 from ctiller/batch-metadata | Yang Gao | 2015-04-22 | |
|\ \ \ | ||||
| * | | | Update flaky bit for unsecure tests | Craig Tiller | 2015-04-22 | |
| * | | | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 | |
| |\ \ \ | ||||
* | | | | | Remove an extra unref | Yang Gao | 2015-04-21 | |
| |/ / / |/| | | | ||||
* | | | | Run capable test suites against grpc_unsecure | Craig Tiller | 2015-04-20 | |
| * | | | Tweak tests | Craig Tiller | 2015-04-20 | |
| * | | | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 | |
| |\ \ \ | |/ / / |/| | | | ||||
* | | | | Refactoring of core security to remove the factories. | Julien Boeuf | 2015-04-17 | |
| * | | | clang-format | Craig Tiller | 2015-04-17 | |
| * | | | Random small fixes | Craig Tiller | 2015-04-17 | |
| * | | | Mark large requests tests flaky (they are buggy) | Craig Tiller | 2015-04-17 | |
| | * | | Fixed flakes due to OK racing with cancel | Abhishek Kumar | 2015-04-17 | |
| | * | | Added end2end test for server streaming rpc cancellation. | Abhishek Kumar | 2015-04-17 | |
| | * | | Added test case demonstrating cancel on bidi stream | Abhishek Kumar | 2015-04-17 | |
| |/ / |/| | | ||||
* | | | Merge pull request #1292 from jboeuf/load_file_with_null_term | Craig Tiller | 2015-04-17 | |
|\ \ \ | ||||
* | | | | Move .proto files up for reuse | Abhishek Kumar | 2015-04-16 | |
* | | | | Moving test.proto to an outer directory so others can depend on it. | Abhishek Kumar | 2015-04-16 | |
| | * | | Progress towards transport using metadata batches | Craig Tiller | 2015-04-16 | |
* | | | | Merge pull request #1291 from yang-g/headers | Nicolas Noble | 2015-04-16 | |
|\ \ \ \ | ||||
* \ \ \ \ | Merge pull request #1290 from yang-g/interop | donnadionne | 2015-04-16 | |
|\ \ \ \ \ | ||||
| | | | * | | Kill transport end2end tests: not useful | Craig Tiller | 2015-04-16 | |
| | | | * | | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 | |
| |_|_|/ / |/| | | | | ||||
* | | | | | clang-format | Craig Tiller | 2015-04-16 | |
* | | | | | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 | |
| | | * | | Adding option to add a null terminator when loading a file. | Julien Boeuf | 2015-04-15 | |
| |_|/ / |/| | | | ||||
| | * | | Wrap ParseCommandLineFlags in InitTest | Yang Gao | 2015-04-15 | |
| |/ / |/| | | ||||
| * | | Return 1 when test_case is not supported in interop test | Yang Gao | 2015-04-15 | |
|/ / | ||||
* | | Merge pull request #1267 from vjpai/timers | Craig Tiller | 2015-04-14 | |
|\ \ |