Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | build: introduce luci-base | Jo-Philipp Wich | |
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base. | |||
2014-03-28 | libs/sgi-uhttpd: fix binding to properly work with current uhttpd2 ↵ | Jo-Philipp Wich | |
implementation Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-03-28 | libs/sgi-uhttpd: do not assume env.CONTENT_LENGTH to be a number | Jo-Philipp Wich | |
env.CONTENT_LENGTH as passed by uhttpd might be a string, so explicitely convert it using tonumber(). Issue has been reported by Catalin Patulea <cat@vv.carleton.ca> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2010-12-15 | libs/sgi-uhttpd: move exectime inside handle_request | Manuel Munz | |
2010-12-15 | libs/sgi-uhttpd: Add variable exectime to measure script execution time | Manuel Munz | |
2010-03-21 | libs: add uhttpd gateway interface | Jo-Philipp Wich | |