| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
| |
compatibility with server_select (thanks uhoreg)
|
|
|
|
| |
with an intermediate buffer of the specified size
|
|
|
|
| |
for when send buffer is empty
|
|
|
|
| |
for select backend, and add :set_mode() to event backend
|
|
|
|
| |
connections
|
|
|
|
| |
with pre-onconnect listeners (thanks darkrain/mod_console)
|
|
|
|
| |
listener.onincoming
|
| |
|
| |
|
| |
|
| |
|