Commit graph

601 commits

Author SHA1 Message Date
Jo-Philipp Wich
dce144a2f4 contrib/package: fix typos in package descriptions 2010-03-29 18:40:46 +00:00
Jo-Philipp Wich
9785264f79 contrib/package: add luci-medium collection (admin-full + openwrt-light) 2010-03-28 20:55:33 +00:00
Jo-Philipp Wich
1c8dffdffe contrib/package: make luci depend on uhttpd, add luci-ssl collection 2010-03-27 20:56:28 +00:00
Jo-Philipp Wich
7af6503b1e contrib/package: make sgi-uhttpd and uhttpd tls support optional 2010-03-27 19:28:08 +00:00
Jo-Philipp Wich
7667c0610e contrib/package: add option to disable nixio tls support 2010-03-27 19:21:31 +00:00
Jo-Philipp Wich
11527683bf contrib/package: remove px5g, uhttpd - moved to OpenWrt core packages 2010-03-25 16:08:33 +00:00
Jo-Philipp Wich
f115f8f514 contrib/package: make uhttpd sgi depend on uhttpd-mod-lua and uhttpd-mod-tls as well 2010-03-25 10:56:09 +00:00
Jo-Philipp Wich
f59e82ca53 uhttpd: pass FPIC to source Makefile 2010-03-25 10:00:28 +00:00
Jo-Philipp Wich
af4611d4e0 uhttpd: move Lua and TLS support into loadable plugins 2010-03-25 02:04:50 +00:00
Jo-Philipp Wich
61f22c5b39 contrib/package: switch default TLS provider to CyaSSL 2010-03-23 00:20:39 +00:00
Jo-Philipp Wich
969b971d0d contrib/package: resolve recursive theme-base - luci-web dependency 2010-03-23 00:12:29 +00:00
Jo-Philipp Wich
02867f8ebb contrib/package: remove lucid from default package selections 2010-03-23 00:05:25 +00:00
Jo-Philipp Wich
2f34a51f83 uhttpd: fix default cert names in init script 2010-03-22 23:20:21 +00:00
Jo-Philipp Wich
76b3ad7317 uhttpd: add ssl cert generation to init script 2010-03-22 23:10:48 +00:00
Jo-Philipp Wich
bc7bf3a857 contrib/package: backport px5g from luci2 2010-03-22 21:27:00 +00:00
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
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
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
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
362dfd03e5 contrib/package: remove conffile entries for luci_hosts and luci_ethers 2010-03-08 17:02:09 +00:00
Jo-Philipp Wich
cfae86909f contrib/package: remove leftover reference to libcyassl-luci 2010-03-07 18:43:48 +00:00
Jo-Philipp Wich
1973a02329 trunk: drop uvc_stremaer support, package was removed upstream 2010-03-07 18:42:12 +00:00
Steven Barth
66fc0c4692 Go back to OpenWrt libcyassl 2010-03-07 17:46:58 +00:00
Daniel Dickinson
c9d652c4eb luci-app-voice-diag, luci-app-diag-devinfo: Fix dependencies for the network
and SIP device discovery packages.
2010-02-27 10:37:08 +00:00
Jo-Philipp Wich
11a3137b1c contrib/uci: bump to latest git version 2009-12-29 18:12:21 +00:00
Jo-Philipp Wich
ea46eda74b contrib/fwd: add makwefile to make sdk happy 2009-12-24 23:26:23 +00:00