summaryrefslogtreecommitdiffhomepage
path: root/libs/http
AgeCommit message (Collapse)Author
2008-06-23* luci/libs: fix eof handling for urldecode_message_body() in protocol.luaJo-Philipp Wich
2008-06-23* Introducing LuCI HTTPD as testing environmentSteven Barth
* Several coroutine-safety fixes
2008-06-22* luci/libs: add support for chunked transfer decoding in http.protocolJo-Philipp Wich
2008-06-20* libs/core: Added garbage collector to luci.util.threadlocal to avoid ↵Steven Barth
memory leaks * libs/http: Use env-Variables instead of headers for parse_message_body and subsequent functions * libs/http: Added missing urldecode call for parsing urlencoded params * libs/web: Ported luci.http to use ltn12 sources and sinks instead of sockets or file pointers * libs/sgi-cgi, libs/sgi-webuci, libs/sgi-wsapi: Updated to work with new luci.http.Request ABI
2008-06-20* Moved luci.http.protocol to libs/httpSteven Barth
* Added ltn12 to libs/core * Fixed libs/httpd Makefile