Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-23 | * luci/libs: fix eof handling for urldecode_message_body() in protocol.lua | Jo-Philipp Wich | |
2008-06-23 | * Introducing LuCI HTTPD as testing environment | Steven Barth | |
* Several coroutine-safety fixes | |||
2008-06-22 | * luci/libs: add support for chunked transfer decoding in http.protocol | Jo-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/http | Steven Barth | |
* Added ltn12 to libs/core * Fixed libs/httpd Makefile |