summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2010-03-21uhttpd: deliver SIGTERM to child when parent leaves I/O loopJo-Philipp Wich
2010-03-21contrib/package: add package definition for luci-sgi-uhttpdJo-Philipp Wich
2010-03-21libs: add uhttpd gateway interfaceJo-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 ↵Jo-Philipp Wich
namespace
2010-03-21uhttpd: add "Connection: close" headers, mandatory according to HTTP/1.1 specJo-Philipp Wich
2010-03-21uhttpd: complete init script and sample configurationJo-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, ↵Jo-Philipp Wich
required for X-Wrt
2010-03-20uhttpd:Jo-Philipp Wich
- rework url parsing and path resolving - handle more cgi quirks - change request dispatching - clean up cflags
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 init script and uci configurationJo-Philipp Wich
2010-03-19uhttpd: add /sbin and /usr/sbin to path, increases bb-httpd compatibilityJo-Philipp Wich
2010-03-19uhttpd: add a workaround to use CyaSSL's openssl/ssl.h header, it is not ↵Jo-Philipp Wich
100% OpenSSL compatible after all
2010-03-19uhttpd: make missing certs only fatal if tls sockets were requestedJo-Philipp Wich
2010-03-18libs/uvl: convert luci.uvl.validation to new luci.uvl.error apiJo-Philipp Wich
2010-03-18libs/uvl: convert luci.uvl.dependencies to new luci.uvl.error apiJo-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
2010-03-18libs/uvl: local symbol error shadows error class declaration, drop itJo-Philipp Wich
2010-03-18libs/uvl: fix syntax error introduced with r5861Jo-Philipp Wich
2010-03-18libs/cbi: change usage of uvl error api after r5861Jo-Philipp Wich
2010-03-18libs/uvl: rework error handling to prevent triggering lvm issuesJo-Philipp Wich
2010-03-18libs/core: disable runtime byte code stripping, it causes lvm errors ↵Jo-Philipp Wich
(OpenWrt #6235, LuCI #110)
2010-03-15trunk: remove libs/lpk and libs/luanetJo-Philipp Wich
2010-03-13Fix language selection broken after po file mergesVasilis Tsiligiannis
2010-03-09modules/admin-full: don't expose ht capabilities in wifi configJo-Philipp Wich
2010-03-09moodules/admin-core: add luci_{ethers,hosts} -> dhcp config migrationJo-Philipp Wich
2010-03-09themes/openwrt-light: merge tab support from openwrt.org themeJo-Philipp Wich
2010-03-09module/admin-full: add missing mode+wds -> ap/sta-wds reverse mapping for ↵Jo-Philipp Wich
mac80211 interfaces
2010-03-08trunk: remove underscores in app names (Openwrt ticket #6654)Jo-Philipp Wich
2010-03-08contrib/package: rename luci-kamikaze to luci, add initmgr to default collectionJo-Philipp Wich
2010-03-08applications/luci-initmgr: add start/stop/reload actions, move to services menuJo-Philipp Wich
2010-03-08libs/sys: fix unwanted invocation of initscripts when probing index of rcSJo-Philipp Wich
2010-03-08contrib/package: remove conffile entries for luci_hosts and luci_ethersJo-Philipp Wich
2010-03-08applications/luci-initmgr: fix disabling of init scriptsJo-Philipp Wich
2010-03-08libs/uci: reload luci-statistics when changing system propertiesJo-Philipp Wich
2010-03-08modules/admin-full: only show mount point config if /e/c/fstab is presentJo-Philipp Wich
2010-03-08applications/luci-statistics: increase default graph width to 600pxJo-Philipp Wich
2010-03-08libs/ipkg: call opkg with --autoremoveJo-Philipp Wich
2010-03-08libs/uci: purge luci_ethers and luci_hosts from ucitrackJo-Philipp Wich