aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
* 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)
* 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
|\
| * Reduce allocations associated with src/cpp/util/byte_buffer.cc.Gravatar Mark D. Roth2016-08-18
| |
| * Merge pull request #7594 from chedeti/grpc-thrift-v2Gravatar kpayson642016-08-17
| |\ | | | | | | grpc thrift integration
| * \ Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
| |\ \
| | | * remove const in DeserializeGravatar chedeti2016-08-04
| | | |
* | | | Another golden file to fixGravatar Vijay Pai2016-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
| | | |
| | * | Update generated files with new protobuf versionGravatar Jorge Canizales2016-08-03
| | | | | | | | | | | | Also make the script fetch protoc from the usual place.
| | | * 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
| * | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| |\ \ | | | | | | | | C++ Compression Level set properly
* | | | 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
| | | | |
| * | | | Removed unused version of async_stream.hGravatar David Garcia Quintas2016-07-21
| | |/ / | |/| |
| | * | Merge remote-tracking branch 'upstream/master' into seperate_generated_filesGravatar Yuchen Zeng2016-07-21
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #7486 from dgquintas/alive_typoGravatar kpayson642016-07-21
| |\ \ \ | | | | | | | | | | fixed typo
* | | | | Merge branch 'master' into fc_unaryGravatar Vijay Pai2016-07-21
|\| | | |
| * | | | Merge pull request #7469 from yang-g/proto_liteGravatar Nicolas Noble2016-07-21
| |\ \ \ \ | | | | | | | | | | | | Add a macro to support protobuf lite
| | | * | | fixed typoGravatar David Garcia Quintas2016-07-20
| | |/ / / | |/| | |
| | | * | Merge remote-tracking branch 'upstream/master' into seperate_generated_filesGravatar Yuchen Zeng2016-07-19
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #7444 from y-zeng/fix_typoGravatar kpayson642016-07-19
| |\ \ \ \ | | | | | | | | | | | | Fix typos in config_protobuf.h
| | | * | | Add a macro to support protobuf liteGravatar yang-g2016-07-19
| | | | | |
| | | | * | Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| | | | | |
| | | | * | fix typoGravatar Yuchen Zeng2016-07-18
| | | |/ /
| | * / / fix typoGravatar Yuchen Zeng2016-07-18
| | |/ /
| | | * prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | | |
| * | | Reduce the number of unnecessary allocationsGravatar Sree Kuchibhotla2016-07-14
| |/ /
| * | Merge pull request #7319 from yang-g/wait_asyncGravatar kpayson642016-07-14
| |\ \ | | | | | | | | Make Server::Wait work for async only server.
| | * | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | | |
| | | * Make Server::Wait work for async only server.Gravatar yang-g2016-07-13
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into sliceGravatar yang-g2016-07-12
| |\ \ \ | | | |/ | | |/|
| | | * Make Server::Wait work for async only server.Gravatar yang-g2016-07-11
| | |/
| | * Merge branch 'master' of github.com:grpc/grpc into bb_reader_errorGravatar David Garcia Quintas2016-07-06
| | |\
| | * | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| | | |
| | | * removed unused version of status_code_enum.hGravatar David Garcia Quintas2016-06-30
| | |/
* | | Fix generated reflection filesGravatar Vijay Pai2016-06-27
| | |
| * | Add API to get c slice from c++ Slice.Gravatar yang-g2016-06-24
| | |
| | * Merge pull request #6947 from vjpai/async_stream_docGravatar Jan Tattermusch2016-06-24
| |/| | | | | | | Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
* | | Make the FCUnary class actually work and test itGravatar vjpai2016-06-23
| | |
* | | Add NextMessageSize method to all readable streams as an upper-boundGravatar vjpai2016-06-23
| | | | | | | | | | | | | | | on the actual message size. Rename Size of FCUnary to NextMessageSize for consistency