mod_httpserver: Read files in binary mode; fixes issues with serving binary files.
|
Waqas Hussain |
2009-12-10 |
mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default).
|
Waqas Hussain |
2009-12-10 |
mod_httpserver: Return Content-Type header based on file extension.
|
Waqas Hussain |
2009-12-10 |
util.signal: Make kill() available on Solaris; really fixes #136.
|
Waqas Hussain |
2009-12-09 |
prosody: Less strict matching for the magic 'interrupted' error
|
Matthew Wild |
2009-12-07 |
componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if available
|
Matthew Wild |
2009-12-04 |
Disable SSLv2 by default, it's known to be insecure.
|
Paul Aurich |
2009-12-04 |
net.server_select: Restore checks for wantread/timeout errors on receive
|
Matthew Wild |
2009-12-03 |
net.server_select: Make bufferlen() method return, of all things, the buffer length
|
Matthew Wild |
2009-12-03 |
net.server_select: Fix possibility of losing data sent from a socket just before it closes (thanks Sjoerd Simons)
|
Matthew Wild |
2009-12-03 |
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)
|
Matthew Wild |
2009-12-03 |
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use
|
Matthew Wild |
2009-12-03 |
net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types
|
Matthew Wild |
2009-12-02 |
s2smanager: Don't tostring() the data before sending, sends2s already does this.
|
Matthew Wild |
2009-11-21 |
net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when destroying, and set destroyed = true
|
Matthew Wild |
2010-03-14 |
net.xmppcomponent_listener: Log invalid XML received from components (as we already do for c2s/s2s)
|
Matthew Wild |
2010-03-14 |
net.xmppcomponent_listener: Don't allow closing a session that has already been destroyed
|
Matthew Wild |
2010-03-14 |
net.xmppcomponent_listener: Close component sessions on receiving a </stream:stream>
|
Matthew Wild |
2010-03-14 |
net.xmppcomponent_listener: Don't handle stream errors from component sessions that have already been destroyed
|
Matthew Wild |
2010-03-14 |
net.xmppcomponent_listener: Fix to correctly handle stream errors from components
|
Matthew Wild |
2010-03-14 |
net.xmppclient_listener: Fix to correctly handle stream errors from clients
|
Matthew Wild |
2010-03-14 |
sessionmanager: Don't re-destroy destroyed sessions
|
Matthew Wild |
2010-03-14 |
sessionmanager: Return stream error when incoming stream header is missing 'to' attribute
|
Matthew Wild |
2010-03-14 |
sessionmanager: Add close method to resting sessions
|
Matthew Wild |
2010-03-14 |
s2smanager: Don't re-destroy destroyed sessions
|
Matthew Wild |
2010-03-14 |
s2smanager: Add open_stream and close methods to resting sessions
|
Matthew Wild |
2010-03-14 |
sessionmanager, s2smanager: Close session on </stream:stream>
|
Matthew Wild |
2010-03-11 |
sessionmanager, s2smanager: Destroyed sessions are now simply resting (not dead) until they are collected - prevents a whole class of tracebacks
|
Matthew Wild |
2010-03-08 |