Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. | Mark D. Roth | 2016-09-29 |
| | |||
* | 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. | ||
* | Change C++ API to expose wait_for_ready instead of fail_fast. | Mark D. Roth | 2016-09-27 |
| | |||
* | 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 | ||
| * \ | 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 |
|\| | | | |||
| | | * | Add a helper to get canonical code from status | yang-g | 2016-09-09 |
| | | | | |||
| * | | | add cacheable option to client_context | Makarand Dharmapurikar | 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 pull request #7018 from vjpai/fc_unary | kpayson64 | 2016-09-02 |
| |\ \ | | | | | | | | | Support server-side streaming of a unary RPC | ||
| | | * | 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 | ||
| | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-09-01 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge pull request #7842 from jboeuf/security_context_extension | Mark D. Roth | 2016-08-31 |
|\ \ \ \ | | | | | | | | | | | Adding extension points for security context. | ||
| | | * | | clang-format | Vijay Pai | 2016-08-30 |
| | | | | | |||
| | | * | | Stick to StatusCode::INTERNAL when there's no service | Vijay Pai | 2016-08-30 |
| | | | | | | | | | | | | | | | | | | | | response on a StreamedUnary | ||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-31 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | * | | clang-format | Vijay Pai | 2016-08-30 |
| | | | | | |||
| | | * | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-30 |
| | | |\ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h | ||
| | | | * | Merge with newly added/modified files | David Garcia Quintas | 2016-08-30 |
| | | | | | |||
* | | | | | Merge pull request #7798 from y-zeng/ServerReaderWriterInterface | kpayson64 | 2016-08-30 |
|\ \ \ \ \ | | | | | | | | | | | | | Add ServerReaderWriterInterface | ||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-30 |
| | | | | |\ | |||
| | | * | | | | Add ServerBuilderPlugin::UpdateChannelArguments | Yuchen Zeng | 2016-08-29 |
| | | | |_|/ | | | |/| | | |||
| | | | * | | clang-format | Vijay Pai | 2016-08-29 |
| | | | | | | |||
| | | | * | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵ | Vijay Pai | 2016-08-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness) | ||
| | * | | | | Addressing feedback. | Julien Boeuf | 2016-08-25 |
| | | | | | | |||
| | | | * | | Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING | Vijay Pai | 2016-08-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | in all cases | ||
| | | | * | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-25 |
| | | | |\ \ | | | | |/ / | | | |/| | | |||
* | | / | | | Fix a typo | Takuto Ikuta | 2016-08-25 |
| |_|/ / / |/| | | | | |||
| | * | | | Adding extension points for security context. | Julien Boeuf | 2016-08-23 |
| |/ / / |/| | | | |||
| * | | | Add comments | Yuchen Zeng | 2016-08-19 |
| | | | | |||
| * | | | Add ServerReaderWriterInterface | Yuchen Zeng | 2016-08-19 |
|/ / / | |||
* | | | Merge pull request #7594 from chedeti/grpc-thrift-v2 | kpayson64 | 2016-08-17 |
|\ \ \ | | | | | | | | | grpc thrift integration | ||
| * | | | remove const in Deserialize | chedeti | 2016-08-04 |
| | | | | |||
| * | | | use boost::make_shared | chedeti | 2016-08-04 |
| | | | | |||
| | * | | clang-format | Vijay Pai | 2016-08-04 |
| | | | | |||
| | * | | Make FCUnary and ServerReaderWriter derived classes of a new | Vijay Pai | 2016-08-04 |
| | | | | | | | | | | | | | | | | | | | | ServerReaderWriterInterface so that some functions can be made to accept either. | ||
| | * | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-04 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | rename class variables to snake_case | chedeti | 2016-08-03 |
| | | | | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-02 |
| | | |\ | |||
| * | | | | refine code and add README | chedeti | 2016-08-01 |
| | | | | | |||
* | | | | | fixed include guard script and faulty .h | David Garcia Quintas | 2016-08-01 |
| |_|_|/ |/| | | | |||
| * | | | thrift serializer | chedeti | 2016-07-31 |
|/ / / | |||
* | | | Merge pull request #7502 from dgquintas/cpp_compression_level | Nicolas Noble | 2016-07-28 |
|\ \ \ | | | | | | | | | C++ Compression Level set properly | ||
| | | * | scrubbed codegen/sync.h | David Garcia Quintas | 2016-07-27 |
| | | | | |||
| | | * | removed codegen/slice_buffer.h and scrubbed codegen/slice.h | David Garcia Quintas | 2016-07-27 |
| | | | |