aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
Commit message (Collapse)AuthorAge
* Add a test that tcp server posix consumes socket mutatorsGravatar Alexander Polcyn2018-05-08
|
* Add C++ experimental API extensions for ALTS C stackGravatar Yihua Zhang2018-04-16
|
* Rename ProtoBuffer helpersGravatar ncteisen2018-04-12
|
* Merge pull request #14934 from ncteisen/typosGravatar Noah Eisen2018-04-09
|\ | | | | Fix typos
* | Make GrpcProtoBufferReaderWriter publicGravatar ncteisen2018-04-06
| |
| * Fix typosGravatar ncteisen2018-04-04
|/
* fixup! Use bbuf_ptrGravatar Ara Ayvazyan2018-04-02
|
* fixup! Fix formattingGravatar Ara Ayvazyan2018-04-02
|
* fixup! Fix the payload ownership issueGravatar Ara Ayvazyan2018-03-30
|
* Fix ServerInterface::PayloadAsyncRequest to work with ByteBufferGravatar Ara Ayvazyan2018-03-30
|
* Eliminate existence of SneakyCallOpSet, some server cleanupGravatar Vijay Pai2018-03-22
|
* Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity)Gravatar Vijay Pai2018-03-20
|
* Delete status_test that has no coverage; replace with static_assertsGravatar Vijay Pai2018-03-15
|
* Update server.hGravatar Vijay Pai2018-03-13
|
* Update completion_queue.hGravatar Vijay Pai2018-03-13
|
* Added protected default constructorGravatar makdharma2018-03-13
|
* added Experimental in commentsGravatar makdharma2018-03-13
| | | | | For "struct Port" and friends, since they are now protected instead of private.
* added "Experimental" and returned raw pointersGravatar makdharma2018-03-12
| | | | | Added experimental in the comment and removed reference_wrapper in favor of the raw pointer.
* forgot to add completion_queue.h doh!Gravatar makdharma2018-03-12
|
* clang-formatGravatar makdharma2018-03-09
|
* added ///Experimental in comment for c_serverGravatar makdharma2018-03-09
| | | | Please enter the commit message for your changes. Lines starting
* moved member variables from protected to privateGravatar makdharma2018-03-09
| | | | | Per style guide, the member variables are not protected but private and accessed through methods.
* clang-formatGravatar makdharma2018-02-26
|
* moved Next implementation to CC file.Gravatar makdharma2018-02-26
|
* Remove "final" keyword and make methods protected.Gravatar makdharma2018-02-23
| | | | | This adds extensibility to the API and makes custom implementation of the server possible.
* fix non-virtual-dtorGravatar Tobias Jungel2018-02-16
| | | | compiling with -Wnon-virtual-dtor works with this patch
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15