| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | net.http.parser: Handle full URLs in status line. | Waqas Hussain | 2012-04-26 | 1 | -1/+6 |
* | | net.http.server: Make error handling overrideable via 'http-error' event | Matthew Wild | 2012-04-26 | 1 | -4/+12 |
|/ |
|
* | net.server.http: Parse absolute URIs in requests (thanks Maranda) | Matthew Wild | 2012-04-26 | 1 | -0/+4 |
* | net.http.server: Expose events object (for debug purposes) | Matthew Wild | 2012-04-26 | 1 | -0/+1 |
* | net.http.server: Lower score of wildcard handlers to ensure specific handlers... | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | net.http.server: Fix to compare priority if path lengths are the same (logic ... | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | net.http.server: Support for on_destroy callback on response objects, and a '... | Matthew Wild | 2012-04-25 | 1 | -0/+14 |
* | net.http.server: Small fix to comment | Matthew Wild | 2012-04-25 | 1 | -1/+1 |
* | net.http.server: Remove legacy compatibility | Matthew Wild | 2012-04-25 | 1 | -57/+4 |
* | net.http.server: Handle results returned by handlers, and send as a response.... | Matthew Wild | 2012-04-24 | 1 | -12/+20 |
* | net.http.server: Remove debug message | Matthew Wild | 2012-04-24 | 1 | -1/+0 |
* | net.http.server: Support for wildcard events (events that end with '/*') | Matthew Wild | 2012-04-23 | 1 | -0/+51 |
* | net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer ... | Waqas Hussain | 2012-04-22 | 1 | -2/+3 |
* | net.http.server: Fire global HTTP event when no specific handlers available. | Waqas Hussain | 2012-04-21 | 1 | -0/+1 |
* | net.http.server: Missing <title/> in 404 Not Found response. | Waqas Hussain | 2012-04-21 | 1 | -1/+1 |
* | net.http.{server|codes|parser}: Initial commit. | Waqas Hussain | 2012-04-08 | 3 | -0/+405 |