aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* Add C++ experimental API extensions for ALTS C stackGravatar Yihua Zhang2018-04-16
|
* Rename ProtoBuffer helpersGravatar ncteisen2018-04-12
|
* use GPR_UNLIKELY in GPR_ASSERTGravatar Yash Tibrewal2018-04-12
|
* Merge pull request #15009 from yashykt/gprlikelyGravatar Yash Tibrewal2018-04-12
|\ | | | | Add support for GPR_LIKELY and GPR_UNLIKELY
* \ Merge pull request #14945 from ara-ayvazyan/improve_log_perfGravatar Jan Tattermusch2018-04-12
|\ \ | | | | | | Avoid low severity log message construction
| | * Revert change to GPR_ASSERTGravatar Yash Tibrewal2018-04-10
| | |
| | * Add mising GPR_UNLIKELY definitionGravatar Yash Tibrewal2018-04-10
| | |
| | * Add support for GPR_LIKELY and GPR_UNLIKELYGravatar Yash Tibrewal2018-04-10
| |/ |/|
* | Merge pull request #14934 from ncteisen/typosGravatar Noah Eisen2018-04-09
|\ \ | | | | | | Fix typos
* | | Make GrpcProtoBufferReaderWriter publicGravatar ncteisen2018-04-06
| | |
| | * Avoid low severity log message constructionGravatar Ara Ayvazyan2018-04-04
| |/ |/|
| * Fix typosGravatar ncteisen2018-04-04
|/
* Merge pull request #14883 from ara-ayvazyan/fix_serverinterface_bytebufferGravatar Noah Eisen2018-04-02
|\ | | | | Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer
| * fixup! Use bbuf_ptrGravatar Ara Ayvazyan2018-04-02
| |
| * fixup! Fix formattingGravatar Ara Ayvazyan2018-04-02
| |
* | Introduce channel arg to disable authority filterGravatar Muxi Yan2018-04-01
| |
| * 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
|
* Merge pull request #14751 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-21
|\ | | | | [Fix Forward]: Channel Tracing Implementation; Part 1
* \ Merge pull request #14759 from vjpai/desneakGravatar Vijay Pai2018-03-21
|\ \ | | | | | | C++: Desneak client async unary call
* | | [grpc] Add SSL session client cache supportGravatar Ruslan Nigmatullin2018-03-20
| | |
| * | Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity)Gravatar Vijay Pai2018-03-20
|/ /
| * Revert "Revert "Channel Tracing Implementation; Part 1""Gravatar ncteisen2018-03-19
|/ | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f.
* Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
|
* Merge pull request #13883 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-16
|\ | | | | Channel Tracing Implementation; Part 1
| * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
| |\
* | | Delete status_test that has no coverage; replace with static_assertsGravatar Vijay Pai2018-03-15
| |/ |/|
* | Merge pull request #14599 from kpayson64/abstract_libuv_stuffGravatar kpayson642018-03-13
|\ \ | | | | | | Abstract libuv event loop
* \ \ Merge pull request #14517 from makdharma/extensible_apiGravatar Nicolas Noble2018-03-13
|\ \ \ | | | | | | | | Remove "final" keyword and make methods protected.
| * | | 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.
| | * | Abstract libuv implementationGravatar kpayson642018-03-13
| |/ / |/| | | | | | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* | | Remove include of inttypes.h completelyGravatar Muxi Yan2018-03-12
| | |
* | | Stop including inttypes.h in gRPC core public header in Apple platformsGravatar Muxi Yan2018-03-12
| | |
| * | 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.
| | * Reviewer commentsGravatar ncteisen2018-03-05
| | |
| | * Re write renderedGravatar ncteisen2018-03-02
| | |
| | * Fix build and sanityGravatar ncteisen2018-03-02
| | |
| | * reviewer commentsGravatar ncteisen2018-03-01
| | |
| | * Reviewer commentsGravatar ncteisen2018-03-01
| | |
| | * Reviewer feedbackGravatar ncteisen2018-03-01
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-01
| | |\ | |_|/ |/| |
* | | Retry support.Gravatar Mark D. Roth2018-02-28
| | |