| Commit message (Expand) | Author | Age |
* | Merge pull request #8979 from markdroth/handshaker_cleanup | Mark D. Roth | 2016-12-09 |
|\ |
|
| * | Make grpc_handshaker vtable wrapper functions public. | Mark D. Roth | 2016-12-07 |
* | | Provide a way to exit handshaking early without an error. | Mark D. Roth | 2016-12-06 |
|/ |
|
* | Code review changes. | Mark D. Roth | 2016-12-01 |
* | Make handshaker responsible for destroying endpoint on shutdown or failure. | Mark D. Roth | 2016-11-29 |
* | Change grpc_handshaker_args to be owned by the handshake manager. | Mark D. Roth | 2016-11-16 |
* | Merge branch 'security_handshaker1' into security_handshaker2 | Mark D. Roth | 2016-11-14 |
|\ |
|
| * | Fix comments. | Mark D. Roth | 2016-11-14 |
* | | Move deadline handling to handshake manager. | Mark D. Roth | 2016-11-14 |
|/ |
|
* | Change handshaker API to take grpc_closure instead of grpc_iomgr_cb_func. | Mark D. Roth | 2016-11-14 |
* | Change handshake manager to invoke callbacks via an exec_ctx. | Mark D. Roth | 2016-11-11 |
* | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 |
* | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse | David Garcia Quintas | 2016-08-30 |
|\ |
|
| * | clang-format | Mark D. Roth | 2016-08-04 |
| * | Change handshaker API to use a read buffer to pass leftover bytes read | Mark D. Roth | 2016-08-04 |
* | | removed codegen/time.h | David Garcia Quintas | 2016-07-27 |
|/ |
|
* | clang-format | Mark D. Roth | 2016-07-25 |
* | Fix API of handshake_manager_add(). | Mark D. Roth | 2016-07-25 |
* | Add grpc_error parameter to handshaker callback. | Mark D. Roth | 2016-07-22 |
* | Add acceptor parameter. | Mark D. Roth | 2016-07-20 |
* | clang-format | Mark D. Roth | 2016-07-20 |
* | Plumb channel args through handshakers. | Mark D. Roth | 2016-07-15 |
* | Use handshake_manager API in client and server. | Mark D. Roth | 2016-07-14 |
* | Fix build problems. | Mark D. Roth | 2016-07-14 |
* | clang-format | Mark D. Roth | 2016-07-14 |
* | Tweaked grpc_handshaker API and added grpc_handshake_manager API. | Mark D. Roth | 2016-07-14 |
* | Add handshaker API. | Mark D. Roth | 2016-07-13 |