Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add cancellation notification | Yash Tibrewal | 2018-11-01 |
| | |||
* | Let us clean a few things before getting started | Yash Tibrewal | 2018-10-31 |
| | |||
* | Merge pull request #17034 from yashykt/interceptorcleanup | Yash Tibrewal | 2018-10-30 |
|\ | | | | | Get ClientContext included with ChannelInterface, and slight more cle… | ||
| * | interceptor_creators_ should be destroyed after health_check_service_ | Yash Tibrewal | 2018-10-29 |
| | | |||
* | | Add call as param to MethodHandler::Deserialize to allow arena use | Vijay Pai | 2018-10-29 |
| | | |||
| * | Add note on the experimental nature of the additional method in ServerInterface | Yash Tibrewal | 2018-10-29 |
| | | |||
| * | Get ClientContext included with ChannelInterface, and slight more cleanup | Yash Tibrewal | 2018-10-29 |
|/ | |||
* | Merge pull request #16842 from yashykt/interceptors | Yash Tibrewal | 2018-10-28 |
|\ | | | | | Experimental API for Client and Server Interception | ||
| * | Replace size_t initialization from false to 0 | Yash Tibrewal | 2018-10-27 |
| | | |||
| * | Change index to size_t | Yash Tibrewal | 2018-10-26 |
| | | |||
| * | Missed reviewer comments | Yash Tibrewal | 2018-10-26 |
| | | |||
| * | Reviewer comments except for void * fixed | Yash Tibrewal | 2018-10-26 |
| | | |||
| * | Separate out interceptorbatchmethodimpl to a different file | Yash Tibrewal | 2018-10-26 |
| | | |||
| * | Rename call.h to call_op_set.h and call_wrapper.h to call.h | Yash Tibrewal | 2018-10-26 |
| | | |||
* | | Merge pull request #17018 from sreecha/patch-1 | Vijay Pai | 2018-10-26 |
|\ \ | | | | | | | Fix an outdated comment | ||
* \ \ | Merge pull request #16991 from ncteisen/channelz-get-server-core | Noah Eisen | 2018-10-26 |
|\ \ \ | | | | | | | | | Channelz part 10: GetServer | ||
| | * | | Fix an outdated comment | Sree Kuchibhotla | 2018-10-26 |
| |/ / |/| | | | | | Fix the outdated commment in ServerCompletionQueue constructor | ||
| | * | Some cleanup | Yash Tibrewal | 2018-10-26 |
| | | | |||
| | * | Adding generic rpc and unimplemented rpc test for server interceptors | Yash Tibrewal | 2018-10-25 |
| | | | |||
| | * | Merge branch 'master' into interceptors | Yash Tibrewal | 2018-10-25 |
| | |\ | |_|/ |/| | | |||
| | * | Added server async tests | Yash Tibrewal | 2018-10-25 |
| | | | |||
* | | | Merge pull request #16992 from morganchen12/warnings | Vijay Pai | 2018-10-25 |
|\ \ \ | | | | | | | | | Fix warnings in doc comments | ||
| * | | | clang-format | Vijay Pai | 2018-10-25 |
| | | | | |||
| | * | | Add GetServer to core | ncteisen | 2018-10-24 |
| | | | | |||
* | | | | Unifying grpc build hacks | ncteisen | 2018-10-24 |
| | | | | |||
* | | | | Revert "Revert "Refactor Channelz Service to Support Internal Build"" | ncteisen | 2018-10-24 |
| | | | | | | | | | | | | | | | | This reverts commit 2eafaccba6510cd501f723c8f7146d11aff23586. | ||
| | | * | Solve memory leak due to double setting of set_server_rpc_info | Yash Tibrewal | 2018-10-24 |
| | | | | |||
* | | | | Revert "Refactor Channelz Service to Support Internal Build" | Noah Eisen | 2018-10-24 |
| |/ / |/| | | |||
| * | | Fix documentation warnings | Morgan Chen | 2018-10-24 |
|/ / | |||
* | | Merge pull request #16507 from markdroth/health_checking_client | Mark D. Roth | 2018-10-24 |
|\ \ | | | | | | | Health checking client | ||
| * | | Client-side health checking support. | Mark D. Roth | 2018-10-24 |
| | | | |||
* | | | Change CatchingCallback function to be varargs for broader use | Vijay Pai | 2018-10-24 |
|/ / | |||
| * | Add client streaming, server streaming and bidi streaming tests | Yash Tibrewal | 2018-10-23 |
| | | |||
| * | Another server side test | Yash Tibrewal | 2018-10-23 |
| | | |||
| * | First test for server interception | Yash Tibrewal | 2018-10-23 |
| | | |||
* | | Refactor to support internal build | ncteisen | 2018-10-22 |
| | | |||
| * | Adding tests using the callback API | Yash Tibrewal | 2018-10-22 |
| | | |||
| * | Merge branch 'master' into interceptors | Yash Tibrewal | 2018-10-22 |
| |\ | |/ |/| | |||
| * | Adding intercepted channel | Yash Tibrewal | 2018-10-22 |
| | | |||
| * | Working on tests | Yash Tibrewal | 2018-10-21 |
| | | |||
* | | Merge pull request #16950 from vjpai/membug2 | Vijay Pai | 2018-10-19 |
|\ \ | | | | | | | Fix CallOpSet copy/assignment to reset cq_tag | ||
| * | | Fix CallOpSet copy/assignment to reset cq_tag | Vijay Pai | 2018-10-19 |
| | | | |||
| | * | Don't expose internal functions.. Add a layer of indirection namely ↵ | Yash Tibrewal | 2018-10-19 |
| | | | | | | | | | | | | InternalInterceptorBatchMethods | ||
| | * | Server side interception for CompletionOp and AsyncRequest | Yash Tibrewal | 2018-10-18 |
| | | | |||
| | * | Server interception for SyncRequest | Yash Tibrewal | 2018-10-18 |
| | | | |||
* | | | Merge pull request #16362 from overvenus/formalize-empty-batch | Vijay Pai | 2018-10-18 |
|\ \ \ | |/ / |/| | | Formalize the contract of grpc_call_start_batch with empty batches | ||
| | * | some tests fail | Yash Tibrewal | 2018-10-17 |
| | | | |||
| | * | Remove unneeded file | Yash Tibrewal | 2018-10-17 |
| | | | |||
| | * | Pass interceptor creators to server object | Yash Tibrewal | 2018-10-17 |
| | | | |||
| | * | Add method to register server creators | Yash Tibrewal | 2018-10-17 |
| | | |