Log

net/server.lua @ 1712:45a81d6d8777

description author age
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