Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-08 | |
|\| | ||||
| * | {grpclb,client_lb}_end2end: Fix epoll1 flakes | David Garcia Quintas | 2017-09-07 | |
| | | ||||
* | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 | |
|\| | ||||
| * | Merge pull request #12080 from y-zeng/connectivity | Yuchen Zeng | 2017-09-07 | |
| |\ | | | | | | | Reconnect channels automatically in C++ clients | |||
* | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 | |
|\| | | ||||
| * | | Condition variables are not latches, again | David Garcia Quintas | 2017-09-06 | |
| | | | ||||
| | * | Increase the grace period in ReconnectChannel tests | Yuchen Zeng | 2017-09-06 | |
| | | | ||||
* | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-05 | |
|\| | | ||||
| * | | Splitting gmock out of gtest. | Nicolas "Pixel" Noble | 2017-09-01 | |
| | | | ||||
* | | | C++ API for write-through | Craig Tiller | 2017-09-01 | |
| | | | ||||
* | | | Merge github.com:grpc/grpc into wc | Craig Tiller | 2017-08-31 | |
|\| | | ||||
| * | | Merge branch 'master' of https://github.com/grpc/grpc into visibility | Nicolas "Pixel" Noble | 2017-08-30 | |
| |\ \ | ||||
| * | | | Moving visibility and package creation to the build system. | Nicolas "Pixel" Noble | 2017-08-30 | |
| | | | | ||||
| | | * | Increase the grace period in ReconnectChannel tests | Yuchen Zeng | 2017-08-28 | |
| | | | | ||||
| | * | | Removed in_connectivity_shutdown from RR | David Garcia Quintas | 2017-08-28 | |
| | | | | ||||
| | | * | Add ChannelConnectivityWatcher::Ref()/Unref() | Yuchen Zeng | 2017-08-25 | |
| | | | | ||||
| | | * | Share one monitoring thread between channels | Yuchen Zeng | 2017-08-24 | |
| | | | | ||||
| | | * | Check connectivity intermittently | Yuchen Zeng | 2017-08-23 | |
| | | | | ||||
| | | * | Avoid using timers | Yuchen Zeng | 2017-08-22 | |
| | | | | ||||
| | | * | Add reconnect channel tests | Yuchen Zeng | 2017-08-22 | |
| | |/ | ||||
| | * | PR comments | David Garcia Quintas | 2017-08-22 | |
| | | | ||||
| | * | RR: Initialize subchannel connectivity state | David Garcia Quintas | 2017-08-21 | |
| |/ | ||||
| * | Condition variables are not latches | David Garcia Quintas | 2017-08-02 | |
| | | ||||
| * | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity | David G. Quintas | 2017-07-28 | |
| |\ | | | | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN | |||
| | * | Fix bug in handling of RR connectivity transition to SHUTDOWN | David Garcia Quintas | 2017-07-27 | |
| | | | ||||
| * | | Watch the LB channel using the right initial conn. state | David Garcia Quintas | 2017-07-27 | |
| |/ | ||||
| * | Use new protocol for reporting dropped calls to grpclb balancer. | Mark D. Roth | 2017-07-27 | |
| | | ||||
| * | grpclb: deal with all-drops serverlists | David Garcia Quintas | 2017-07-25 | |
| | | ||||
| * | Add cancellation to asynchronous security APIs. | Mark D. Roth | 2017-07-21 | |
| | | ||||
* | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-17 | |
|\| | ||||
| * | Merge pull request #11145 from vjpai/inproc3 | Vijay Pai | 2017-07-15 | |
| |\ | | | | | | | In-process transport | |||
| | * | Disbable a specific check on async_end2end_test and revisit later if that ↵ | Vijay Pai | 2017-07-14 | |
| | | | | | | | | | | | | expectation was really required by the API | |||
| | * | Create inproc transport, add relevant tests, exclude irrelevant tests | Vijay Pai | 2017-07-14 | |
| | | | ||||
* | | | Fixes for async_end2end_test: Shutdown() can block | Craig Tiller | 2017-07-14 | |
|/ / | ||||
* | | Merge pull request #11761 from dgquintas/lb_update_connector_fix | David G. Quintas | 2017-07-14 | |
|\ \ | | | | | | | RR: fix subchannel list handing | |||
* \ \ | Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks | David G. Quintas | 2017-07-14 | |
|\ \ \ | |_|/ |/| | | Fix deadlocks in grpclb_end2end_test | |||
| * | | Fix deadlocks in grpclb_end2end_test | David Garcia Quintas | 2017-07-13 | |
| | | | ||||
| | * | Improved testing | David Garcia Quintas | 2017-07-13 | |
| |/ |/| | ||||
* | | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 | |
|\ \ | | | | | | | Import mutations. | |||
* | | | Disable health check service in async end2end tests as it is causing flakes ↵ | Sree Kuchibhotla | 2017-07-11 | |
| |/ |/| | | | | | in mac | |||
* | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix | David G. Quintas | 2017-07-07 | |
|\ \ | | | | | | | Fix RR concurrent updates | |||
* \ \ | Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge | Michael Lumish | 2017-07-07 | |
|\ \ \ | | | | | | | | | Upmerge v1.4.x to master | |||
| | * | | Fix RR concurrent updates | David Garcia Quintas | 2017-07-06 | |
| | | | | ||||
* | | | | Merge pull request #11557 from ncteisen/writelast-bugfix | Noah Eisen | 2017-07-06 | |
|\ \ \ \ | | | | | | | | | | | WriteLast Bugfix | |||
| | * | | | Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge | murgatroid99 | 2017-07-06 | |
| |/| | | |/| | | | | ||||
* | | | | | Move gtest include after proto include | David Garcia Quintas | 2017-07-05 | |
| |_|/ / |/| | | | ||||
| * | | | s/hanging/pending/g | ncteisen | 2017-07-05 | |
| | | | | ||||
| * | | | Add repro and fix to bidi case | ncteisen | 2017-07-05 | |
| | | | | ||||
| * | | | Add repro for coalescing bug | ncteisen | 2017-07-05 | |
| | | | | ||||
| * | | | Make stream responses togglable via context | ncteisen | 2017-07-05 | |
|/ / / |