aboutsummaryrefslogtreecommitdiffstats
path: root/net/httpserver.lua
Commit message (Expand)AuthorAgeFilesLines
...
* net.httpserver: Add helper function to set up HTTP server according to given ...Matthew Wild2009-07-121-1/+21
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* 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 (th...Matthew Wild2009-05-041-2/+1
* 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 request.h...Matthew Wild2009-01-121-3/+3
* Adding initial net.httpserver (lots of work to do on it)Matthew Wild2008-12-221-0/+250