Log

net/server.lua @ 2050:adc1b92b8c6b

description author age
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
net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting to wrap clients with a broken context Matthew Wild 2009-07-23
net.server: Continue to initialise port listener even when SSL errors occur Matthias Diener 2009-07-23
net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix Matthew Wild 2009-07-13
net.server: Fix copyright header line endings and text Matthew Wild 2009-07-12
net.server: Correct fix for SSL traceback earlier Matthew Wild 2009-07-12
net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback Matthew Wild 2009-07-12
net.server: Don't close handler if it is already nil when SSL handshake fails Matthew Wild 2009-07-12
Add copyright header to those files missing one Matthew Wild 2009-07-10
net.server: Display server port in error messages Matthew Wild 2009-06-04
net.server: A connection is not secure if we delay the TLS handshake Matthew Wild 2009-05-29