summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/http
AgeCommit message (Collapse)Author
2014-06-11build: introduce luci-baseJo-Philipp Wich
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base.
2012-08-29libs/web: merge luci.http.protocol fix from FonosferaJo-Philipp Wich
See http://trac.fonosfera.org/fon-ng/changeset/2102/trunk/luci/libs/http .
2010-10-12libs: merge libs/http into libs/webJo-Philipp Wich
2008-06-19* luci/libs: moved http.protocol from libs/web to libs/httpd, rewrote ↵Jo-Philipp Wich
http.protocol to rely on LTN12 chains
2008-06-16* Added preliminary HTTPD constructSteven Barth
2008-06-15* luci/libs: http.protocol: prevent oversized read blocks when reading from ↵Jo-Philipp Wich
socket or file handle
2008-06-15* luci/libs: http.protocol: switch to blockwise reading in urlencoded post ↵Jo-Philipp Wich
requests, renamed readbuf constant
2008-06-15* luci/libs: improved linereader implementationJo-Philipp Wich
2008-06-15* Added support for CGI SGISteven Barth
2008-06-15* luci/libs: http.protocol: split parse_message() in parse_message_header() ↵Jo-Philipp Wich
and parse_message_body()
2008-06-15* luci/libs: drop depency to luci.bits use tonumber() for hex decodingJo-Philipp Wich
2008-06-15* luci/libs: protocol.lua: store status code and status description in http ↵Jo-Philipp Wich
message object
2008-06-15* luci/libs: fix get parameter handling in http.protocolJo-Philipp Wich
2008-06-15* luci/libs: added initial HTTP protocol implementationJo-Philipp Wich