Age | Commit message (Expand) | Author |
2010-03-25 | contrib/package: remove px5g, uhttpd - moved to OpenWrt core packages | Jo-Philipp Wich |
2010-03-25 | uhttpd: pass FPIC to source Makefile | Jo-Philipp Wich |
2010-03-25 | uhttpd: move Lua and TLS support into loadable plugins | Jo-Philipp Wich |
2010-03-22 | uhttpd: fix default cert names in init script | Jo-Philipp Wich |
2010-03-22 | uhttpd: add ssl cert generation to init script | Jo-Philipp Wich |
2010-03-21 | uhttpd: properly initialize sigaction, restore SIGTERM for childs | Jo-Philipp Wich |
2010-03-21 | uhttpd: deliver SIGTERM to child when parent leaves I/O loop | Jo-Philipp Wich |
2010-03-21 | uhttpd: make Lua handler more CGI like and fork child away | Jo-Philipp Wich |
2010-03-21 | uhttpd: expose uh_http_sendc() to Lua, move server functions into uhttpd name... | Jo-Philipp Wich |
2010-03-21 | uhttpd: add "Connection: close" headers, mandatory according to HTTP/1.1 spec | Jo-Philipp Wich |
2010-03-21 | uhttpd: complete init script and sample configuration | Jo-Philipp Wich |
2010-03-21 | uhttpd: terminate I/O loops if socket writes fail | Jo-Philipp Wich |
2010-03-21 | uhttpd: relax cgi timeout | Jo-Philipp Wich |
2010-03-21 | uhttpd: finish basic auth support, read realms from /etc/httpd.conf | Jo-Philipp Wich |
2010-03-20 | uhttpd: add basic auth infrastructure | Jo-Philipp Wich |
2010-03-20 | uhttpd: do lua lookup first, otherwise fs resources might shadow the virtual url | Jo-Philipp Wich |
2010-03-20 | uhttpd: rename struct uh_path_info to path_info, drop wdir member | Jo-Philipp Wich |
2010-03-20 | uhttpd: everybody loves licences, add one | Jo-Philipp Wich |
2010-03-20 | uhttpd: treat cgi scripts without any headers as text/plain responses, requir... | Jo-Philipp Wich |
2010-03-20 | uhttpd: | Jo-Philipp Wich |
2010-03-19 | uhttpd: explicitely use gmt times | Jo-Philipp Wich |
2010-03-19 | uhttpd: fix off-by-one in last commit | Jo-Philipp Wich |
2010-03-19 | uhttpd: accept wrongly terminated cgi headers, needed for X-Wrt | Jo-Philipp Wich |
2010-03-19 | uhttpd: fix usage message | Jo-Philipp Wich |
2010-03-19 | uhttpd: add init script and uci configuration | Jo-Philipp Wich |
2010-03-19 | uhttpd: add /sbin and /usr/sbin to path, increases bb-httpd compatibility | Jo-Philipp Wich |
2010-03-19 | uhttpd: add a workaround to use CyaSSL's openssl/ssl.h header, it is not 100%... | Jo-Philipp Wich |
2010-03-19 | uhttpd: make missing certs only fatal if tls sockets were requested | Jo-Philipp Wich |
2010-03-18 | uhttpd: only enable Lua runtime if a handler was specified | Jo-Philipp Wich |
2010-03-18 | contrib/package: add uhttpd, a drop-in replacement for busybox httpd | Jo-Philipp Wich |