net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned...
[prosody.git] / net / http / parser.lua
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.