Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #11761 from dgquintas/lb_update_connector_fix | David G. Quintas | 2017-07-14 |
|\ | |||
* \ | Merge pull request #11629 from apolcyn/fix_port_ordering | apolcyn | 2017-07-14 |
|\ \ | |||
| | * | Improved testing | David Garcia Quintas | 2017-07-13 |
| | * | Merge branch 'master' of github.com:grpc/grpc into lb_update_connector_fix | David Garcia Quintas | 2017-07-13 |
| | |\ | |_|/ |/| | | |||
| | * | Removed duplicated refs | David Garcia Quintas | 2017-07-13 |
| | * | PR comments | David Garcia Quintas | 2017-07-13 |
* | | | Merge pull request #11779 from markdroth/client_channel_fix | Mark D. Roth | 2017-07-13 |
|\ \ \ | |||
* | | | | clang format | ncteisen | 2017-07-13 |
* | | | | Tracers know their name | ncteisen | 2017-07-13 |
| | | * | RR: fix subchannel list handling | David Garcia Quintas | 2017-07-12 |
| |_|/ |/| | | |||
| * | | Don't set the channel's state to TRANSIENT_FAILURE if we updated the LB policy. | Mark D. Roth | 2017-07-12 |
* | | | NULL user_data after destruction | David Garcia Quintas | 2017-07-12 |
|/ / | |||
* | | Merge pull request #11186 from ctiller/hps | Craig Tiller | 2017-07-11 |
|\ \ | |||
* \ \ | Merge pull request #11748 from ctiller/c++compat5 | Craig Tiller | 2017-07-11 |
|\ \ \ | |||
* \ \ \ | Merge pull request #11702 from ctiller/ubsan101 | Craig Tiller | 2017-07-11 |
|\ \ \ \ | |||
| | * | | | C++ compatibility fixes | Craig Tiller | 2017-07-11 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix | David G. Quintas | 2017-07-07 |
|\ \ \ \ | |||
* | | | | | Add client_channel tracer; code cleanup; eliminate an allocation. | Mark D. Roth | 2017-07-07 |
| * | | | | Fix RR concurrent updates | David Garcia Quintas | 2017-07-06 |
| | * | | | Fix potential rounding error | Craig Tiller | 2017-07-06 |
| |/ / / | |||
* | | | | Merge github.com:grpc/grpc into optimize_for | Craig Tiller | 2017-07-05 |
|\| | | | |||
| | * | | Merge github.com:grpc/grpc into hps | Craig Tiller | 2017-07-05 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #11447 from markdroth/default_max_header_size | Mark D. Roth | 2017-06-30 |
| |\ \ \ | |||
| * | | | | Removed leftover debugging msg | David Garcia Quintas | 2017-06-29 |
| * | | | | Merge pull request #11604 from dgquintas/fix_rr_state_master | David G. Quintas | 2017-06-29 |
| |\ \ \ \ | |||
| | * | | | | Fixes to pick first | David Garcia Quintas | 2017-06-28 |
| * | | | | | Merge pull request #10462 from nicolasnoble/ares-header-pollution | Nicolas Noble | 2017-06-27 |
| |\ \ \ \ \ | |||
| | | | | | * | fix byte order of port for srv to host request | Alex Polcyn | 2017-06-27 |
| | |_|_|_|/ | |/| | | | | |||
| * | | | | | Merge pull request #11577 from markdroth/compression_filter_fix | Mark D. Roth | 2017-06-26 |
| |\ \ \ \ \ | |||
| | | | * | | | formatting changes | David Garcia Quintas | 2017-06-26 |
| | | | * | | | Fix RR policy connectivity state upon subchannels shutdown | David Garcia Quintas | 2017-06-26 |
| | | | * | | | Have the fake resolver "re-resolve" upon seeing error | David Garcia Quintas | 2017-06-26 |
| * | | | | | | Merge pull request #11584 from muxi/fix-cronet-lock-abort | Muxi Yan | 2017-06-26 |
| |\ \ \ \ \ \ | |||
| | | | | * | | | Fix segfault in rr trace | David Garcia Quintas | 2017-06-23 |
| | |_|_|/ / / | |/| | | | | | |||
| | * | | | | | Fix test | Muxi Yan | 2017-06-23 |
| | * | | | | | Add comment to explain the added lines and disable debugging log | Muxi Yan | 2017-06-23 |
| | * | | | | | Another bug fix in the same series | Muxi Yan | 2017-06-23 |
| | * | | | | | Handle cancel correctly | Muxi Yan | 2017-06-23 |
| * | | | | | | Merge pull request #11499 from markdroth/trailers_only | Mark D. Roth | 2017-06-22 |
| |\ \ \ \ \ \ | |||
| | * | | | | | | Add support for Trailers-Only responses. | Mark D. Roth | 2017-06-22 |
| | | | * | | | | Fix handling of send_message before send_initial_metadata in compress filter. | Mark D. Roth | 2017-06-22 |
| | | |/ / / / | | |/| | | | | |||
| * | | | | | | Merge pull request #10833 from ncteisen/tracing-overhaul | Noah Eisen | 2017-06-21 |
| |\ \ \ \ \ \ | |||
| * | | | | | | | Don't initiate writes on setting pushes | ncteisen | 2017-06-20 |
| * | | | | | | | Merge pull request #11540 from yang-g/unref_error | Yang Gao | 2017-06-20 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| * | | | | | | | Clean up client_channel code and eliminate unnecessary allocations. | Mark D. Roth | 2017-06-20 |
| | |_|/ / / / | |/| | | | | | |||
| | | * | | | | Fix windows segfault | ncteisen | 2017-06-19 |
| | * | | | | | Unref existing error before setting a new one. | yang-g | 2017-06-19 |
| |/ / / / / | |||
* / / / / / | Allow application optimization targets to be hinted to grpc (prefer latency o... | Craig Tiller | 2017-06-19 |
|/ / / / / | |||
| * | | | | Fix some type warning | ncteisen | 2017-06-14 |
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | ncteisen | 2017-06-12 |
| |\ \ \ \ | |/ / / / |/| | | | |