Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove generated pb files | Yuchen Zeng | 2016-10-14 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-10-06 |
|\ | |||
* | | clang-format | Mark D. Roth | 2016-09-30 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into fail_fast | Mark D. Roth | 2016-09-30 |
|\ \ | |||
| | * | PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto | Stanley Cheung | 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 |
| | |\ | | | | | | | | | Add method for creating insecure channel from FD with custom arguments using C++ API. | ||
| | * \ | 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) | ||
* | | | | | | Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. | Mark D. Roth | 2016-09-29 |
| | | | | | | |||
| * | | | | | Make initial connect retry backoff configurable | Craig Tiller | 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 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. | ||
| | | | * | | | 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 |
|/ / / / / | |||
| | * | | | Fix typo | Yuchen Zeng | 2016-09-23 |
| | | | | | |||
| | * | | | Add comments about how to re-generate reflection proto files | Yuchen Zeng | 2016-09-22 |
| | | | | | |||
* | | | | | Fix Android CPP Build issues | Perumaal S | 2016-09-22 |
| |/ / / |/| | | | |||
| * | | | Set default max send message size to unlimited. | Mark D. Roth | 2016-09-22 |
|/ / / | |||
* | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
|\ \ \ | |||
| * \ \ | Merge pull request #8069 from ↵ | Craig Tiller | 2016-09-16 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | grpc/revert-8068-revert-7279-grand-unified-closures Revert "Revert "Grand unified closures"" | ||
* | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-16 |
|\| | | | | |||
| * | | | | Merge pull request #7996 from yang-g/canonical | Yang Gao | 2016-09-15 |
| |\ \ \ \ | | | | | | | | | | | | | Add a helper to get canonical code from status | ||
* | | | | | | Code review changes. | Mark D. Roth | 2016-09-15 |
| | | | | | | |||
| * | | | | | Merge pull request #7559 from dgquintas/codegen_cleanse | Craig Tiller | 2016-09-13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Removed references to public APIs from codegen/ | ||
* | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-13 |
|\| | | | | | | |||
| | | | * | | | Revert "Revert "Grand unified closures"" | Craig Tiller | 2016-09-12 |
| | |_|/ / / | |/| | | | | |||
| * | | | | | Revert "Grand unified closures" | Craig Tiller | 2016-09-12 |
| | | | | | | |||
| * | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-09 |
| |\ \ \ \ \ | |||
| | | | | * \ | Merge branch 'master' into fix_channel_from_fd_api | Sree Kuchibhotla | 2016-09-09 |
| | | | | |\ \ | | | |_|_|/ / | | |/| | | | | |||
| | | | | * | | Merge branch 'master' into fix_channel_from_fd_api | Sree Kuchibhotla | 2016-09-09 |
| | | | | |\ \ | |||
| | | | * | | | | Add a helper to get canonical code from status | yang-g | 2016-09-09 |
| | | | | |/ / | | | | |/| | | |||
| | | | | | * | Add method for creating insecure channel from FD with custom arguments | Adam Czachorowski | 2016-09-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using C++ API. This was already supported in C API. | ||
| | * | | | | | Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farm | Nicolas Noble | 2016-09-08 |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | Enable Mac OS X 10.6 compilation | ||
| * | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-08 |
| |\| | | | | | |||
* | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-08 |
|\ \ \ \ \ \ \ | |||
| | | * | | | | | add cacheable option to client_context | Makarand Dharmapurikar | 2016-09-07 |
| | |/ / / / / | |/| | | | | | |||
| * | | | | | | Merge pull request #7864 from ctiller/bigger_frames | Craig Tiller | 2016-09-07 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | Support >16kib frame sizes in core | ||
| | | * | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-07 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
* | | | | | | | Fix a few lingering references to max_message_size. | Mark D. Roth | 2016-09-06 |
| | | | | | | | |||
* | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filter | Mark D. Roth | 2016-09-06 |
|\| | | | | | | |||
* | | | | | | | Allow setting max send message size via C++ ServerBuilder API. | Mark D. Roth | 2016-09-06 |
| | | | | | | | |||
| | | | | * | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-03 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
| | | * | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-09-02 |
| | | |\ \ \ \ | |||
| * | | \ \ \ \ | Merge pull request #7018 from vjpai/fc_unary | kpayson64 | 2016-09-02 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | Support server-side streaming of a unary RPC | ||
| | | * | | | | | Merge github.com:grpc/grpc into bigger_frames | Craig Tiller | 2016-09-02 |
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||
| | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-02 |
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #7918 from y-zeng/server_builder | kpayson64 | 2016-09-01 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add ServerBuilderPlugin::UpdateChannelArguments |