Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhttpd: fix exit code of mod-ubus postinstall script | Jo-Philipp Wich | 2015-01-25 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44132 | ||||
* | license info - revert r43155 | John Crispin | 2014-11-03 | 1 | -3/+0 |
| | | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43167 | ||||
* | Add more license tags with SPDX identifiers | John Crispin | 2014-11-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155 | ||||
* | Add a few SPDX tags | Steven Barth | 2014-11-02 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151 | ||||
* | uhttpd: fix HTTP incompatibilities in file handler | Jo-Philipp Wich | 2014-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | * Fixes sending an extraneous message body for 204 and 304 resoponses which breaks Chrome in keep-alive mode. * Adds mimetypes for JSON and JSONP. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43078 | ||||
* | uhttpd: do not configure TLS parameters if libustream-ssl is not present | Jo-Philipp Wich | 2014-08-25 | 2 | -3/+3 |
| | | | | | | | | | | | | A quite frequent problem after sysupgrading from an older, SSL enabled build is that ustream-ssl is not installed so uhttpd fails to come up again due to https listening directives in the preserved configuration. Skip key/cert and ssl listen options when libustream-ssl.so is not present. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42284 | ||||
* | uhttpd: also bind to IPv6 by default | Steven Barth | 2014-06-11 | 2 | -3/+3 |
| | | | | SVN-Revision: 41114 | ||||
* | uhttpd: update to the latest version, fixes musl compile issues | Felix Fietkau | 2014-06-09 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41057 | ||||
* | uhttpd: update to the latest version, fixes cgi path handling issues | Felix Fietkau | 2014-05-09 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40743 | ||||
* | uhttpd: do not attempt to configure Lua handler if referenced file does not ↵ | Jo-Philipp Wich | 2014-04-11 | 1 | -3/+5 |
| | | | | | | | | exist Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40457 | ||||
* | uhttpd: update to latest version, improves cgi path handling | Felix Fietkau | 2014-03-22 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40005 | ||||
* | uhttpd: update to latest version, fixes HEAD requests to CGI scripts | Felix Fietkau | 2014-03-21 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40003 | ||||
* | uhttpd: don't process ubus_* and lua_* options if corresponding plugin is ↵ | Jo-Philipp Wich | 2013-12-15 | 1 | -4/+8 |
| | | | | | | not installed (#14618) SVN-Revision: 39057 | ||||
* | uhttpd: update to the latest version, fixes crashes in the ubus plugin | Felix Fietkau | 2013-11-21 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38888 | ||||
* | uhttpd: return after processing -d switch, only set ubus prefix if not ↵ | Jo-Philipp Wich | 2013-11-11 | 2 | -4/+8 |
| | | | | | | already defined SVN-Revision: 38743 | ||||
* | uhttp: add ubus.default | John Crispin | 2013-11-11 | 1 | -0/+2 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38741 | ||||
* | uhttp: make the service auto respawn if it crashes | John Crispin | 2013-11-11 | 1 | -0/+1 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38724 | ||||
* | uhttp: make sure that the ubus module is loaded when when installed | John Crispin | 2013-11-11 | 1 | -1/+2 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38723 | ||||
* | uhttpd: add a config option for using ustream-polarssl, and use it by default | Felix Fietkau | 2013-09-29 | 1 | -2/+8 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38250 | ||||
* | uhttpd: fix appending https ports to cmdline | Felix Fietkau | 2013-09-25 | 1 | -1/+1 |
| | | | | | | | | Otherwise it is started only on non-secure ports. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 38171 | ||||
* | procd: convert various packages to procd style init.d scripts | John Crispin | 2013-09-17 | 1 | -23/+15 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38023 | ||||
* | uhttpd: udpat to git head | Jo-Philipp Wich | 2013-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | - fixes buffer corruption with JSON-RPC list calls - change JSON-RPC protocol to include the session ID into the call attributes instead of passing it via the URL - forcibly pass effective session ID as "ubus_rpc_session" attribute to called procedures - change ubus acl checking to conform with new ubus session namespace SVN-Revision: 37962 | ||||
* | uhttpd: update to the latest version, fixes a crash on early cgi/lua process ↵ | Felix Fietkau | 2013-07-31 | 1 | -2/+2 |
| | | | | | | | | termination Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37628 | ||||
* | uhttpd: update to latest version, fixes issues with POST and keep-alive (#13940) | Felix Fietkau | 2013-07-26 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37556 | ||||
* | uhttpd: expose missing options to uci | Jo-Philipp Wich | 2013-06-13 | 2 | -0/+35 |
| | | | | SVN-Revision: 36932 | ||||
* | uhttpd: update to latest version, fixes CGI related crashes | Felix Fietkau | 2013-06-01 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36817 | ||||
* | uhttpd: update again to fix a ubus plugin crash bug | Felix Fietkau | 2013-05-30 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36770 | ||||
* | uhttpd: update to latest version, fixes script timeout for ubus requests | Felix Fietkau | 2013-05-30 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36767 | ||||
* | uhttpd: update to latest version, fixes #13564, #13560, improves error ↵ | Felix Fietkau | 2013-05-23 | 1 | -2/+2 |
| | | | | | | | | handling as pointed out in #13537 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36696 | ||||
* | uhttpd: update to latest version, fixes index page processing order | Felix Fietkau | 2013-05-16 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36644 | ||||
* | uhttpd: update to latest version, fixes a SSL connection memory leak | Felix Fietkau | 2013-05-14 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36636 | ||||
* | uhttpd: update to git head, fixes regression when parsing IPv6 listen arguments | Jo-Philipp Wich | 2013-04-17 | 1 | -3/+3 |
| | | | | SVN-Revision: 36348 | ||||
* | uhttpd: update to latest version, fixes compile error with latest libubox | Felix Fietkau | 2013-04-15 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36338 | ||||
* | uhttpd: update to latest version, fixes an occasional crash on CGI scripts | Felix Fietkau | 2013-03-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 36034 | ||||
* | uhttpd: always turn on TLS support, include ustream-ssl as a build dependency | Felix Fietkau | 2013-01-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 35295 | ||||
* | uhttpd: fix another small hang issue with the same symptoms | Felix Fietkau | 2013-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 35291 | ||||
* | uhttpd: fix connection hangs | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35290 | ||||
* | uhttpd: fix unencrypted passwords in httpd.conf | Felix Fietkau | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35265 | ||||
* | uhttpd: fix selecting the right ustream implementation when openssl is to be ↵ | Felix Fietkau | 2013-01-20 | 1 | -1/+1 |
| | | | | | | used (#12857) SVN-Revision: 35257 | ||||
* | uhttpd: update to a newer version, fixes chunked transfer on some POST requests | Felix Fietkau | 2013-01-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 35249 | ||||
* | uhttpd: switch to uhttpd2, it is now feature complete | Felix Fietkau | 2013-01-19 | 1 | -43/+11 |
| | | | | SVN-Revision: 35247 | ||||
* | uhttpd: update to latest git head, improves handling of invalid requests | Jo-Philipp Wich | 2012-10-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 34010 | ||||
* | uhttpd: fix compilation with eglibc | Jo-Philipp Wich | 2012-10-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 33860 | ||||
* | uhttpd: update to latest git head - introduces support for multiple index ↵ | Jo-Philipp Wich | 2012-10-15 | 2 | -4/+8 |
| | | | | | | files - fixes build with only the TLS module selected SVN-Revision: 33778 | ||||
* | uhttpd: switch to external git repo + cmake build system | Jo-Philipp Wich | 2012-10-15 | 17 | -5848/+23 |
| | | | | SVN-Revision: 33775 | ||||
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 19 | -0/+6215 |
SVN-Revision: 33688 |