aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
Commit message (Collapse)AuthorAge
...
| * | | Merge pull request #7559 from dgquintas/codegen_cleanseGravatar Craig Tiller2016-09-13
| |\ \ \ | | | | | | | | | | Removed references to public APIs from codegen/
| | | | * Fix gprcGravatar Yuchen Zeng2016-09-13
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-13
|\| | |
| | | * Add a helper to get canonical code from statusGravatar yang-g2016-09-09
| | | |
| * | | add cacheable option to client_contextGravatar Makarand Dharmapurikar2016-09-07
| | |/ | |/|
* | | Fix a few lingering references to max_message_size.Gravatar Mark D. Roth2016-09-06
| | |
* | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
|\| |
* | | Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-09-06
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-03
| | |\ | | |/ | |/|
| * | Merge pull request #7018 from vjpai/fc_unaryGravatar kpayson642016-09-02
|/| | | | | | | | Support server-side streaming of a unary RPC
| | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-01
| | |\ | |_|/ |/| |
* | | Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
|\ \ \ | | | | | | | | Adding extension points for security context.
| | * | clang-formatGravatar Vijay Pai2016-08-30
| | | |
| | * | Stick to StatusCode::INTERNAL when there's no serviceGravatar Vijay Pai2016-08-30
| | | | | | | | | | | | | | | | response on a StreamedUnary
| | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-31
| | | |\ | |_|_|/ |/| | |
| | * | clang-formatGravatar Vijay Pai2016-08-30
| | | |
| | * | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-30
| | |\ \ | |_|/ / |/| | | | | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h
| | | * Merge with newly added/modified filesGravatar David Garcia Quintas2016-08-30
| | | |
* | | | Merge pull request #7798 from y-zeng/ServerReaderWriterInterfaceGravatar kpayson642016-08-30
|\ \ \ \ | | | | | | | | | | Add ServerReaderWriterInterface
| | | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-30
| | | | |\
| | | * | | clang-formatGravatar Vijay Pai2016-08-29
| | | | | |
| | | * | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵Gravatar Vijay Pai2016-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.Gravatar Julien Boeuf2016-08-25
| | | | | |
| | | * | | Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMINGGravatar Vijay Pai2016-08-25
| | | | | | | | | | | | | | | | | | | | | | | | in all cases
| | | * | | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-25
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | / | Fix a typoGravatar Takuto Ikuta2016-08-25
| |_|_|/ / |/| | | |
| | * | | Adding extension points for security context.Gravatar Julien Boeuf2016-08-23
| |/ / / |/| | |
| * | | Add commentsGravatar Yuchen Zeng2016-08-19
| | | |
| * | | Add ServerReaderWriterInterfaceGravatar Yuchen Zeng2016-08-19
|/ / /
* | | Merge pull request #7594 from chedeti/grpc-thrift-v2Gravatar kpayson642016-08-17
|\ \ \ | | | | | | | | grpc thrift integration
| * | | remove const in DeserializeGravatar chedeti2016-08-04
| | | |
| * | | use boost::make_sharedGravatar chedeti2016-08-04
| | | |
| | * | clang-formatGravatar Vijay Pai2016-08-04
| | | |
| | * | Make FCUnary and ServerReaderWriter derived classes of a newGravatar Vijay Pai2016-08-04
| | | | | | | | | | | | | | | | | | | | ServerReaderWriterInterface so that some functions can be made to accept either.
| | * | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-08-04
| | |\ \ | |_|/ / |/| | |
| * | | rename class variables to snake_caseGravatar chedeti2016-08-03
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-02
| | | |\
| * | | | refine code and add READMEGravatar chedeti2016-08-01
| | | | |
* | | | | fixed include guard script and faulty .hGravatar David Garcia Quintas2016-08-01
| |_|_|/ |/| | |
| * | | thrift serializerGravatar chedeti2016-07-31
|/ / /
* | | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
|\ \ \ | | | | | | | | C++ Compression Level set properly
| | | * scrubbed codegen/sync.hGravatar David Garcia Quintas2016-07-27
| | | |
| | | * removed codegen/slice_buffer.h and scrubbed codegen/slice.hGravatar David Garcia Quintas2016-07-27
| | | |
| | | * removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| | | |
| | | * removed codegen/time.hGravatar David Garcia Quintas2016-07-27
| | | |
| | | * removed codegen/byte_buffer.hGravatar David Garcia Quintas2016-07-27
| | | |
| | | * removed codegen/alloc.hGravatar David Garcia Quintas2016-07-27
| |_|/ |/| |
| | * Change API for next message size to allow a bool return value for failureGravatar Vijay Pai2016-07-27
| | | | | | | | | | | | cases.
* | | Merge pull request #7451 from y-zeng/seperate_generated_filesGravatar kpayson642016-07-25
|\ \ \ | | | | | | | | Separate generated pb files from the server reflection build target, use grpc::protobuf instead of google::protobuf
| | * | C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
| | | |