This website requires JavaScript.
Explore
Help
Sign In
caskd
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
92e2e3f567
openwrt
/
package
/
uhttpd
History
Jo-Philipp Wich
92e2e3f567
uhttpd: do not dispatch pipe error events, fixes use after free for cgi and lua scripts
...
SVN-Revision: 32644
2012-07-07 16:43:27 +00:00
..
files
uhttpd: - rewrite large parts of the server, use uloop event driven 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
2012-05-28 00:52:24 +00:00
src
uhttpd: do not dispatch pipe error events, fixes use after free for cgi and lua scripts
2012-07-07 16:43:27 +00:00
Makefile
uhttpd: do not subscribe to epoll write events Watch child read pipe end for data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices.
2012-07-06 17:29:25 +00:00