net.http.parser: Support status code 101 and allow handling of the received data...
[prosody.git] / net / http / parser.lua
2014-09-03 Matthew Wildnet.http.parser: Support status code 101 and allow...
2013-05-01 Matthew WildMerge with Florob
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-03-10 Matthew WildMerge 0.9->trunk
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-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-26 Matthew Wildmod_http_files, net.http.parser: Move path normalizatio...
2012-04-26 Matthew WildMerge with backout
2012-04-26 Waqas Hussainnet.http.parser: Handle full URLs in status line.
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-07 Waqas Hussainnet.http.{server|codes|parser}: Initial commit.