net.server_event: Return the correct value as timeout
[prosody.git] / net / http /
2015-03-23 Matthew WildMerge with Zash
2015-03-14 Matthew Wildnet.http.server: Log event name when firing a request...
2014-11-18 Matthew Wildnet.http.parser: Fix whitespace/indentation
2014-11-10 daurnimatornet.http.parser: Fix chunked encoding parsing across...
2014-09-03 Matthew Wildnet.http.parser: Support status code 101 and allow...
2014-08-29 Matthew Wildnet.http, net.http.server, mod_c2s, mod_s2s, mod_compon...
2014-08-27 Kim Alvefurnet.http.server: Comment out a log message
2013-07-22 Kim Alvefurnet.http.server: Fix Keep-Alive requests with HTTP 1.0
2013-05-01 Matthew WildMerge with Florob
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-04-22 Matthew Wildnet.server.http: Add a comment
2013-04-22 Matthew Wildnet.server.http: Add a comment
2013-04-22 Matthew Wildnet.server.http: Ensure that event map cannot grow...
2013-04-22 Matthew Wildnet.server.http: Ensure that event map cannot grow...
2013-04-17 Matthew WildMerge backout
2013-04-17 Waqas Hussainnet.http.server: The correct Connection header value...
2013-04-15 Matthew Wildnet.http.parser: Remove accidentally-committed debugging
2013-04-15 Matthew Wildnet.http.parser: Fix off-by-one error in chunked encodi...
2013-04-11 Matthew Wildnet.http.parser: Fix chunked encoding response parsing...
2013-04-11 Matthew Wildnet.http.parser: Convert status_code to a number before...
2013-04-11 Matthew Wildnet.http.parser: Break when no more usable data in...
2013-04-11 Matthew Wildnet.http.parser: Depend on util.http instead of net...
2013-04-07 Marco Cirillonet.http.server: add API to allow firing events directl...
2013-03-31 Matthew Wildnet.http.server: Don't overwrite existing response...
2013-03-10 Matthew WildMerge 0.9->trunk
2013-02-26 Waqas Hussainnet.http.server: Ensure HTTP callbacks are never called...
2013-02-07 Waqas Hussainnet.http.parser: Ensure full URL in status line contain...
2013-02-07 Waqas Hussainnet.http.parser: Fix traceback on invalid URL in status...
2013-01-22 Waqas HussainMerge 0.9->trunk
2013-01-12 Florian Zeitznet.http.server: Properly handle persistent connections
2013-01-08 Kim Alvefurnet.http.parser: Abort if no status line is received.
2012-12-26 Kim AlvefurMerge 0.9->trunk
2012-12-21 Waqas Hussainnet.http.parser: Skip url.parse when we don't have...
2012-12-03 Waqas HussainMerge 0.9->trunk.
2012-12-03 Waqas Hussainnet.http.parser: Fix syntax error introduced in c5edb08...
2012-11-29 Matthew WildMerge 0.9->trunk
2012-11-29 Matthew Wildnet.http.parser: Collapse multiple consecutive slashes...
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.