| Commit message (Expand) | Author | Age | Files | Lines |
* | uhttpd: update to latest Git head | Jo-Philipp Wich | 2018-11-28 | 1 | -3/+3 |
* | uhttpd: support multiple Lua prefixes | Jo-Philipp Wich | 2018-08-23 | 1 | -13/+3 |
* | uhttpd: update to latest Git head | Jo-Philipp Wich | 2018-08-21 | 1 | -3/+3 |
* | uhttpd: update to latest Git head | Jo-Philipp Wich | 2018-07-03 | 1 | -3/+3 |
* | treewide: replace LEDE_GIT with PROJECT_GIT | Jo-Philipp Wich | 2018-01-10 | 1 | -1/+1 |
* | uhttpd: fix PKG_CONFIG_DEPENDS (FS#1189) | Hans Dedecker | 2017-12-15 | 1 | -3/+1 |
* | uhttpd: fix query string handling | Jo-Philipp Wich | 2017-11-07 | 1 | -3/+3 |
* | uhttp: update to latest version | Adrian Panella | 2017-09-21 | 1 | -4/+4 |
* | uhttpd: Enable integrated Lua by default | Ansuel Smith | 2017-05-16 | 1 | -2/+15 |
* | uhttpd: drop uhttpd-mod-tls, it has been useless for years | Felix Fietkau | 2016-12-22 | 1 | -39/+0 |
* | treewide: clean up and unify PKG_VERSION for git based downloads | Felix Fietkau | 2016-12-22 | 1 | -5/+3 |
* | treewide: clean up download hashes | Felix Fietkau | 2016-12-16 | 1 | -1/+1 |
* | uhttpd: fix handling of special "/" prefix when matching handlers | Jo-Philipp Wich | 2016-10-25 | 1 | -3/+3 |
* | uhttpd: update to the latest version, adds a small json handler fix | Felix Fietkau | 2016-10-08 | 1 | -3/+3 |
* | source: Switch to xz for packages and tools where possible | Daniel Engberg | 2016-10-06 | 1 | -1/+2 |
* | uhttpd: support using OpenSSL for certificate generation | Hannu Nyman | 2016-10-05 | 1 | -1/+1 |
* | uhttpd: update to the latest version, adds some extensions to handler script ... | Felix Fietkau | 2016-06-16 | 1 | -2/+2 |
* | package/*: update git urls for project repos | John Crispin | 2016-06-13 | 1 | -1/+1 |
* | treewide: replace jow@openwrt.org with jo@mein.io | Jo-Philipp Wich | 2016-06-07 | 1 | -1/+1 |
* | treewide: replace nbd@openwrt.org with nbd@nbd.name | Felix Fietkau | 2016-06-07 | 1 | -1/+1 |
* | uhttpd: use configured distribution name for SSL certificate CN | Felix Fietkau | 2016-05-21 | 1 | -0/+2 |
* | uhttpd: add option for mbedtls | Felix Fietkau | 2016-01-19 | 1 | -0/+4 |
* | uhttpd: move to git.openwrt.org | Felix Fietkau | 2016-01-04 | 1 | -1/+1 |
* | uhttpd: update to the latest version, adds support for redirect helper scripts | Felix Fietkau | 2015-11-08 | 1 | -3/+3 |
* | uhttpd: update to latest git HEAD | John Crispin | 2015-10-20 | 1 | -2/+2 |
* | uhttpd: update to latest git revision | John Crispin | 2015-10-19 | 1 | -2/+2 |
* | uhttpd: fix keep-alive bug (#20607, #20661) | Jo-Philipp Wich | 2015-10-07 | 1 | -2/+2 |
* | uhttpd: update to the latest version, fixes deferred cgi script processing (#... | Felix Fietkau | 2015-09-07 | 1 | -2/+2 |
* | uhttpd: pass X-HTTP-Method-Override header to cgi scripts | Jo-Philipp Wich | 2015-08-17 | 1 | -2/+2 |
* | uhttpd: use 307 for HTTPS redirections to retain request method | Jo-Philipp Wich | 2015-05-30 | 1 | -1/+1 |
* | uhttpd: add support for enforcing https | Jo-Philipp Wich | 2015-05-30 | 1 | -2/+2 |
* | uhttpd: inhibit chunked transfer encoding for static file responses | Jo-Philipp Wich | 2015-05-30 | 1 | -2/+2 |
* | uhttpd: properly handle return codes | John Crispin | 2015-03-30 | 1 | -2/+2 |
* | packages: more (e)glibc fixes after r44701 | Nicolas Thill | 2015-03-16 | 1 | -0/+4 |
* | uhttp: update to latest git HEAD | John Crispin | 2015-03-11 | 1 | -2/+2 |
* | uhttpd: relay stderr to syslog | Jo-Philipp Wich | 2015-02-26 | 1 | -1/+1 |
* | uhttpd: fix another remaining relro issue in the Lua plugin | Jo-Philipp Wich | 2015-01-25 | 1 | -2/+2 |
* | uhttpd: fix time_t type mismatch on 32bit systems | Jo-Philipp Wich | 2015-01-25 | 1 | -2/+2 |
* | uhttpd: fix crash with enabled relro, memory leak in dirlists and lfs | Jo-Philipp Wich | 2015-01-25 | 1 | -3/+3 |
* | license info - revert r43155 | John Crispin | 2014-11-03 | 1 | -3/+0 |
* | Add more license tags with SPDX identifiers | John Crispin | 2014-11-03 | 1 | -0/+3 |
* | Add a few SPDX tags | Steven Barth | 2014-11-02 | 1 | -0/+1 |
* | uhttpd: fix HTTP incompatibilities in file handler | Jo-Philipp Wich | 2014-10-27 | 1 | -2/+2 |
* | uhttpd: do not configure TLS parameters if libustream-ssl is not present | Jo-Philipp Wich | 2014-08-25 | 1 | -2/+2 |
* | uhttpd: also bind to IPv6 by default | Steven Barth | 2014-06-11 | 1 | -1/+1 |
* | uhttpd: update to the latest version, fixes musl compile issues | Felix Fietkau | 2014-06-09 | 1 | -2/+2 |
* | uhttpd: update to the latest version, fixes cgi path handling issues | Felix Fietkau | 2014-05-09 | 1 | -2/+2 |
* | uhttpd: update to latest version, improves cgi path handling | Felix Fietkau | 2014-03-22 | 1 | -2/+2 |
* | uhttpd: update to latest version, fixes HEAD requests to CGI scripts | Felix Fietkau | 2014-03-21 | 1 | -2/+2 |
* | uhttpd: update to the latest version, fixes crashes in the ubus plugin | Felix Fietkau | 2013-11-21 | 1 | -2/+2 |