Merge Zash with Zash for Zash
[prosody.git] / net / http /
2012-05-25 Matthew Wildnet.http.parser: Break loop when no more usable data...
2012-05-15 Kim Alvefurnet.http.parser: Keep the Host header no host is presen...
2012-05-12 Matthew WildMerge with Zash
2012-05-12 Matthew Wildnet.http.parser: Do full URL decoding and parsing ...
2012-05-11 Matthew WildMerge with backout
2012-04-28 Matthew Wildnet.http.server: Code cleanup/adjustment now that send_...
2012-04-28 Matthew Wildnet.http.server: Use response.body if it exists and...
2012-04-28 Matthew Wildnet.http.server: Remove unused imports and variables...
2012-04-28 Matthew Wildnet.http.server: Try default_host if client sent no...
2012-04-27 Matthew Wildnet.http.server: Fix traceback on missing host header...
2012-04-27 Matthew Wildnet.http.server, mod_http: Support http_default_host...
2012-04-27 Matthew Wildnet.http.server: Improve comment
2012-04-27 Matthew Wildnet.http.server: Remove unused variable
2012-04-27 Matthew Wildnet.http.server: Correctly cache results of handler...
2012-04-27 Matthew Wildnet.http.codes: Add missing 418 status code
2012-04-26 Matthew Wildmod_http_files, net.http.parser: Move path normalizatio...
2012-04-26 Matthew WildMerge with backout
2012-04-26 Matthew WildRevert 98bfebb38705, moved to net.http.parser in 4fc99f...
2012-04-26 Matthew Wildnet.http.server: Fire http-error 400 if request fails...
2012-04-26 Waqas Hussainnet.http.parser: Handle full URLs in status line.
2012-04-26 Matthew Wildnet.http.server: Make error handling overrideable via...
2012-04-26 Matthew Wildnet.server.http: Parse absolute URIs in requests (thank...
2012-04-26 Matthew Wildnet.http.server: Expose events object (for debug purposes)
2012-04-26 Matthew Wildnet.http.server: Lower score of wildcard handlers to...
2012-04-26 Matthew Wildnet.http.server: Fix to compare priority if path length...
2012-04-25 Matthew Wildnet.http.server: Support for on_destroy callback on...
2012-04-25 Matthew Wildnet.http.server: Small fix to comment
2012-04-25 Matthew Wildnet.http.server: Remove legacy compatibility
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildnet.http.server: Handle results returned by handlers...
2012-04-24 Matthew Wildnet.http.server: Remove debug message
2012-04-23 Matthew Wildnet.http.server: Support for wildcard events (events...
2012-04-22 Waqas Hussainnet.http.server: Fix legacy net.httpserver fallback...
2012-04-21 Waqas Hussainnet.http.server: Fire global HTTP event when no specifi...
2012-04-21 Waqas Hussainnet.http.server: Missing <title/> in 404 Not Found...
2012-04-07 Waqas Hussainnet.http.{server|codes|parser}: Initial commit.