| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
heisenbug
|
| |
|
| |
|
| |
|
|
|
|
| |
these three modules. server.addtimer() is no longer a public function (renamed to _addtimer) and is not available at all from server_event (compat code removed to prevent traceback) (thanks Nulani)
|
|
|
|
| |
server_select
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
length
|
| |
| |
| |
| | |
before it closes (thanks Sjoerd Simons)
|
| | |
|
| |
| |
| |
| | |
server.hook_signal
|
| |
| |
| |
| | |
unavailable, and don't load luaevent when not requested.
|
| | |
|
| | |
|
| |
| |
| |
| | |
server_select/server_event based on the availability of luaevent and the use_libevent config option
|
|/ |
|
|
|
|
| |
the code a bit cleaner
|
|
|
|
| |
object leak - moral of the story is to not duplicate code, and not prematurely optimise. But you knew that already didn't you?
|
|
|
|
| |
established
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
closed during send
|
| | |
|
| | |
|
|/
|
|
| |
suitable for a realtime server, let's trust Lua's GC - it's good.
|
|
|
|
| |
and hide OpenSSL's ridiculously unfriendly error messages
|
| |
|
| |
|
|
|
|
| |
to wrap clients with a broken context
|
| |
|
|
|
|
| |
for the previous correct fix
|
| |
|
| |
|
|
|
|
| |
failed, fixes nil socket traceback
|
| |
|
| |
|
| |
|
| |
|
|\ |
|