| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | net.http: When HTTP request fails due to a network or SSL error, call the cal... | Matthew Wild | 2013-04-18 | 1 | -7/+12 |
* | | net.http.server: The correct Connection header value to look for is Keep-Aliv... | Waqas Hussain | 2013-04-17 | 1 | -1/+1 |
* | | net.server_select: Add and improve some comments. | Waqas Hussain | 2013-04-16 | 1 | -2/+5 |
* | | net.server_select: Move socket timeout cleanup code out of a timer, into the ... | Waqas Hussain | 2013-04-16 | 1 | -22/+20 |
* | | net.server_select: Normalize indentation | Kim Alvefur | 2013-04-17 | 1 | -6/+6 |
|/ |
|
* | net.server_select: Don't call onconnect twice on SSL connections | Kim Alvefur | 2013-04-17 | 1 | -3/+0 |
* | net.http.parser: Remove accidentally-committed debugging | Matthew Wild | 2013-04-15 | 1 | -1/+0 |
* | net.http.parser: Fix off-by-one error in chunked encoding parser | Matthew Wild | 2013-04-15 | 1 | -1/+2 |
* | net.http: Swap response and request parameters passed to callback (will break... | Matthew Wild | 2013-04-12 | 1 | -2/+1 |
* | net.http: Switch from util.httpstream to net.http.parser, introduces small bu... | Matthew Wild | 2013-04-11 | 1 | -1/+1 |
* | net.http.parser: Fix chunked encoding response parsing, and make it more robust | Matthew Wild | 2013-04-11 | 1 | -15/+20 |
* | net.http.parser: Convert status_code to a number before trying to compare it ... | Matthew Wild | 2013-04-11 | 1 | -0/+1 |
* | net.http.parser: Break when no more usable data in buffer (client part of e5e... | Matthew Wild | 2013-04-11 | 1 | -0/+2 |
* | net.http.parser: Depend on util.http instead of net.http for urlencode | Matthew Wild | 2013-04-11 | 1 | -1/+1 |
* | net.http, util.http: Move definitions of urlencode/decode and formencode/deco... | Matthew Wild | 2013-04-11 | 1 | -41/+7 |
* | net.http: Throw error when connecting to a http:// URL without LuaSec available | Matthew Wild | 2013-04-08 | 1 | -0/+5 |
* | net.http.server: add API to allow firing events directly on the server. | Marco Cirillo | 2013-04-07 | 1 | -0/+3 |
* | net.http.server: Don't overwrite existing response.headers when returning a r... | Matthew Wild | 2013-03-31 | 1 | -1/+7 |
* | net.server, _select: Reorganise configuration of server_select to be more lik... | Kim Alvefur | 2013-03-23 | 2 | -4/+23 |
* | net.server: No sections in config anymore | Kim Alvefur | 2013-03-23 | 1 | -2/+2 |
* | net.http: Disable SSLv2 support for HTTPS connections | Matthew Wild | 2013-03-20 | 1 | -1/+1 |
* | net.http: Allow passing an SSL context or options table to be used for HTTPS ... | Matthew Wild | 2013-03-20 | 1 | -1/+6 |
* | net.dns: Make sure argument to math.randomseed does not overflow a 32 bit uns... | Kim Alvefur | 2013-03-05 | 1 | -1/+1 |
* | net.server_event: Remove unused local | Kim Alvefur | 2013-03-01 | 1 | -1/+0 |
* | net.server_select: Optimization, clean bufferqueue when it makes sense. | Kim Alvefur | 2013-03-01 | 1 | -16/+5 |
* | net.server_select: Use # operator instead of string.len | Kim Alvefur | 2013-03-01 | 1 | -3/+2 |
* | net.http.server: Ensure HTTP callbacks are never called recursively for pipel... | Waqas Hussain | 2013-02-26 | 1 | -9/+10 |
* | net.server_select: Limit global number of sockets passed to select. | Kim Alvefur | 2013-02-12 | 1 | -9/+23 |
* | net.server_select: Be less aggressive about server pause | Kim Alvefur | 2013-02-12 | 1 | -8/+11 |
* | net.http.parser: Ensure full URL in status line contains a path. | Waqas Hussain | 2013-02-08 | 1 | -1/+1 |
* | net.http.parser: Fix traceback on invalid URL in status line. | Waqas Hussain | 2013-02-08 | 1 | -0/+1 |
* | net.http.server: Properly handle persistent connections | Florian Zeitz | 2013-01-12 | 1 | -3/+14 |
* | net.http.parser: Abort if no status line is received. | Kim Alvefur | 2013-01-08 | 1 | -0/+1 |
* | net.server_select: Remove useless duplicated settimeout() call | Kim Alvefur | 2013-01-07 | 1 | -1/+0 |
* | net.server_select: Fix global access | Kim Alvefur | 2013-01-07 | 1 | -0/+1 |
* | net.server_event: Optimize socket write buffers (don't do buf=buf..newdata). | Waqas Hussain | 2013-01-06 | 1 | -5/+9 |
* | net.server: Don't return anything from config-reloaded hook, fixes logrotate ... | Kim Alvefur | 2012-12-29 | 1 | -2/+1 |
* | net.server_select: Pause servers while they are full | Kim Alvefur | 2012-12-28 | 1 | -0/+4 |
* | net.server_select: Add pause and resume methods | Kim Alvefur | 2012-12-28 | 1 | -0/+19 |
* | net.server_event: Destroy interfaces immediately, fixes reopening of servers. | Kim Alvefur | 2012-12-28 | 1 | -8/+2 |
* | net.server_event: Remove comments about not closing event handlers from withi... | Kim Alvefur | 2012-12-28 | 1 | -4/+3 |
* | net.dns: Close voided sockets, so they don't stay in net.server | Kim Alvefur | 2012-12-22 | 1 | -0/+1 |
* | net.dns: Clean up query list when a server is marked down | Matthew Wild | 2012-12-22 | 1 | -0/+5 |
* | net.http.parser: Skip url.parse when we don't have a full URL (also fixes tra... | Waqas Hussain | 2012-12-21 | 1 | -1/+8 |
* | net.http.parser: Fix syntax error introduced in c5edb08fc7cb. | Waqas Hussain | 2012-12-03 | 1 | -1/+1 |
* | net.http.parser: Collapse multiple consecutive slashes in a path to a single ... | Matthew Wild | 2012-11-29 | 1 | -1/+1 |
* | net.server: Fix when no network_settings set and using libevent | Kim Alvefur | 2012-11-23 | 1 | -1/+1 |
* | net.server: Make server_* configurable in the config file. | Kim Alvefur | 2012-11-23 | 1 | -0/+32 |
* | net.server_select: Better names for config options (thanks MattJ) | Kim Alvefur | 2012-11-23 | 1 | -10/+10 |
* | net.server_event: Replace usage of string.len() with # operator | Matthew Wild | 2012-07-26 | 1 | -2/+1 |