Commit graph

3145 commits

Author SHA1 Message Date
Jo-Philipp Wich
d817ebf007 uhttpd: properly initialize sigaction, restore SIGTERM for childs 2010-03-21 20:52:41 +00:00
Jo-Philipp Wich
fa712a0bc9 uhttpd: deliver SIGTERM to child when parent leaves I/O loop 2010-03-21 20:06:50 +00:00
Jo-Philipp Wich
d87fefbda6 contrib/package: add package definition for luci-sgi-uhttpd 2010-03-21 18:02:49 +00:00
Jo-Philipp Wich
be8a41822c libs: add uhttpd gateway interface 2010-03-21 17:59:37 +00:00
Jo-Philipp Wich
5fc3a1ceb0 uhttpd: make Lua handler more CGI like and fork child away 2010-03-21 17:50:00 +00:00
Jo-Philipp Wich
0dd0fdad55 uhttpd: expose uh_http_sendc() to Lua, move server functions into uhttpd namespace 2010-03-21 04:18:20 +00:00
Jo-Philipp Wich
927d47528f uhttpd: add "Connection: close" headers, mandatory according to HTTP/1.1 spec 2010-03-21 03:46:03 +00:00
Jo-Philipp Wich
23052d8f01 uhttpd: complete init script and sample configuration 2010-03-21 02:35:28 +00:00
Jo-Philipp Wich
79dde1ad3f uhttpd: terminate I/O loops if socket writes fail 2010-03-21 02:27:29 +00:00
Jo-Philipp Wich
707f9dd2d0 uhttpd: relax cgi timeout 2010-03-21 01:40:50 +00:00
Jo-Philipp Wich
cee885295b uhttpd: finish basic auth support, read realms from /etc/httpd.conf 2010-03-21 01:15:36 +00:00
Jo-Philipp Wich
95b9bb0f69 uhttpd: add basic auth infrastructure 2010-03-20 23:51:51 +00:00
Jo-Philipp Wich
1ecf7ac9fa uhttpd: do lua lookup first, otherwise fs resources might shadow the virtual url 2010-03-20 14:34:50 +00:00
Jo-Philipp Wich
074690aa54 uhttpd: rename struct uh_path_info to path_info, drop wdir member 2010-03-20 14:31:05 +00:00
Jo-Philipp Wich
35e6a59ef2 uhttpd: everybody loves licences, add one 2010-03-20 14:10:03 +00:00
Jo-Philipp Wich
c153eeaef2 uhttpd: treat cgi scripts without any headers as text/plain responses, required for X-Wrt 2010-03-20 13:55:54 +00:00
Jo-Philipp Wich
0f18174879 uhttpd:
- rework url parsing and path resolving
	- handle more cgi quirks
	- change request dispatching
	- clean up cflags
2010-03-20 13:45:50 +00:00
Jo-Philipp Wich
66ffcefa55 uhttpd: explicitely use gmt times 2010-03-19 14:51:12 +00:00
Jo-Philipp Wich
7740fd6665 uhttpd: fix off-by-one in last commit 2010-03-19 13:36:17 +00:00
Jo-Philipp Wich
008fbe53e3 uhttpd: accept wrongly terminated cgi headers, needed for X-Wrt 2010-03-19 13:32:24 +00:00
Jo-Philipp Wich
42d15c0e27 uhttpd: fix usage message 2010-03-19 09:30:23 +00:00
Jo-Philipp Wich
5f343a22e1 uhttpd: add init script and uci configuration 2010-03-19 09:22:15 +00:00
Jo-Philipp Wich
60f7191ff4 uhttpd: add /sbin and /usr/sbin to path, increases bb-httpd compatibility 2010-03-19 01:50:56 +00:00
Jo-Philipp Wich
a7282c8378 uhttpd: add a workaround to use CyaSSL's openssl/ssl.h header, it is not 100% OpenSSL compatible after all 2010-03-19 01:36:30 +00:00
Jo-Philipp Wich
77f310f5db uhttpd: make missing certs only fatal if tls sockets were requested 2010-03-19 01:35:26 +00:00
Jo-Philipp Wich
0799c5f9ea libs/uvl: convert luci.uvl.validation to new luci.uvl.error api 2010-03-18 22:39:48 +00:00
Jo-Philipp Wich
30f7206c59 libs/uvl: convert luci.uvl.dependencies to new luci.uvl.error api 2010-03-18 22:36:59 +00:00
Jo-Philipp Wich
3403abe05f uhttpd: only enable Lua runtime if a handler was specified 2010-03-18 20:10:13 +00:00
Jo-Philipp Wich
87329b4522 contrib/package: add uhttpd, a drop-in replacement for busybox httpd 2010-03-18 17:45:50 +00:00
Jo-Philipp Wich
1661add529 libs/uvl: local symbol error shadows error class declaration, drop it 2010-03-18 17:25:25 +00:00
Jo-Philipp Wich
c91c64b927 libs/uvl: fix syntax error introduced with r5861 2010-03-18 17:03:14 +00:00
Jo-Philipp Wich
e301256632 libs/cbi: change usage of uvl error api after r5861 2010-03-18 17:00:23 +00:00
Jo-Philipp Wich
3d426e48d4 libs/uvl: rework error handling to prevent triggering lvm issues 2010-03-18 16:58:58 +00:00
Jo-Philipp Wich
2fede7361f libs/core: disable runtime byte code stripping, it causes lvm errors (OpenWrt #6235, LuCI #110) 2010-03-18 15:19:11 +00:00
Jo-Philipp Wich
9a6d72238d trunk: remove libs/lpk and libs/luanet 2010-03-15 15:23:50 +00:00
Vasilis Tsiligiannis
2a9ffa6d28 Fix language selection broken after po file merges 2010-03-13 20:13:41 +00:00
Jo-Philipp Wich
7867017972 modules/admin-full: don't expose ht capabilities in wifi config 2010-03-09 21:22:17 +00:00
Jo-Philipp Wich
acc4524a84 moodules/admin-core: add luci_{ethers,hosts} -> dhcp config migration 2010-03-09 11:37:12 +00:00
Jo-Philipp Wich
95d316a55c themes/openwrt-light: merge tab support from openwrt.org theme 2010-03-09 02:13:24 +00:00
Jo-Philipp Wich
dc672daf3b module/admin-full: add missing mode+wds -> ap/sta-wds reverse mapping for mac80211 interfaces 2010-03-09 01:19:28 +00:00
Jo-Philipp Wich
1ac4b13246 trunk: remove underscores in app names (Openwrt ticket #6654) 2010-03-08 23:41:50 +00:00
Jo-Philipp Wich
087776d3b4 contrib/package: rename luci-kamikaze to luci, add initmgr to default collection 2010-03-08 19:33:26 +00:00
Jo-Philipp Wich
de585fe484 applications/luci-initmgr: add start/stop/reload actions, move to services menu 2010-03-08 19:05:34 +00:00
Jo-Philipp Wich
7b276a5f48 libs/sys: fix unwanted invocation of initscripts when probing index of rcS 2010-03-08 18:56:03 +00:00
Jo-Philipp Wich
362dfd03e5 contrib/package: remove conffile entries for luci_hosts and luci_ethers 2010-03-08 17:02:09 +00:00
Jo-Philipp Wich
eeb9fd748b applications/luci-initmgr: fix disabling of init scripts 2010-03-08 04:49:43 +00:00
Jo-Philipp Wich
538af500a6 libs/uci: reload luci-statistics when changing system properties 2010-03-08 02:43:58 +00:00
Jo-Philipp Wich
5c7ec5827a modules/admin-full: only show mount point config if /e/c/fstab is present 2010-03-08 02:16:38 +00:00
Jo-Philipp Wich
7ab8b51bd1 applications/luci-statistics: increase default graph width to 600px 2010-03-08 01:49:58 +00:00
Jo-Philipp Wich
2269eb3ef0 libs/ipkg: call opkg with --autoremove 2010-03-08 01:47:10 +00:00