aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/handshake.c
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Removing the auth context from the security connector.Gravatar Julien Boeuf2015-12-16
| | | | | The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct.
* make security_connector manage pending handshaker, while handshaker owns tcpGravatar yang-g2015-11-20
|
* move pending tcp management from server to connectorGravatar yang-g2015-11-19
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|
* Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-09-15
| | | | security_connector_refactoring
* Transfer the ownership of the handshaker.Gravatar Julien Boeuf2015-08-21
|
* Security connector is now responsible for the handshake.Gravatar Julien Boeuf2015-08-21