| Commit message (Expand) | Author | Age | Files | Lines |
* | net/httpserver_listener: Ignore empty strings on incoming data. | Brian Cully | 2010-04-28 | 1 | -1/+1 |
* | net.server: Fix logic error causing traceback when receiving a non-number port | Matthew Wild | 2010-04-09 | 1 | -1/+1 |
* | xmppserver_listener: Compatibility fix for older Prosodies with the s2s xmlns... | Matthew Wild | 2010-03-30 | 1 | -0/+3 |
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 10 | -19/+19 |
* | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 5 | -16/+24 |
|\ |
|
| * | net.dns: Normalize records before placing them in the cache, fixes issues wit... | Matthew Wild | 2010-02-12 | 1 | -4/+5 |
| * | net.httpserver: More robust handling of headers split across multiple packets | Matthew Wild | 2010-01-21 | 1 | -4/+11 |
| * | net.httpserver: Make it possible to return responses with no body | Matthew Wild | 2010-01-21 | 1 | -4/+4 |
| * | net.httpserver: Close connection on invalid HTTP status line | Matthew Wild | 2010-01-21 | 1 | -1/+4 |
| * | core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls | Matthew Wild | 2009-11-24 | 3 | -3/+0 |
* | | net.httpclient_listener: Don't notify request of closed connection if the clo... | Matthew Wild | 2010-02-19 | 1 | -1/+1 |
* | | net.http: destroy_request(): Pass request.handler to disconnect() listener to... | Matthew Wild | 2010-03-03 | 1 | -1/+1 |
* | | net.http: Close connection when invalid status line is received from the server | Matthew Wild | 2010-02-19 | 1 | -1/+4 |
* | | net.http: Don't re-destroy a request when the connection is closed | Matthew Wild | 2010-02-19 | 1 | -0/+1 |
* | | net.http: Port commit 2f235c57d713 to net.http to fix headers in responses (t... | Matthew Wild | 2010-02-19 | 1 | -5/+14 |
* | | net.dns: Make sure math.randomseed() gets passed an integer | Matthew Wild | 2010-01-07 | 1 | -1/+1 |
* | | xmppserver_listener: When a connection fails, pass the reason to destroy_session | Matthew Wild | 2009-12-17 | 1 | -1/+1 |
* | | xmppserver_listener: Make log messages during SRV retries clearer | Matthew Wild | 2009-12-17 | 1 | -2/+2 |
* | | net.http: Don't expect the body on redirects | Matthew Wild | 2009-12-10 | 1 | -1/+1 |
* | | net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynami... | Waqas Hussain | 2009-12-10 | 1 | -6/+1 |
* | | Disable SSLv2 by default, it's known to be insecure. | Paul Aurich | 2009-12-04 | 1 | -0/+1 |
* | | net.server_select: Restore checks for wantread/timeout errors on receive | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | | net.server_select: Make bufferlen() method return, of all things, the buffer ... | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | | net.server_select: Fix possibility of losing data sent from a socket just bef... | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | | net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (n... | Matthew Wild | 2009-12-03 | 1 | -1/+1 |
* | | net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use | Matthew Wild | 2009-12-03 | 1 | -8/+5 |
* | | net.httpserver: Quick fix to set the correct Content-Type on simple (string) ... | Matthew Wild | 2009-12-02 | 1 | -0/+6 |
|/ |
|
* | net.adns: Trailing whitespace | Matthew Wild | 2010-01-20 | 1 | -2/+2 |
* | xmppclient_listener: Escape control characters when logging invalid XML. | Waqas Hussain | 2009-11-24 | 1 | -1/+1 |
* | net.dns: Be more strict about the records we cache | Matthew Wild | 2009-11-18 | 1 | -5/+4 |
* | net.dns: Be more strict about checking the DNS replies we receive | Matthew Wild | 2009-11-18 | 1 | -1/+2 |
* | Changed separator between attribute names and prefixes from '|' to '\1' (opti... | Waqas Hussain | 2009-11-12 | 3 | -9/+9 |
* | net.connlisteners: Log an error when a listener fails to load. | Waqas Hussain | 2009-11-12 | 1 | -1/+4 |
* | net.dns: Fixed indentation and coding style. | Waqas Hussain | 2009-11-02 | 1 | -719/+751 |
* | net.dns: Initialize default resolver on module load (instead of on first use). | Waqas Hussain | 2009-11-02 | 1 | -1/+1 |
* | net.dns: Updated to use util.windows.get_nameservers for enumerating nameserv... | Waqas Hussain | 2009-11-02 | 1 | -13/+25 |
* | net.httpserver: Pass correct connection object to disconnect listener, which ... | Matthew Wild | 2009-11-01 | 1 | -1/+1 |
* | server.lua: Standardise on 'client' variable to refer to the socket, makes th... | Matthew Wild | 2009-10-26 | 1 | -3/+3 |
* | Merge with trunk | Matthew Wild | 2009-10-26 | 1 | -2/+2 |
|\ |
|
| * | xmppserver_listener: Minor logging fix: Prefer the session logger when availa... | Waqas Hussain | 2009-10-25 | 1 | -2/+2 |
* | | server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket ... | Matthew Wild | 2009-10-26 | 1 | -21/+18 |
|/ |
|
* | connlisteners: Localize tostring, fixes possible traceback when LuaSec not in... | Matthew Wild | 2009-10-21 | 1 | -0/+1 |
* | net.dns: Don't expire records with TTL of 0 instantly | Matthew Wild | 2009-10-21 | 1 | -1/+1 |
* | net.httpserver: Pass on interface option from new_from_config() (thanks Chris) | Matthew Wild | 2009-10-19 | 1 | -1/+3 |
* | net.dns: Don't cache some records indefinitely | Matthew Wild | 2009-10-17 | 1 | -1/+1 |
* | net.server: Allow changing the sslctx of a connection after it has been estab... | Matthew Wild | 2009-10-17 | 1 | -16/+22 |
* | xmppserver_listener: Use listener log() if session doesn't have one yet (than... | Matthew Wild | 2009-10-17 | 1 | -2/+2 |
* | Merge with 0.5 | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
|\ |
|
| * | xmppserver_listener: Fix typo (thanks Jorj) | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-10-14 | 2 | -7/+12 |
|\| |
|