summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2009-06-07HTTPd: No keep-alive after POST request, because we do not check stateSteven Barth
of incoming data
2009-06-07libs/sys: don't convert searched target to uppercase in IptParser, breaks ↵Jo-Philipp Wich
searches for targets referencing custom chains
2009-06-07libs/sys: properly parse iptables rules with not target setJo-Philipp Wich
2009-06-07Revert "adjust axtls level"Steven Barth
This reverts commit b123c99304822a1f1502d00df4915e2707940df3.
2009-06-07adjust axtls levelSteven Barth
2009-06-07better warningsSteven Barth
2009-06-07Enable key generationSteven Barth
2009-06-07PX5G: no autogenerationSteven Barth
2009-06-07LuCId: PX5G integrationSteven Barth
2009-06-07LuCId: DER certificate / key supportSteven Barth
2009-06-07nixio: Add support for DER certificates, PX5G fix CertmasterSteven Barth
2009-06-06GCC: serious business, srslySteven Barth
2009-06-06Add PX5G KeymasterSteven Barth
2009-06-06nixio: Fix axTLS configuration, prepare px5g integrationSteven Barth
2009-06-06nixio: Add support for DER keyfilesSteven Barth
2009-06-06nixio: Use correct datatypes for base64 encodeSteven Barth
2009-06-01Fix query string detectionSteven Barth
2009-06-01lucid: fix separation of query string and url in server handlerJo-Philipp Wich
2009-05-28sync lucidSteven Barth
2009-05-28nixio: Rework TLS support, added support for CyaSSLSteven Barth
2009-05-28Disable checkkey for now: Something is wrong with dropbearkeySteven Barth
2009-05-28Würg around some nasty axTLS keying bugsSteven Barth
2009-05-28libs/web: if current language is a regional dialect, fall back to generic ↵Jo-Philipp Wich
language, then english (e.g. pt_BR -> pt -> en)
2009-05-27Revert "axtls: change cipher profile"Steven Barth
2009-05-27axtls: change cipher spec againSteven Barth
2009-05-27axtls: change cipher profileSteven Barth
2009-05-27Disable old SSL handshakeSteven Barth
2009-05-27disable keep-alive for nowSteven Barth
2009-05-27http/1.1 detectionSteven Barth
2009-05-27HTTP-Timeout to 5 secondsSteven Barth
2009-05-27Fix webrootSteven Barth
2009-05-27LuCId fixesSteven Barth
2009-05-26lucid initSteven Barth
2009-05-26Fix redirectorSteven Barth
2009-05-26LuCIdSteven Barth
2009-05-25Fix non-HEAD HTTP-ResponsesSteven Barth
2009-05-25Extend CBI Delegators, fix some CBI issueSteven Barth
2009-05-24CBI Delegators (Wizards)Steven Barth
Example CBI-Map: d = Delegator() d.allow_back = true -- Back-button d:add("step1", load("mywizard/form1")) -- model/cbi/mywizard/form1 d:add("step2", load("mywizard/form2")) return d
2009-05-23GSoC Commit #1: LuCId + HTTP-ServerSteven Barth
2009-05-21 - Add support for hostap driverJo-Philipp Wich
- Retrieve channels from all available wireless interfaces - Add channel "auto" to channel list Thanks Vasilis Tsiligiannis
2009-05-19i18n: remove obsolete lua i18n filesJo-Philipp Wich
2009-05-19build: integrate po files in the build systemJo-Philipp Wich
2009-05-17libs/core: make sure that bitlib is loaded, fixes some sdk problemsJo-Philipp Wich
2009-05-13libs/sys: fix checking for empty tableJo-Philipp Wich
2009-05-13libs/sys: fix typo in last commitJo-Philipp Wich
2009-05-13libs/sys: implement luci.sys.wifi.channels()Jo-Philipp Wich
modules/admin-full: only display available channels
2009-05-09libs/luanet: add wifi channel enumerationJo-Philipp Wich
2009-05-01Remove Luasocket - obsoleted by nixioSteven Barth
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd Remove lpeg - not in use Rewrite luci-splashd using nixio
2009-04-30 httpclient: Send the correct Host-Header if we are following a redirectSteven Barth
2009-04-26nixio:Steven Barth
Added binding for getifaddrs(): List network interfaces, their flags, addresses and statistics Cleanups