Age | Commit message (Expand) | Author |
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 | contrib/package: add package definition for luci-sgi-uhttpd | Jo-Philipp Wich |
2010-03-21 | libs: add uhttpd gateway interface | 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 | libs/uvl: convert luci.uvl.validation to new luci.uvl.error api | Jo-Philipp Wich |
2010-03-18 | libs/uvl: convert luci.uvl.dependencies to new luci.uvl.error api | 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 |
2010-03-18 | libs/uvl: local symbol error shadows error class declaration, drop it | Jo-Philipp Wich |
2010-03-18 | libs/uvl: fix syntax error introduced with r5861 | Jo-Philipp Wich |
2010-03-18 | libs/cbi: change usage of uvl error api after r5861 | Jo-Philipp Wich |
2010-03-18 | libs/uvl: rework error handling to prevent triggering lvm issues | Jo-Philipp Wich |
2010-03-18 | libs/core: disable runtime byte code stripping, it causes lvm errors (OpenWrt... | Jo-Philipp Wich |
2010-03-15 | trunk: remove libs/lpk and libs/luanet | Jo-Philipp Wich |
2010-03-13 | Fix language selection broken after po file merges | Vasilis Tsiligiannis |
2010-03-09 | modules/admin-full: don't expose ht capabilities in wifi config | Jo-Philipp Wich |
2010-03-09 | moodules/admin-core: add luci_{ethers,hosts} -> dhcp config migration | Jo-Philipp Wich |
2010-03-09 | themes/openwrt-light: merge tab support from openwrt.org theme | Jo-Philipp Wich |
2010-03-09 | module/admin-full: add missing mode+wds -> ap/sta-wds reverse mapping for mac... | Jo-Philipp Wich |
2010-03-08 | trunk: remove underscores in app names (Openwrt ticket #6654) | Jo-Philipp Wich |
2010-03-08 | contrib/package: rename luci-kamikaze to luci, add initmgr to default collection | Jo-Philipp Wich |
2010-03-08 | applications/luci-initmgr: add start/stop/reload actions, move to services menu | Jo-Philipp Wich |
2010-03-08 | libs/sys: fix unwanted invocation of initscripts when probing index of rcS | Jo-Philipp Wich |
2010-03-08 | contrib/package: remove conffile entries for luci_hosts and luci_ethers | Jo-Philipp Wich |
2010-03-08 | applications/luci-initmgr: fix disabling of init scripts | Jo-Philipp Wich |
2010-03-08 | libs/uci: reload luci-statistics when changing system properties | Jo-Philipp Wich |
2010-03-08 | modules/admin-full: only show mount point config if /e/c/fstab is present | Jo-Philipp Wich |
2010-03-08 | applications/luci-statistics: increase default graph width to 600px | Jo-Philipp Wich |
2010-03-08 | libs/ipkg: call opkg with --autoremove | Jo-Philipp Wich |