| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
#1220)
|
|
|
|
| |
Previous commit was backwards
|
| |
|
|
|
|
| |
Why do we ignore unused secondaries?
|
| |
|
| |
|
|
|
|
|
|
| |
This is also a noop in server_event. Supposedly meant to prevent
buffered writes from being sent to the socket, but that path becomes
unreachable when net.adns replaces the public send method
|
|
|
|
|
| |
Since state->err is a set of all watched FDs, this mistake caused all
sockets to appear to have errors.
|
|
|
|
| |
It is only used in this if block anyways
|
|
|
|
| |
Maybe this meant the version of the OS, but it's still confusing.
|
|
|
|
|
|
| |
Many event handlers start with
local origin, stanza = event.origin, event.stanza;
|
| |
|
| |
|
|
|
|
| |
It throws if given an invalid TLS context
|
|
|
|
| |
handshake
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
same name on some shells/platforms
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with 'hosts' arguments [luacheck]
|
|
|
|
| |
[luacheck]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|