Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | cmake: Find libubox/usock.h | Florian 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-08 | add support for handling redirects via a script | Felix 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-18 | Build with largefile support | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2013-03-12 | detect the right library name for json-c | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-25 | ubus: remove session api from plugin and check access via ubus call to let ↵ | Jo-Philipp Wich | |
other services provide the session api | |||
2013-01-13 | add check for shadow support, turn -Os back on | Felix Fietkau | |
2013-01-13 | rework the ubus plugin to support JSON-RPC 2.0 | Felix Fietkau | |
2013-01-07 | ubus: split out session handling code into ubus-session.c | Felix Fietkau | |
2013-01-07 | add ubus support | Felix Fietkau | |
2013-01-04 | add lua plugin support | Felix Fietkau | |
2013-01-04 | add basic tls support, todo: error handling | Felix Fietkau | |
2013-01-04 | get rid of -rdynamic on linking | Felix Fietkau | |
2013-01-03 | link against libcrypt | Felix Fietkau | |
2013-01-01 | revert cflags change | Felix Fietkau | |
2013-01-01 | add preliminary cgi support, needs fixing for close handling | Felix Fietkau | |
2012-12-31 | add -Wmissing-declarations | Felix Fietkau | |
2012-12-31 | use -Os | Felix Fietkau | |
2012-12-30 | add config parser | Felix Fietkau | |
2012-12-30 | Initial implementation | Felix Fietkau | |