summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-07-27cmake: Find libubox/usock.hFlorian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubox/usock.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2015-11-08add support for handling redirects via a scriptFelix Fietkau
In a json_script file you can specify rules for rewriting the URL or redirecting the browser either unconditionally, or as a fallback where it would otherwise print a 404 error Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2015-01-18Build with largefile supportJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2013-03-12detect the right library name for json-cFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-25ubus: remove session api from plugin and check access via ubus call to let ↵Jo-Philipp Wich
other services provide the session api
2013-01-13add check for shadow support, turn -Os back onFelix Fietkau
2013-01-13rework the ubus plugin to support JSON-RPC 2.0Felix Fietkau
2013-01-07ubus: split out session handling code into ubus-session.cFelix Fietkau
2013-01-07add ubus supportFelix Fietkau
2013-01-04add lua plugin supportFelix Fietkau
2013-01-04add basic tls support, todo: error handlingFelix Fietkau
2013-01-04get rid of -rdynamic on linkingFelix Fietkau
2013-01-03link against libcryptFelix Fietkau
2013-01-01revert cflags changeFelix Fietkau
2013-01-01add preliminary cgi support, needs fixing for close handlingFelix Fietkau
2012-12-31add -Wmissing-declarationsFelix Fietkau
2012-12-31use -OsFelix Fietkau
2012-12-30add config parserFelix Fietkau
2012-12-30Initial implementationFelix Fietkau