41 Commits (94e528f159e1e2308e93f767c49f788e28c26ddb)

Author SHA1 Message Date
Jo-Philipp Wich a7c27877e2 uhttpd: fix another remaining relro issue in the Lua plugin 10 years ago
Jo-Philipp Wich 634c8c215c uhttpd: fix time_t type mismatch on 32bit systems 10 years ago
Jo-Philipp Wich b82bd94b62 uhttpd: fix crash with enabled relro, memory leak in dirlists and lfs 10 years ago
John Crispin 74a3a77bcd license info - revert r43155 10 years ago
John Crispin c10d97484a Add more license tags with SPDX identifiers 10 years ago
Steven Barth bec9d38fa4 Add a few SPDX tags 10 years ago
Jo-Philipp Wich ba48074622 uhttpd: fix HTTP incompatibilities in file handler 10 years ago
Jo-Philipp Wich 730589281e uhttpd: do not configure TLS parameters if libustream-ssl is not present 10 years ago
Steven Barth e50f3b4fc7 uhttpd: also bind to IPv6 by default 11 years ago
Felix Fietkau 6de020d241 uhttpd: update to the latest version, fixes musl compile issues 11 years ago
Felix Fietkau bddbcdfc1a uhttpd: update to the latest version, fixes cgi path handling issues 11 years ago
Felix Fietkau abd13cd85b uhttpd: update to latest version, improves cgi path handling 11 years ago
Felix Fietkau 9138e8015e uhttpd: update to latest version, fixes HEAD requests to CGI scripts 11 years ago
Felix Fietkau 5143157af8 uhttpd: update to the latest version, fixes crashes in the ubus plugin 11 years ago
Jo-Philipp Wich 8a1d77efed uhttpd: return after processing -d switch, only set ubus prefix if not already defined 11 years ago
John Crispin 9f3b161a57 uhttp: make sure that the ubus module is loaded when when installed 11 years ago
Felix Fietkau f8ee248701 uhttpd: add a config option for using ustream-polarssl, and use it by default 11 years ago
Jo-Philipp Wich c3cc912ed9 uhttpd: udpat to git head 11 years ago
Felix Fietkau 719adb6471 uhttpd: update to the latest version, fixes a crash on early cgi/lua process termination 11 years ago
Felix Fietkau 8faa8a6420 uhttpd: update to latest version, fixes issues with POST and keep-alive (#13940) 11 years ago
Felix Fietkau 8c69057980 uhttpd: update to latest version, fixes CGI related crashes 12 years ago
Felix Fietkau 02fe12c00d uhttpd: update again to fix a ubus plugin crash bug 12 years ago
Felix Fietkau eeb7fdc13e uhttpd: update to latest version, fixes script timeout for ubus requests 12 years ago
Felix Fietkau 75bb3138aa uhttpd: update to latest version, fixes #13564, #13560, improves error handling as pointed out in #13537 12 years ago
Felix Fietkau 7365e647f6 uhttpd: update to latest version, fixes index page processing order 12 years ago
Felix Fietkau d090eea125 uhttpd: update to latest version, fixes a SSL connection memory leak 12 years ago
Jo-Philipp Wich e66a4af8c3 uhttpd: update to git head, fixes regression when parsing IPv6 listen arguments 12 years ago
Felix Fietkau eb10581ce3 uhttpd: update to latest version, fixes compile error with latest libubox 12 years ago
Felix Fietkau 84069f8534 uhttpd: update to latest version, fixes an occasional crash on CGI scripts 12 years ago
Felix Fietkau a4c7a953e5 uhttpd: always turn on TLS support, include ustream-ssl as a build dependency 12 years ago
Felix Fietkau bab482b93f uhttpd: fix another small hang issue with the same symptoms 12 years ago
Felix Fietkau 166ea3832b uhttpd: fix connection hangs 12 years ago
Felix Fietkau c725669079 uhttpd: fix unencrypted passwords in httpd.conf 12 years ago
Felix Fietkau 4a86973285 uhttpd: fix selecting the right ustream implementation when openssl is to be used (#12857) 12 years ago
Felix Fietkau e55ee0817f uhttpd: update to a newer version, fixes chunked transfer on some POST requests 12 years ago
Felix Fietkau 6f0ecf0541 uhttpd: switch to uhttpd2, it is now feature complete 12 years ago
Jo-Philipp Wich 73c75e0dd8 uhttpd: update to latest git head, improves handling of invalid requests 12 years ago
Jo-Philipp Wich 5fb6cf9a11 uhttpd: fix compilation with eglibc 12 years ago
Jo-Philipp Wich 160c2ef011 uhttpd: update to latest git head - introduces support for multiple index files - fixes build with only the TLS module selected 12 years ago
Jo-Philipp Wich 14e14faa0b uhttpd: switch to external git repo + cmake build system 12 years ago
Felix Fietkau 405e21d167 packages: sort network related packages into package/network/ 12 years ago
Jo-Philipp Wich 00f1b1d62a uhttpd: various changes 13 years ago
Jo-Philipp Wich 0000ce2271 uhttpd: retry parsing the CGI header until the buffer space is exhausted 13 years ago
Jo-Philipp Wich 86de034767 uhttpd: various fixes 13 years ago
Jo-Philipp Wich 1f2d5da887 uhttpd: do not subscribe to epoll write events Watch child read pipe end for data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices. 13 years ago
Jo-Philipp Wich c73b39fd30 uhttpd: finish inherited uloop in forked childs, fixes misdispatched events leading to race conditions and bad memory accesses 13 years ago
Jo-Philipp Wich 2cf72776d8 uhttpd: add explicit stdin eof notification for Lua and CGI childs 13 years ago
Jo-Philipp Wich 5aefe3b277 uhttpd: fix wrongly applied sizeof() leading to writing beyound end of buffer and subsequent data corruption (#11557) 13 years ago
Jo-Philipp Wich 022fa36b40 uhttpd: - rewrite large parts of the server, use uloop event driven structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision 13 years ago
Jo-Philipp Wich 8e9d914343 uhttpd: display errors in init script, code formatting changes, bump package version 13 years ago