Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add tests for C++ propagation | Craig Tiller | 2015-08-05 |
| | |||
* | Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter | Vijay Pai | 2015-08-05 |
|\ | | | | | Connection backoff interop test client and server | ||
* \ | Merge pull request #2765 from ctiller/the-test-be-sleepy | Yang Gao | 2015-08-05 |
|\ \ | | | | | | | Fix edge cases in CHTTP2 resulting in lose of send close from clients | ||
* \ \ | Merge pull request #2808 from a11r/status_interop | Yang Gao | 2015-08-05 |
|\ \ \ | | | | | | | | | Added interop test for status_code_with_message | ||
| * | | | Added interop test for status_code_with_message | Abhishek Kumar | 2015-08-05 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into ↵ | yang-g | 2015-08-05 |
| | | |\ | | | | | | | | | | | | | | | | reconnect_branch_based_on_jitter | ||
| | * | \ | Merge branch 'primary-goat-whisperer' into the-test-be-sleepy | Craig Tiller | 2015-08-05 |
| | |\ \ \ | | | | |/ | | | |/| | |||
* | | | | | Merge remote-tracking branch 'upstream/master' into cancel | yang-g | 2015-08-04 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
* | | | | | Add AsyncNotifyWhenDone | yang-g | 2015-08-04 |
| | | | | | |||
| * | | | | Merge pull request #2749 from yang-g/default_host_to_null | Craig Tiller | 2015-08-04 |
|/| | | | | | | | | | | | | | | Pass NULL as host by default. Use context.authority() or channel.SslN… | ||
| | | * | | Merge branch 'primary-goat-whisperer' into the-test-be-sleepy | Craig Tiller | 2015-08-04 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | | | * | merge with head and resolve conflicts | yang-g | 2015-08-03 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | * | | Re-enable all the tests | Craig Tiller | 2015-08-03 |
| | | | | | |||
| * | | | | fix generic_end2end_test | yang-g | 2015-07-31 |
| |/ / / | |||
| | * | | Line up starting times | Craig Tiller | 2015-07-31 |
| | | | | |||
* | | | | merge with head and resolve conflicts | yang-g | 2015-07-31 |
|\| | | | |||
| | * | | add a test where a read and a writesdone happen at the same time | yang-g | 2015-07-31 |
| |/ / | |||
| | * | merge with head | yang-g | 2015-07-30 |
| | |\ | | |/ | |/| | |||
| | * | remove braces | yang-g | 2015-07-30 |
| | | | |||
* | | | merge with head | yang-g | 2015-07-30 |
|\ \ \ | |||
* | | | | Add a test | yang-g | 2015-07-30 |
| | | | | |||
| | | * | notify inside lock | yang-g | 2015-07-30 |
| | | | | |||
| | * | | Tune down number of channels for qps_test | Craig Tiller | 2015-07-30 |
| |/ / | |||
| | * | merge with upstream | yang-g | 2015-07-28 |
| | |\ | | |/ | |/| | |||
| | * | Support two clients calling start simultaneously | yang-g | 2015-07-27 |
| | | | |||
| * | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
* | | | Merge pull request #2647 from vjpai/deepend | Yang Gao | 2015-07-24 |
|\ \ \ | | | | | | | | | Dynamic-sized thread pool | ||
* \ \ \ | Merge pull request #2655 from vjpai/expecteq | Yang Gao | 2015-07-24 |
|\ \ \ \ | | | | | | | | | | | Switch an int to size_t or else it fails on Mac | ||
* \ \ \ \ | Merge pull request #2662 from vjpai/the_isolation_of_nullptr | Yang Gao | 2015-07-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Isolate nullptr to grpc namespace when we must define it ourselves | ||
* \ \ \ \ \ | Merge pull request #2605 from yang-g/fake_transport_security_to_private | jboeuf | 2015-07-24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fake transport security to private | ||
| | * | | | | | Isolate nullptr to grpc namespace when we must define it ourselves | Vijay Pai | 2015-07-25 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Change the one non-namespace use of nullptr to NULL (used as an argument to a C function anyway) | ||
| | | | | * | Add reconnect interop test client and server | yang-g | 2015-07-24 |
| | | | |/ | |||
| | * | / | Switch an int to size_t or else it fails on Mac | vjpai | 2015-07-24 |
| |/ / / |/| | | | |||
| | * | | Merge branch 'master' into deepend | Vijay Pai | 2015-07-24 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | Start off with zero reserve threads to make sure that that case works | Vijay Pai | 2015-07-23 |
| | | | | |||
| | * | | Start switching everything to dynamic pool | Vijay Pai | 2015-07-23 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptor | Craig Tiller | 2015-07-23 |
|\ \ \ \ | |||
| | | * | | Add dynamic thread pool and initial port of test | vjpai | 2015-07-23 |
| | | | | | |||
| * | | | | Merge pull request #2617 from jboeuf/jwt_creds_renaming | Yang Gao | 2015-07-23 |
| |\ \ \ \ | | | | | | | | | | | | | Renaming jwt_credentials to service_account_jwt_access_credentials. | ||
| | | | | * | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
| | | | |/| | | |_|_|/ | |/| | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
* / | | | | Flow control fix | yang-g | 2015-07-22 |
|/ / / / | |||
* | | | | Merge pull request #2571 from vjpai/cent6-issues | Yang Gao | 2015-07-22 |
|\ \ \ \ | |_|_|/ |/| | | | Remove one range-based for and do appropriate static casts on nullptr | ||
| | * | | Renaming jwt_credentials to service_account_jwt_access_credentials. | Julien Boeuf | 2015-07-22 |
| |/ / |/| | | |||
| | * | merge head and resolve conflict | yang-g | 2015-07-22 |
| | |\ | |_|/ |/| | | |||
| | * | move fake_transport_security_credentials to private API | yang-g | 2015-07-21 |
| | | | |||
* | | | Merge pull request #2427 from yang-g/per_call_oauth_creds_impl | Abhishek Kumar | 2015-07-21 |
|\ \ \ | | | | | | | | | Per call oauth creds impl | ||
| | * | | Remove iterator-based test altogether | Vijay Pai | 2015-07-21 |
| | | | | |||
| | * | | Remove one range-based for and do appropriate static casts on nullptr | Vijay Pai | 2015-07-21 |
| | |/ | |||
* | | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY | Craig Tiller | 2015-07-20 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc | ||
| | * | Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_impl | yang-g | 2015-07-20 |
| | |\ |