Commit message (Collapse) | 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 |
| |\ | | | | | | | Make initial connect retry backoff configurable | ||
| * \ | Merge pull request #8238 from nicolasnoble/master-upmerge-from-deep-under | Nicolas Noble | 2016-09-29 |
| |\ \ | | | | | | | | | Upmerge from 1.0.x | ||
| | | * | 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 |
| |\ \ \ | | | | | | | | | | | Add method for creating insecure channel from FD with custom arguments using C++ API. | ||
| | | | * | Merge pull request #36 from muxi/adjustable_window_objc | Craig Tiller | 2016-09-29 |
| | | | |\ | | | | | | | | | | | | | Clean up code | ||
| | | * | | | 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 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove completion queue parameter from `grpc_server_add_insecure_channel_from_fd` API | ||
| * \ \ \ \ \ | Merge pull request #8224 from sreecha/grpc_signal | Nicolas Noble | 2016-09-29 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use SIGMINRT + 6 as the default signal for gRPC epoll engine (instead of SIGMINRT + 2) | ||
| | | | | * \ \ | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Nicolas "Pixel" Noble | 2016-09-29 |
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | master-upmerge-from-deep-under | ||
* | | | | | | | | Merge branch 'fail_fast' into service_config | Mark D. Roth | 2016-09-29 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. | Mark D. Roth | 2016-09-29 |
| | | | | | | | | | |||
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-09-29 |
| |\| | | | | | | | |||
| | * | | | | | | | Merge pull request #7970 from markdroth/deadline_filter | Nicolas Noble | 2016-09-29 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Move deadline functionality into filters. | ||
| | * \ \ \ \ \ \ \ | Merge pull request #8203 from dgquintas/nanopb_fuzzer_squelch | David G. Quintas | 2016-09-29 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Prevent nanopb fuzzers from spamming logs | ||
| | | | * | | | | | | | Ran generate_projects.sh. | Mark D. Roth | 2016-09-29 |
| | | | | | | | | | | | |||
| | | | | | | | | * | | Merge pull request #35 from muxi/adjustable_window_objc | Craig Tiller | 2016-09-28 |
| | | | | | | | | |\| | | | | | | | | | | | | | | | | | | | | | | | Set initial backoff to 10000ms when creating channel in Objective C | ||
| | | | | | | | | | * | 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 pull request #8237 from nicolasnoble/memleak | Nicolas Noble | 2016-09-28 |
| | | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Plugging memory leak. | ||
| | | | | | | | * | | | | 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 |
| | | | | | | | | | | |||
| | | | | | | | * | | Merge pull request #8184 from nicolasnoble/nanopb-code-drop | Nicolas Noble | 2016-09-28 |
| | | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | Nanopb code drop | ||
| | | | | | | | | | * | 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 |
|\| | | | | | | | | | |||
| * | | | | | | | | | Update pending API cleanups doc. | Mark D. Roth | 2016-09-28 |
| | | | | | | | | | | |||
| * | | | | | | | | | Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to | Mark D. Roth | 2016-09-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GRPC_INITIAL_METADATA_WAIT_FOR_READY. Also add a flag to indicate whether wait_for_ready was explicitly set by the application. | ||
| * | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve gen_reflection_proto.sh | ||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #8168 from markdroth/max_message_size_fix | Nicolas Noble | 2016-09-28 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Set default max send message size to unlimited. | ||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #8221 from dgquintas/grpclb_server_name_const | Nicolas Noble | 2016-09-28 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comments documenting ownership semantics | ||
| | | | | | | * \ \ \ \ \ | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused files. | ||
| | | * | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrote handling of default resolver prefix | ||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8183 from dgquintas/grpclb_deadline | David G. Quintas | 2016-09-28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | Changed deadline of internal LB channel. | ||
| | | | | | | | | | * | | | | | Regenerate tests.json since it was out of sync | Sree Kuchibhotla | 2016-09-27 |
| | | | | | | | | | | | | | | | |||
| | | | | | | | | | * | | | | | Use SIGMINRT + 6 as the default signal for gRPC epoll engine | Sree Kuchibhotla | 2016-09-27 |
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | Merge pull request #8218 from ctiller/reduce_load | Nicolas Noble | 2016-09-27 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce load on Jenkins from running benchmarks as tests | ||
| | | | | | | | * | | | | | | | Add doc of pending API cleanups for C++. | Mark D. Roth | 2016-09-27 |
| | | | | | | | | | | | | | | | |||
| | | | | | | | * | | | | | | | Change C++ API to expose wait_for_ready instead of fail_fast. | Mark D. Roth | 2016-09-27 |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | Dont run benchmarks outside of linux for now | Craig Tiller | 2016-09-27 |
| | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | Reduce # of benchmarks run as Jenkins unit tests | Craig Tiller | 2016-09-27 |
| |/ / / / / / / / / / / / |