aboutsummaryrefslogtreecommitdiffstats
path: root/net/httpserver.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.httpserver: Don't upset logger when response is nilMatthew Wild2009-06-281-1/+1
|
* net.httpserver: Fix for urlencoding to always produce 2 digitsMatthew Wild2009-05-041-1/+1
|
* net.http, net.httpserver: Remove urlcodes table... it really isn't needed ↵Matthew Wild2009-05-041-2/+1
| | | | (thanks Jan Harkes)
* net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
|
* net.httpserver: Fix traceback when sending response to a destroyed requestMatthew Wild2009-04-231-1/+1
|
* net.httpserver: Don't log the response body (can be binary data...)Matthew Wild2009-04-231-1/+1
|
* net.httpserver: Don't log that a request has been left open if it is destroyedMatthew Wild2009-04-051-1/+1
|
* core.httpserver: Rename request.responseheaders to the more logical ↵Matthew Wild2009-01-121-3/+3
| | | | request.headers
* Adding initial net.httpserver (lots of work to do on it)Matthew Wild2008-12-221-0/+250