| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-11-20 | 1 | -6/+6 |
|\| |
|
| * | net.http.parser: Fix whitespace/indentation | Matthew Wild | 2014-11-18 | 1 | -5/+5 |
| * | net.http.parser: Fix chunked encoding parsing across packet boundaries. | daurnimator | 2014-11-10 | 1 | -1/+1 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-09-03 | 1 | -1/+5 |
|\| |
|
| * | net.http.parser: Support status code 101 and allow handling of the received d... | Matthew Wild | 2014-09-03 | 1 | -1/+5 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-09-02 | 1 | -0/+4 |
|\| |
|
| * | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,... | Matthew Wild | 2014-08-29 | 1 | -0/+4 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 1 | -1/+1 |
|\| |
|
| * | net.http.server: Comment out a log message | Kim Alvefur | 2014-08-27 | 1 | -1/+1 |
* | | net.http.server: Fix some typos introduced in 420c0d3b8583. | Daurnimator | 2014-04-15 | 1 | -4/+3 |
* | | net.http.server: Add prepare_header() and finish_response() to allow sending ... | Daurnimator | 2014-04-15 | 1 | -9/+17 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -2/+2 |
|/ |
|
* | net.http.server: Fix Keep-Alive requests with HTTP 1.0 | Kim Alvefur | 2013-07-22 | 1 | -1/+1 |
* | mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceba... | Matthew Wild | 2013-04-22 | 1 | -2/+2 |
* | net.server.http: Add a comment | Matthew Wild | 2013-04-22 | 1 | -0/+1 |
* | net.server.http: Ensure that event map cannot grow forever (limit to 10K wild... | Matthew Wild | 2013-04-22 | 1 | -0/+8 |
* | net.http.server: The correct Connection header value to look for is Keep-Aliv... | Waqas Hussain | 2013-04-17 | 1 | -1/+1 |
* | 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.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.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.http.server: Ensure HTTP callbacks are never called recursively for pipel... | Waqas Hussain | 2013-02-26 | 1 | -9/+10 |
* | 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.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.http.parser: Break loop when no more usable data in buffer | Matthew Wild | 2012-05-25 | 1 | -0/+2 |
* | net.http.parser: Keep the Host header no host is present in the URI | Kim Alvefur | 2012-05-15 | 1 | -1/+1 |
* | net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.quer... | Matthew Wild | 2012-05-12 | 1 | -5/+7 |
* | net.http.server: Code cleanup/adjustment now that send_response() accepts res... | Matthew Wild | 2012-04-28 | 1 | -3/+1 |
* | net.http.server: Use response.body if it exists and body is not specified to ... | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | net.http.server: Remove unused imports and variables (fixes traceback due to ... | Matthew Wild | 2012-04-28 | 1 | -4/+2 |
* | net.http.server: Try default_host if client sent no host anywhere, otherwise.... | Matthew Wild | 2012-04-28 | 1 | -4/+4 |
* | net.http.server: Fix traceback on missing host header (thanks darkrain) | Matthew Wild | 2012-04-28 | 1 | -2/+1 |
* | net.http.server, mod_http: Support http_default_host config option to specify... | Matthew Wild | 2012-04-27 | 1 | -41/+56 |
* | net.http.server: Improve comment | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | net.http.server: Remove unused variable | Matthew Wild | 2012-04-27 | 1 | -1/+0 |
* | net.http.server: Correctly cache results of handler indexing, and also cache ... | Matthew Wild | 2012-04-27 | 1 | -10/+14 |
* | net.http.codes: Add missing 418 status code | Matthew Wild | 2012-04-27 | 1 | -0/+1 |
* | mod_http_files, net.http.parser: Move path normalization to net.http.parser s... | Matthew Wild | 2012-04-26 | 1 | -1/+19 |
* | Merge with backout | Matthew Wild | 2012-04-26 | 1 | -4/+0 |
|\ |
|
| * | Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570 | Matthew Wild | 2012-04-26 | 1 | -4/+0 |
* | | net.http.server: Fire http-error 400 if request fails sanity checks | Matthew Wild | 2012-04-26 | 1 | -1/+8 |