summaryrefslogtreecommitdiffhomepage
path: root/libs/http
AgeCommit message (Collapse)Author
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