aboutsummaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-lua.h
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-44/+0
| | | | SVN-Revision: 33688
* uhttpd: retry parsing the CGI header until the buffer space is exhaustedJo-Philipp Wich2012-07-111-1/+0
| | | | SVN-Revision: 32662
* uhttpd: various fixesJo-Philipp Wich2012-07-091-3/+0
| | | | | | | | | - avoid closing descriptors before removing them from uloop (#11755, #11830) - do not auto-initialize ubus if no prefix is set (#11832) - remove extraneous client context pointer from cgi and lua states - code cleanups and debug message changes SVN-Revision: 32651
* 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