Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Change sockaddr resolver to allow setting method config via URI query params. | Mark D. Roth | 2016-09-30 |
* | Various fixes and clean-ups. | Mark D. Roth | 2016-09-30 |
* | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-09-30 |
|\ | |||
| * | Merge pull request #8235 from ctiller/adjustable_window | Nicolas Noble | 2016-09-29 |
| |\ | |||
| * \ | Merge pull request #8238 from nicolasnoble/master-upmerge-from-deep-under | Nicolas Noble | 2016-09-29 |
| |\ \ | |||
| | | * | Merge github.com:grpc/grpc into adjustable_window | Craig Tiller | 2016-09-29 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #8046 from gislan/master | Yang Gao | 2016-09-29 |
| |\ \ \ | |||
| | | * | | Format. | Nicolas "Pixel" Noble | 2016-09-29 |
| | | | * | Clean up code | Muxi Yan | 2016-09-29 |
| * | | | | Merge pull request #7833 from sreecha/fix_channel_from_fd_api | Nicolas Noble | 2016-09-29 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #8224 from sreecha/grpc_signal | Nicolas Noble | 2016-09-29 |
| |\ \ \ \ \ | |||
| | | | | * \ | Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-fro... | Nicolas "Pixel" Noble | 2016-09-29 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
| | | | | | * | Set initial backoff to 10000ms when creating channel | Muxi Yan | 2016-09-28 |
| | | | | * | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | Nicolas "Pixel" Noble | 2016-09-29 |
| | | | | |\ \ | |||
| | | | | * \ \ | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | Nicolas "Pixel" Noble | 2016-09-29 |
| | | | | |\ \ \ | |||
| | | | | | | * | | Plugging memory leak. | Nicolas "Pixel" Noble | 2016-09-29 |
| | | | | | |/ / | |||
| | | | | | | * | Fix copy/paste bug | Craig Tiller | 2016-09-28 |
| | | | | | | * | Make initial connect retry backoff configurable | Craig Tiller | 2016-09-28 |
| | | | | | |/ | | | | | |/| | |||
* | | | | | | | Use per-method wait_until_ready value. | Mark D. Roth | 2016-09-28 |
* | | | | | | | Merge branch 'fail_fast' into service_config | Mark D. Roth | 2016-09-28 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to | Mark D. Roth | 2016-09-28 |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-09-28 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-09-28 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-28 |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #8185 from y-zeng/gen_proto_comment | Yuchen Zeng | 2016-09-28 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #8168 from markdroth/max_message_size_fix | Nicolas Noble | 2016-09-28 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #8221 from dgquintas/grpclb_server_name_const | Nicolas Noble | 2016-09-28 |
| |\ \ \ \ \ \ \ \ \ | |||
| | | | | | * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-28 |
| | | | | | |\ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #8191 from markdroth/subchannel_factory_cleanup | Mark D. Roth | 2016-09-28 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| | | * | | | | | | | | | Added comments wrt lb/subchannel args ownership. | David Garcia Quintas | 2016-09-28 |
| * | | | | | | | | | | | Merge pull request #8192 from dgquintas/resolver_prefix | David G. Quintas | 2016-09-28 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8183 from dgquintas/grpclb_deadline | David G. Quintas | 2016-09-28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |||
| | | | | | | | | * | | | | Use SIGMINRT + 6 as the default signal for gRPC epoll engine | Sree Kuchibhotla | 2016-09-27 |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||
| | | | | | | * | | | | | Change C++ API to expose wait_for_ready instead of fail_fast. | Mark D. Roth | 2016-09-27 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Use per-method max message size limits. | Mark D. Roth | 2016-09-27 |
* | | | | | | | | | | | Refactor hash table code into its own module and use it for method_config as ... | Mark D. Roth | 2016-09-27 |
| * | | | | | | | | | | Merge pull request #7930 from yang-g/header2 | Nicolas Noble | 2016-09-26 |
| |\ \ \ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | | | Pass path into init_call_elem() for use in looking up method config. | Mark D. Roth | 2016-09-26 |
* | | | | | | | | | | | | Merge branch 'deadline_filter' into service_config | Mark D. Roth | 2016-09-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||
* | | | | | | | | | | | | Encode method config table in channel args instead of in resolver result. | Mark D. Roth | 2016-09-26 |
| | | | | * | | | | | | | PR comments | David Garcia Quintas | 2016-09-26 |
| | | | | * | | | | | | | Rewrote handling of default resolver prefix | David Garcia Quintas | 2016-09-23 |
| | | |_|/ / / / / / / | | |/| | | | | | | | | |||
* | | | | | | | | | | | Add new files missed in last commit. | Mark D. Roth | 2016-09-23 |
* | | | | | | | | | | | Move method config table code to its own module. | Mark D. Roth | 2016-09-23 |
| | | | | * | | | | | | Remove unused files. | Mark D. Roth | 2016-09-23 |
| | | |_|/ / / / / / | | |/| | | | | | | | |||
* | | | | | | | | | | Look for wildcard entry in service config. | Mark D. Roth | 2016-09-23 |
* | | | | | | | | | | Fix bug from merge. | Mark D. Roth | 2016-09-23 |
| | | | | | * | | | | Fix typo | Yuchen Zeng | 2016-09-23 |
| | | | | | | | | * | Merge pull request #8033 from thunderboltsid/add_deprecation_docstrings | Nathaniel Manista | 2016-09-23 |
| | | | | | | | | |\ | |||
* | | | | | | | | | \ | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-09-23 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | |