| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net.server_select: Remove socket from sendlist before calling listener callba... | Matthew Wild | 2011-08-20 | 1 | -1/+1 |
* | net.http, httpclient_listener: Move request sending from net.http to onconnec... | Matthew Wild | 2011-08-20 | 2 | -38/+43 |
* | net.http: Whitespace fixes | Matthew Wild | 2011-08-20 | 1 | -4/+8 |
* | net.http: Small fix to prevent traceback when connection fails before sending... | Matthew Wild | 2011-08-20 | 1 | -0/+1 |
* | net.server_select: Merge straight-SSL and starttls code paths, also fixes onc... | Matthew Wild | 2011-08-20 | 1 | -69/+57 |
* | net.server_select: Update error logging logic during SSL handshake (now shows... | Matthew Wild | 2011-08-20 | 1 | -3/+3 |
* | net.server_select: Small fix to SSL handshake logic, read/wrote were being ch... | Matthew Wild | 2011-08-20 | 1 | -4/+3 |
* | net.server_select: Do not set 'ssl' flag simply when assigning an sslctx to a... | Matthew Wild | 2011-08-20 | 1 | -1/+0 |
* | net.http: Add formdecode to decode an urlencoded form | Matthew Wild | 2011-08-10 | 1 | -0/+13 |
* | connlistener, server_select, prosody: Add support for binding to multiple add... | Florian Zeitz | 2011-06-15 | 2 | -15/+25 |
* | net.dns: Support for resolving AAAA records | Matthew Wild | 2011-05-16 | 1 | -0/+8 |
* | net.dns: Fix TXT records | Kim Alvefur | 2011-04-15 | 1 | -1/+1 |
* | Merge 0.8->trunk | Matthew Wild | 2011-04-05 | 1 | -1/+0 |
|\ |
|
| * | net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a be... | Matthew Wild | 2011-03-21 | 1 | -1/+0 |
* | | Merge 0.8->trunk. | Waqas Hussain | 2011-03-02 | 1 | -3/+5 |
|\| |
|
| * | net.connlisteners: Log traceback on errors in listener loading. | Waqas Hussain | 2011-03-02 | 1 | -3/+5 |
| * | net.httpserver: Removed an unused function. | Waqas Hussain | 2011-02-23 | 1 | -4/+0 |
| * | net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error respon... | Matthew Wild | 2011-02-23 | 1 | -3/+13 |
| * | net.httpserver: Catch errors thrown in HTTP handlers. | Waqas Hussain | 2011-02-23 | 1 | -0/+8 |
* | | net.httpserver: Removed an unused function. | Waqas Hussain | 2011-02-23 | 1 | -4/+0 |
* | | net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error respon... | Matthew Wild | 2011-02-23 | 1 | -3/+13 |
* | | net.httpserver: Catch errors thrown in HTTP handlers. | Waqas Hussain | 2011-02-23 | 1 | -0/+8 |
* | | net.server_select: Expose step() function (thanks Ćukasz) | Matthew Wild | 2011-02-14 | 1 | -0/+1 |
|/ |
|
* | net.httpserver: Log when an error occurs inside a HTTP request handler | Matthew Wild | 2011-02-13 | 1 | -0/+1 |
* | net.dns: Fix tostring() for SRV records | Matthew Wild | 2011-01-21 | 1 | -10/+7 |
* | net.server_select, net.server_event: Silence 'error during ssl handshake' for... | Matthew Wild | 2011-01-11 | 2 | -2/+2 |
* | net.adns: Fix logging to handle unconnected UDP sockets | Matthew Wild | 2011-01-08 | 1 | -1/+2 |
* | net.server_event: Log interface and port number when binding fails | Matthew Wild | 2011-01-06 | 1 | -1/+1 |
* | net.httpserver: Removed unused import and variables. | Waqas Hussain | 2011-01-05 | 1 | -2/+0 |
* | net.httpserver: Changed an unnecessary global access. | Waqas Hussain | 2011-01-05 | 1 | -1/+1 |
* | net.httpserver: Decode percent-encoded characters in URL path. | Waqas Hussain | 2011-01-05 | 1 | -0/+1 |
* | net.adns: Log the DNS server that a query is sent to | Matthew Wild | 2011-01-04 | 1 | -1/+4 |
* | net.adns: Handle dns.query() failures, and pass error to handler | Matthew Wild | 2010-12-24 | 1 | -4/+11 |
* | net.dns: resolver:query(): Handle getsocket() failures, and return true on su... | Matthew Wild | 2010-12-24 | 1 | -7/+12 |
* | net.dns: resolver:getsocket(): Return nil, err on failure | Matthew Wild | 2010-12-24 | 1 | -1/+5 |
* | net/server_select.lua: Reduce select() timeout back to 1s | Matthew Wild | 2010-12-18 | 1 | -1/+1 |
* | net.httpserver: Default 'ports' = {5280} | Matthew Wild | 2010-12-17 | 1 | -0/+1 |
* | net.xmppclient_listener: Imports and global cleanup. | Waqas Hussain | 2010-12-15 | 1 | -8/+5 |
* | net.xmppserver_listener: Removed unnecessary import of lxp. | Waqas Hussain | 2010-12-15 | 1 | -1/+0 |
* | net.xmppserver_listener: Removed unused variables and imports. | Waqas Hussain | 2010-12-15 | 1 | -11/+2 |
* | net.xmppserver_listener: Made some globals local. | Waqas Hussain | 2010-12-15 | 1 | -3/+8 |
* | net.xmppcomponent_listener: Move session creation from listener.onincoming to... | Waqas Hussain | 2010-12-15 | 1 | -36/+32 |
* | net.xmppcomponent_listener: Made some globals local. | Waqas Hussain | 2010-12-15 | 1 | -0/+3 |
* | net.dns: Clean up tostring() of returned records, as a result PTR records can... | Matthew Wild | 2010-12-14 | 1 | -22/+17 |
* | net.dns: Add resolver:tohostname() and dns.tohostname() | Matthew Wild | 2010-12-14 | 1 | -0/+7 |
* | net.dns: Removed dependency on util.ztact by moving ztact.get/set in. | Waqas Hussain | 2010-12-09 | 1 | -5/+43 |
* | xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers | Matthew Wild | 2010-12-07 | 1 | -5/+10 |
* | net.server_select: Set select() timeout to 3600 by default. | Waqas Hussain | 2010-12-02 | 1 | -1/+1 |
* | net.server_select: Made another global local. | Waqas Hussain | 2010-12-02 | 1 | -0/+1 |
* | net.server_select: Made some globals local. | Waqas Hussain | 2010-12-02 | 1 | -0/+3 |