summaryrefslogtreecommitdiff
path: root/package/uhttpd/src/uhttpd-lua.h
Commit message (Collapse)AuthorAgeFilesLines
* uhttpd: - rewrite large parts of the server, use uloop event driven ↵Jo-Philipp Wich2012-05-281-6/+11
| | | | | | structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision SVN-Revision: 31931
* uhttpd: added uhttpd.docrootJo-Philipp Wich2012-05-031-1/+1
| | | | | | | | | | | | | Passes the document-root to the Lua handler by placing it in uhttpd.docroot. It could alternatively be placed in env.DOCUMENT_ROOT which would more closely resemble the CGI protocol; but would mean that it is not available at the time when the handler-chunk is loaded but rather not until the handler is called, without any code savings. Signed-off-by: David Favro <openwrt@meta-dynamic.com> SVN-Revision: 31571
* add uhttpd (moved from LuCI trunk)Jo-Philipp Wich2010-03-251-0/+43
SVN-Revision: 20428