Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farm | Nicolas Noble | 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 |
|\ \ | |||
* \ \ | Merge pull request #7018 from vjpai/fc_unary | kpayson64 | 2016-09-02 |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into bigger_frames | Craig Tiller | 2016-09-02 |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #7918 from y-zeng/server_builder | kpayson64 | 2016-09-01 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #7890 from yeputons/add-iwyu-pragmas-grpc-h | Nicolas Noble | 2016-09-01 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #7862 from makdharma/grpc_caching | makdharma | 2016-09-01 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #7842 from jboeuf/security_context_extension | Mark D. Roth | 2016-08-31 |
|\ \ \ \ \ \ \ | |||
| | | | | * | | | clang-format | Vijay Pai | 2016-08-30 |
| | | | | * | | | Stick to StatusCode::INTERNAL when there's no service | Vijay Pai | 2016-08-30 |
| | * | | | | | | addressed comments from review | Makarand Dharmapurikar | 2016-08-30 |
| | | | | * | | | Another golden file | Vijay Pai | 2016-08-30 |
| | | | | * | | | clang-format | Vijay Pai | 2016-08-30 |
| | | | | * | | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-30 |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #7912 from ctiller/g_stands_for | Craig Tiller | 2016-08-30 |
|\ \ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ \ | Merge pull request #7798 from y-zeng/ServerReaderWriterInterface | kpayson64 | 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 meth... | Vijay Pai | 2016-08-29 |
| | * | | | | | | | | Specify the "g" in gRPC | Craig Tiller | 2016-08-29 |
| | | |_|_|/ / / / | | |/| | | | | | | |||
| | | | | * | | | | Add clarifying comment about IWYU in grpc++.h | Egor Suvorov | 2016-08-26 |
| | | | | * | | | | Add IWYU export pragmas to grpc++/grpc++.h. | Egor Suvorov | 2016-08-26 |
| | | |_|/ / / / | | |/| | | | | | |||
| | | * | | | | | 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 |
| | | | | * | | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-25 |
| | | | | |\ \ \ | | | |_|_|/ / / | | |/| | | | | | |||
* | | | | | | | | remove docstring for not existing argument | Takuto Ikuta | 2016-08-25 |
* | | | | | | | | Fix a typo | Takuto Ikuta | 2016-08-25 |
| |/ / / / / / |/| | | | | | | |||
| | | | | * | | Support >16kib frame sizes in core | Craig Tiller | 2016-08-24 |
| |_|_|_|/ / |/| | | | | | |||
| | | * | | | prep work for enabling caching | Makdharma | 2016-08-24 |
| | * | | | | 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 |
|/ / / / | |||
* | | | | Reduce allocations associated with src/cpp/util/byte_buffer.cc. | Mark D. Roth | 2016-08-18 |
* | | | | Merge pull request #7594 from chedeti/grpc-thrift-v2 | kpayson64 | 2016-08-17 |
|\ \ \ \ | |/ / / |/| | | | |||
* | | | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\ \ \ \ | |||
* | | | | | Improved some docstrings for grpc_call creation | David Garcia Quintas | 2016-08-09 |
| | * | | | remove const in Deserialize | chedeti | 2016-08-04 |
| | | * | | Another golden file to fix | Vijay Pai | 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 |
| | | * | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-04 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | * | | | rename class variables to snake_case | chedeti | 2016-08-03 |
| * | | | | Update generated files with new protobuf version | Jorge Canizales | 2016-08-03 |
* | | | | | Merge pull request #7600 from dgquintas/fix_includes | Nicolas Noble | 2016-08-02 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #6774 from a-veitch/add_resource | kpayson64 | 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 |
| |_|/ / / |/| | | | |