net.http.parser: Fix off-by-one error in chunked encoding parser
|
Matthew Wild |
Mon, 15 Apr 2013 21:21:57 +0100 |
mod_s2s: Add missing space
|
Kim Alvefur |
Mon, 15 Apr 2013 19:37:15 +0200 |
Merge 0.9->trunk
|
Matthew Wild |
Mon, 15 Apr 2013 16:43:08 +0100 |
Makefile: Specify explicit mode when installing prosody.version, to avoid it defaulting to something nasty (executable)
|
Matthew Wild |
Mon, 15 Apr 2013 12:30:40 +0100 |
util.http: Refactor and import all necessary functions
|
Matthew Wild |
Fri, 12 Apr 2013 20:26:35 +0100 |
prosodyctl: Bump util.pposix version for API change
|
Kim Alvefur |
Tue, 09 Apr 2013 15:50:46 +0200 |
Merge 0.9->trunk
|
Matthew Wild |
Fri, 12 Apr 2013 00:45:46 +0100 |
util.iterators: Add ripairs() (ipairs() in reverse) (thanks Maranda)
|
Matthew Wild |
Fri, 12 Apr 2013 00:44:49 +0100 |
Merge 0.9->trunk
|
Matthew Wild |
Fri, 12 Apr 2013 00:32:10 +0100 |
net.http: Swap response and request parameters passed to callback (will break some modules)
|
Matthew Wild |
Fri, 12 Apr 2013 00:31:05 +0100 |
util.httpstream: Unused, remove
|
Matthew Wild |
Thu, 11 Apr 2013 21:55:20 +0100 |
net.http: Switch from util.httpstream to net.http.parser, introduces small but backwards-incompatible API changes - see http://prosody.im/doc/developers/http
|
Matthew Wild |
Thu, 11 Apr 2013 20:24:37 +0100 |
net.http.parser: Fix chunked encoding response parsing, and make it more robust
|
Matthew Wild |
Thu, 11 Apr 2013 20:01:03 +0100 |
net.http.parser: Convert status_code to a number before trying to compare it to numbers
|
Matthew Wild |
Thu, 11 Apr 2013 19:58:53 +0100 |