summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
AgeCommit message (Collapse)Author
2010-10-12libiwinfo: ensure that country names are ascii, return txpower list even ↵Jo-Philipp Wich
when no channel is set, bump version
2010-10-12libiwinfo: fix two segfaults in nl80211 backendJo-Philipp Wich
2010-10-11contrib/package: mark luci trunk as 0.10+svnXXXXJo-Philipp Wich
2010-10-03[libiwinfo] apply FD_CLOEXEC on internal ioctl and netlink socketsJo-Philipp Wich
2010-09-29[libiwinfo] fixup ccode in wl_get_country()Jo-Philipp Wich
2010-09-28[libiwinfo] remove cruft from broadcom headerJo-Philipp Wich
2010-09-28[libiwinfo] introduce country() and countrylist() (ISO3166 to driver code ↵Jo-Philipp Wich
mapping)
2010-09-27[libiwinfo]Jo-Philipp Wich
- fix compilation of WL backend - conditionally compile backends according to selected wifi drivers
2010-09-27[libiwinfo] properly register txpower() function of madwifi backendJo-Philipp Wich
2010-09-27[libiwinfo] fix crash in iwinfo cli when operating on monitor interfacesJo-Philipp Wich
2010-09-27[libiwinfo] remove unneeded MakefileJo-Philipp Wich
2010-09-27[libiwinfo] fix typo in MakefileJo-Philipp Wich
2010-09-27[contrib] introduce libiwinfo, splitted apart from LuCI for general usageJo-Philipp Wich
- added NL80211 interface for b43 / ath5k / ath9k - introduces txpower() and encryption() methods - introduces iwinfo cli frontend for data access - supports scanning in AP mode (experimental) and through wpa_supplicant
2010-07-01Force postinst script exiting with return code 0Vasilis Tsiligiannis
2010-05-12i18n: add Malay languageBenoît Knecht
Thanks to Teow Wai Chet for the initial translation.
2010-04-26contrib/package: luci-cbi does not depend on luci-uvl anymoreJo-Philipp Wich
2010-04-21applications: add luci-vnstat, frontend for the VnStat traffic monitorJo-Philipp Wich
2010-04-18contrib: add WoL application to menuconfigJo-Philipp Wich
2010-04-16applications: add frontend for the MultiWAN agentJo-Philipp Wich
2010-03-29contrib/package: fix typos in package descriptionsJo-Philipp Wich
2010-03-28contrib/package: add luci-medium collection (admin-full + openwrt-light)Jo-Philipp Wich
2010-03-27contrib/package: make luci depend on uhttpd, add luci-ssl collectionJo-Philipp Wich
2010-03-27contrib/package: make sgi-uhttpd and uhttpd tls support optionalJo-Philipp Wich
2010-03-27contrib/package: add option to disable nixio tls supportJo-Philipp Wich
2010-03-25contrib/package: remove px5g, uhttpd - moved to OpenWrt core packagesJo-Philipp Wich
2010-03-25contrib/package: make uhttpd sgi depend on uhttpd-mod-lua and uhttpd-mod-tls ↵Jo-Philipp Wich
as well
2010-03-25uhttpd: pass FPIC to source MakefileJo-Philipp Wich
2010-03-25uhttpd: move Lua and TLS support into loadable pluginsJo-Philipp Wich
2010-03-23contrib/package: switch default TLS provider to CyaSSLJo-Philipp Wich
2010-03-23contrib/package: resolve recursive theme-base - luci-web dependencyJo-Philipp Wich
2010-03-23contrib/package: remove lucid from default package selectionsJo-Philipp Wich
2010-03-22uhttpd: fix default cert names in init scriptJo-Philipp Wich
2010-03-22uhttpd: add ssl cert generation to init scriptJo-Philipp Wich
2010-03-22contrib/package: backport px5g from luci2Jo-Philipp Wich
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-21contrib/package: add package definition for luci-sgi-uhttpdJo-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