summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2009-06-10libs/lucid-http: copyz() causes a Kernel oops on brcm-2.4, revert to copy() ↵Jo-Philipp Wich
for now (#70)
2009-06-10Revert r4822, problem is caused by sth. elseJo-Philipp Wich
2009-06-10libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work ↵Jo-Philipp Wich
around by not deamonizing lucid
2009-06-10libs/px5g: fix "x509write.c:717: warning: 'ret' might be used uninitialized ↵Jo-Philipp Wich
in this function"
2009-06-10libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross ↵Jo-Philipp Wich
compiler don't knows it and it seems to be C++ specific
2009-06-08libs/luanet: fix error in base64 decoder, patch from fonosferaJo-Philipp Wich
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