Log

net/httpserver.lua @ 4116:7ffc6828a6d6

description author age
net.httpserver: Removed unused import and variables. Waqas Hussain 2011-01-05
net.httpserver: Changed an unnecessary global access. Waqas Hussain 2011-01-05
net.httpserver: Decode percent-encoded characters in URL path. Waqas Hussain 2011-01-05
net.httpserver: Default 'ports' = {5280} Matthew Wild 2010-12-17
Monster whitespace commit (beware the whitespace monster). Waqas Hussain 2010-10-16
net.httpserver: Removed old HTTP parser, and updated to use util.httpstream. Waqas Hussain 2010-09-16
net.httpserver: Join multiple headers with the same name as per RFC (thanks darkhippo) Matthew Wild 2010-08-28
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
Merge 0.6.2/waqas with 0.6.2/MattJ Matthew Wild 2010-03-03
net.httpserver: More robust handling of headers split across multiple packets Matthew Wild 2010-01-21
net.httpserver: Make it possible to return responses with no body Matthew Wild 2010-01-21
net.httpserver: Close connection on invalid HTTP status line Matthew Wild 2010-01-21
net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html. Waqas Hussain 2009-12-10
Disable SSLv2 by default, it's known to be insecure. Paul Aurich 2009-12-04