summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/uhttpd/src
AgeCommit message (Expand)Author
2010-03-21uhttpd: properly initialize sigaction, restore SIGTERM for childsJo-Philipp Wich
2010-03-21uhttpd: deliver SIGTERM to child when parent leaves I/O loopJo-Philipp Wich
2010-03-21uhttpd: make Lua handler more CGI like and fork child awayJo-Philipp Wich
2010-03-21uhttpd: expose uh_http_sendc() to Lua, move server functions into uhttpd name...Jo-Philipp Wich
2010-03-21uhttpd: add "Connection: close" headers, mandatory according to HTTP/1.1 specJo-Philipp Wich
2010-03-21uhttpd: terminate I/O loops if socket writes failJo-Philipp Wich
2010-03-21uhttpd: relax cgi timeoutJo-Philipp Wich
2010-03-21uhttpd: finish basic auth support, read realms from /etc/httpd.confJo-Philipp Wich
2010-03-20uhttpd: add basic auth infrastructureJo-Philipp Wich
2010-03-20uhttpd: do lua lookup first, otherwise fs resources might shadow the virtual urlJo-Philipp Wich
2010-03-20uhttpd: rename struct uh_path_info to path_info, drop wdir memberJo-Philipp Wich
2010-03-20uhttpd: everybody loves licences, add oneJo-Philipp Wich
2010-03-20uhttpd: treat cgi scripts without any headers as text/plain responses, requir...Jo-Philipp Wich
2010-03-20uhttpd:Jo-Philipp Wich
2010-03-19uhttpd: explicitely use gmt timesJo-Philipp Wich
2010-03-19uhttpd: fix off-by-one in last commitJo-Philipp Wich
2010-03-19uhttpd: accept wrongly terminated cgi headers, needed for X-WrtJo-Philipp Wich
2010-03-19uhttpd: fix usage messageJo-Philipp Wich
2010-03-19uhttpd: add /sbin and /usr/sbin to path, increases bb-httpd compatibilityJo-Philipp Wich
2010-03-19uhttpd: make missing certs only fatal if tls sockets were requestedJo-Philipp Wich
2010-03-18uhttpd: only enable Lua runtime if a handler was specifiedJo-Philipp Wich
2010-03-18contrib/package: add uhttpd, a drop-in replacement for busybox httpdJo-Philipp Wich