| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
incoming connections
|
| |
|
|
|
|
| |
close was initiated by us
|
|
|
|
| |
round-trip count configurable, and bump connect timeout to 20s (thanks Flo)
|
|
|
|
| |
to the new onconnect() - let's change this for a future version though
|
|
|
|
| |
certmanager now does this
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
port multiplexing
|
|
|
|
| |
setoption method (LuaSec issue I think)
|
|
|
|
| |
starttls() - fixes 5223 w/ libevent
|
|
|
|
| |
negotiated - fixes offering starttls to client who are already using it (thanks darkrain and Adium)
|
| |
|
|
|
|
| |
libevent's signal-catching interface
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
net.server_select) and expose setquitting
|
|
|
|
| |
net.server_select
|
|
|
|
| |
refactorizification
|
|
|
|
| |
net.server_select, and give Prosody a way to know why the loop broke
|
| |
|
| |
|
|
|
|
| |
DNS and s2s should now work with libevent \o/
|
| |
|
| |
|
| |
|
| |
|