Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Code review changes. | Mark D. Roth | 2016-10-11 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-07 |
|\ | |||
| * | Add 'extern "C"' to error.h. | Mark D. Roth | 2016-10-06 |
| | | |||
* | | Remove unnecessary include. | Mark D. Roth | 2016-10-06 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-06 |
|\| | |||
* | | Handle the case where the resolver returns after the call is initialized. | Mark D. Roth | 2016-10-05 |
| | | |||
| * | Merge pull request #7984 from lizan/byte_buffer_compression | David G. Quintas | 2016-10-05 |
| |\ | | | | | | | Fix grpc_byte_buffer_copy to copy compression algorithm | ||
| | * | Fix grpc_byte_buffer_copy to copy compression algorithm | Lizan Zhou | 2016-10-05 |
| | | | |||
| * | | Merge pull request #7612 from rjshade/enable_udp_testing | Yang Gao | 2016-10-05 |
| |\ \ | | | | | | | | | Remove GRPC_NEED_UDP ifdefs | ||
| * \ \ | Merge pull request #8280 from markdroth/max_message_size_fix | Mark D. Roth | 2016-10-05 |
| |\ \ \ | | | | | | | | | | | Fix handling of max receive message size on client side. | ||
* | | | | | Update documentation for timer API. | Mark D. Roth | 2016-10-05 |
| | | | | | |||
| | | * | | Merge branch 'master' into enable_udp_testing | Robbie Shade | 2016-10-04 |
| | | |\ \ | |||
| * | | | | | added missing line to UDP server | David Garcia Quintas | 2016-10-04 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge remote-tracking branch 'upstream/master' into service_config | Mark D. Roth | 2016-10-04 |
|\| | | | | |||
| | * | | | Merge remote-tracking branch 'upstream/master' into max_message_size_fix | Mark D. Roth | 2016-10-04 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| * | | | | Merge pull request #7596 from rjshade/orphan_before_shutdown | Yang Gao | 2016-10-04 |
| |\ \ \ \ | | | | | | | | | | | | | Call orphan_cb before FD shutdown in udp_server | ||
* | \ \ \ \ | Merge branch 'max_message_size_fix' into service_config | Mark D. Roth | 2016-10-04 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | Fix handling of max receive message size on client side. | Mark D. Roth | 2016-10-04 |
| |/ / / / | |||
* | | | | | Add h2_fake_resolver end2end test fixture. | Mark D. Roth | 2016-10-03 |
| | | | | | |||
* | | | | | clang-format | 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 #8238 from nicolasnoble/master-upmerge-from-deep-under | Nicolas Noble | 2016-09-29 |
| |\ \ \ \ | | | | | | | | | | | | | Upmerge from 1.0.x | ||
| * \ \ \ \ | 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 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 |
| | | | | | | | | | |||
* | | | | | | | | | Use per-method wait_until_ready value. | 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 #8168 from markdroth/max_message_size_fix | Nicolas Noble | 2016-09-28 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Set default max send message size to unlimited. | ||
| | | | * | | | | | | Use SIGMINRT + 6 as the default signal for gRPC epoll engine | Sree Kuchibhotla | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | well as method_config_table. | ||
* | | | | | | | | | 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 |
| |/ / / / / / / |/| | | | | | | | |||
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-23 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #7611 from markdroth/http_connect | Mark D. Roth | 2016-09-23 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | HTTP CONNECT handshaker | ||
| | | * | | | | | | clang-format | Mark D. Roth | 2016-09-23 |
| | | | | | | | | | |||
* | | | | | | | | | Fix Android CPP Build issues | Perumaal S | 2016-09-22 |
| | | | | | | | | | |||
* | | | | | | | | | Fix Android+CPP build | Perumaal S | 2016-09-22 |
| | | | | | | | | | |||
| | | * | | | | | | Fix type problems. | Mark D. Roth | 2016-09-22 |
| | | | | | | | | | |||
| | | * | | | | | | Set default max send message size to unlimited. | Mark D. Roth | 2016-09-22 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #8099 from dgquintas/census_md_rename_sep_16 | David G. Quintas | 2016-09-21 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Renamed grpc-census-bin to grpc-stats-bin | ||
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into http_connect | Mark D. Roth | 2016-09-21 |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||
| | | * | | | | | | Fix message size filter to use close instead of cancel. | Mark D. Roth | 2016-09-20 |
| | | | | | | | | | |||
| | | * | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-19 |
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #7846 from markdroth/max_send_size_filter | Mark D. Roth | 2016-09-19 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add channel arg for max send message size and add message size filter. |