Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | mod_http_files, net.http.parser: Move path normalization to net.http.parser s... | Matthew Wild | 2012-04-26 | 1 | -1/+19 |
* | net.http.parser: Handle full URLs in status line. | Waqas Hussain | 2012-04-26 | 1 | -1/+6 |
* | net.http.{server|codes|parser}: Initial commit. | Waqas Hussain | 2012-04-08 | 1 | -0/+116 |