aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
Commit message (Collapse)AuthorAge
* Merge pull request #15823 from yashykt/writethroughdocGravatar Yash Tibrewal2018-06-20
|\ | | | | Wire to socket doc change
| * Wire to socket doc changeGravatar Yash Tibrewal2018-06-20
| |
* | Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
|\ \ | |/ |/| Adding opencensus grpc plugin with bazel support.
* | Merge pull request #15740 from hcaseyal/update_listening_port_documentationGravatar hcaseyal2018-06-13
|\ \ | | | | | | Update AddListeningPort documentation in ServerBuilder
| * | Update AddListeningPort documentation in ServerBuilderGravatar Hope Casey-Allen2018-06-13
| | |
| | * updateGravatar Vizerai2018-06-12
| | |
* | | Merge pull request #15717 from yashykt/sizedocGravatar Yash Tibrewal2018-06-12
|\ \ \ | | | | | | | | Add documentation for default message sizes
* | | | Address reviewer commentsGravatar Vijay Pai2018-06-12
| | | |
* | | | Add useful comment on ServerInterface::ShutdownGravatar Vijay Pai2018-06-12
| | | |
| * | | Add documentation for default message sizesGravatar Yash Tibrewal2018-06-11
|/ / /
* / / handle empty slice explicitlyGravatar yang-g2018-06-08
|/ /
| * Merge branch 'master' of https://github.com/Vizerai/grpc into filter_portGravatar Vizerai2018-05-29
| |\ | |/ |/|
| * updateGravatar Vizerai2018-05-25
| |
| * updateGravatar Vizerai2018-05-24
| |
| * updateGravatar Vizerai2018-05-22
| |
* | 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