aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Collapse)AuthorAge
* 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
| | |
| * | 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.
* | | Merge pull request #14487 from apolcyn/port_platform_sanityGravatar apolcyn2018-02-23
|\ \ \ | |/ / |/| | Sanity check for inclusion of port_platform.h
* | | Merge pull request #14318 from muxi/add-logging-interfaceGravatar Muxi Yan2018-02-23
|\ \ \ | | | | | | | | Add mobile log interface to ObjC
| | * | Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
| |/ / |/| |
| * | Add comments to the interfaceGravatar Muxi Yan2018-02-22
| | |
* | | Fix ruby artifact buildGravatar Alexander Polcyn2018-02-21
| | |
* | | Merge pull request #14438 from ↵Gravatar Juanli Shen2018-02-19
|\ \ \ | | | | | | | | | | | | | | | | grpc/revert-14412-revert-14376-revert-14356-revert-13671-grpclb_reresolution Reintroduce grpclb re-resolution with fix
* | | | fix non-virtual-dtorGravatar Tobias Jungel2018-02-16
| | | | | | | | | | | | | | | | compiling with -Wnon-virtual-dtor works with this patch
* | | | Merge pull request #14210 from muxi/move-cpp-headersGravatar Muxi Yan2018-02-15
|\ \ \ \ | | | | | | | | | | gRPC C++ Public Header Directory Change
| * | | | Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
| | | | |
| | * | | Revert "Revert "Revert "Revert "grpclb re-resolution""""Gravatar Juanli Shen2018-02-15
| |/ / / |/| | |
* | | | Merge pull request #14412 from ↵Gravatar David G. Quintas2018-02-13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | grpc/revert-14376-revert-14356-revert-13671-grpclb_reresolution Revert "Revert "Revert "grpclb re-resolution"""
* \ \ \ \ Merge pull request #14405 from ncteisen/api-guaranteesGravatar Noah Eisen2018-02-13
|\ \ \ \ \ | |_|/ / / |/| | | | Add Details about API Guarantees Surrounding grpc_arg_pointer_vtable
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-02-13
| | | | |\
| | * | | | Revert "Revert "Revert "grpclb re-resolution"""Gravatar David G. Quintas2018-02-12
| |/ / / / |/| | | |
* | | | | Merge pull request #14407 from vjpai/gpr_review_thdGravatar Vijay Pai2018-02-12
|\ \ \ \ \ | |_|_|_|/ |/| | | | GPR review: Internalize most of gpr_thd (but not ID/current ID)
| * | | | Address reviewer feedback.Gravatar Vijay Pai2018-02-12
| | | | |
| | * | | Add details about API gauranteesGravatar ncteisen2018-02-12
| | | | |
| * | | | Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
| |/ / /
* | | | Revert "Revert "grpclb re-resolution""Gravatar Juanli Shen2018-02-12
| | | |
* | | | Merge pull request #14384 from grpc/sc-experimentalGravatar Muxi Yan2018-02-12
|\ \ \ \ | |/ / / |/| | | Mark stream compression as experimental
| * | | polishGravatar Muxi Yan2018-02-08
| | | |