| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Unite SSL service providers and SSL profile classes | 2017-11-13 | 1 | -2/+2 | |
| * | Update comments for classes IOHookProvider and IOHook | 2016-08-08 | 1 | -16/+22 | |
| * | Add support for multiple IOHooks per StreamSocket | 2016-08-08 | 1 | -2/+74 | |
| * | Pass sendq to OnStreamSocketWrite | 2016-08-08 | 1 | -1/+2 | |
| * | Convert all code to use StreamSocket::SendQueue•••Let OnStreamSocketWrite see the entire sendq instead of one element at a time | 2015-06-06 | 1 | -2/+1 | |
| * | Split IOHook into IOHook and IOHookProvider•••Create one IOHook instance for each hooked socket which contains all the hook specific data and read/write/close functions, removing the need for the "issl_session" array in SSL modules. Register instances of the IOHookProvider class in the core and use them to create specialized IOHook instances (OnConnect/OnAccept). Remove the OnHookIO hook, add a dynamic reference to ListenSocket that points to the hook provider (if any) to use for incoming connections on that socket. For outgoing connections modules still have to find the IOHookProvider they want to use themselves but instead of calling AddIOHook(hookprov), now they have to call IOHookProvider::OnConnect() after the connection has been established. | 2014-01-22 | 1 | -12/+22 | |
| * | Create SSLIOHook interface that provides GetCertificate() | 2013-06-07 | 1 | -2/+10 | |
| * | Create IOHook interface (extracted from Module) | 2013-06-07 | 1 | -0/+71 |
