| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
being passed to
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
type if no socket type argument given. (Argument must be given for non-TCP)
|
| |
|
| |
|
|
|
|
| |
backend
|
|
|
|
| |
in the globals table
|
|\ |
|
| |
| |
| |
| | |
notify them when another listener is being assigned to a connection
|
|\| |
|
| |
| |
| |
| | |
we get all available data
|
|\ \
| |/
|/| |
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | | |
return true to prevent the connection from being closed when a read timeout occurs
|
| | |
| | |
| | |
| | | |
port API on connections
|
| | | |
|
| |/
|/| |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
within callbacks, fixed in luaevent
|
| |
|
| |
|
| |
|
|
|
|
| |
always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed)
|
|
|
|
| |
working (as for HTTPS)
|
|
|
|
| |
onconnect when appropriate (to match server_select)
|
| |
|
|
|
|
| |
rather than ignoring socket-readable events (!), and :resume() to restart the event listener
|
| |
|
|
|
|
| |
listener.onconnect is missing. onincoming's arguments shall always be non-nil.
|
|
|
|
| |
for wantread and wantwrite
|
| |
|
| |
|
|
|
|
| |
server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging)
|
| |
|
|
|
|
| |
handshake for starttls connections (thanks Flo)
|
| |
|