prosody
log
graph
tags
bookmarks
branches
1ab73691b58e
browse
changeset
net/server.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
net/server.lua @ 2435:
1ab73691b58e
less
more
|
(0)
-50
-28
tip
description
author
age
net.server: When libevent backend is in use, override signal.signal to use server.hook_signal
Matthew Wild
2010-01-10
Merge with tip.
Tobias Markmann
2009-11-29
net.server: Log an error when libevent is requested, but luaevent is unavailable, and don't load luaevent when not requested.
Waqas Hussain
2009-11-24
net.server: Add some comments to explain to waqas how it all works :)
Matthew Wild
2009-11-22
net.server: Small fix for addtimer() compatibility code
Matthew Wild
2009-11-21
net.server: New net.server to choose the appropriate library from server_select/server_event based on the availability of luaevent and the use_libevent config option
Matthew Wild
2009-11-21
server.lua: Standardise on 'client' variable to refer to the socket, makes the code a bit cleaner
Matthew Wild
2009-10-26
server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket object leak - moral of the story is to not duplicate code, and not prematurely optimise. But you knew that already didn't you?
Matthew Wild
2009-10-26
net.server: Allow changing the sslctx of a connection after it has been established
Matthew Wild
2009-10-17
Merge with 0.5
Matthew Wild
2009-10-14
net.server: Better handling of closing sockets during send
Matthew Wild
2009-10-14
net.server: Small logging improvements
Matthew Wild
2009-10-04
net.server: Pass current time to timer callbacks
Matthew Wild
2009-10-04
net.server: Increase SSL handshake round-trip limit, and make it configurable
Matthew Wild
2009-10-04
net.server: Call handler's status() to notify it of ssl handshake success
Matthew Wild
2009-10-04
net.server: Provide a way to get sslctx of a client connection
Matthew Wild
2009-10-04
net.server: Provide a way to get sslctx of a server
Matthew Wild
2009-10-04
Merge with 0.5
Matthew Wild
2009-10-02
net.server: Fix missing concatenation operator in error message
Matthew Wild
2009-10-02
Merge with 0.5
Matthew Wild
2009-09-21
net.server: Fix traceback when closing connections with buffered data get closed during send
Matthew Wild
2009-09-21
Merge with 0.5
Matthew Wild
2009-09-18
net.server: Add checking for nil sockets to prevent traceback
Matthew Wild
2009-08-18
net.server: Add checking for nil sockets to prevent traceback
Matthew Wild
2009-08-18
net.server: Comment all calls to mem_free/collectgarbage... not really suitable for a realtime server, let's trust Lua's GC - it's good.
Matthew Wild
2009-08-16
net.server: Much improve SSL/TLS error reporting, do our best to understand and hide OpenSSL's ridiculously unfriendly error messages
Matthew Wild
2009-07-28
net.server: Fail to open port if legacy SSL requested, but SSL not available
Matthias Diene
2009-07-23
net.server: Remove listener from listeners table when calling removeserver
Matthew Wild
2009-07-23
less
more
|
(0)
-50
-28
tip