summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2009-10-08libs/cbi: add interface picker widgetJo-Philipp Wich
2009-10-08libs/core: luci.model.network: implement contains_inteface(), fix bugsJo-Philipp Wich
2009-10-08libs/uci: optimize get & set performance in luci.model.uci.bind, fix ↵Jo-Philipp Wich
ambiguous case in uciop()
2009-10-08libs/core: add luci.model.network oop abstraction layerJo-Philipp Wich
2009-10-08libs/cbi: comply with changed firewall interfaceJo-Philipp Wich
2009-10-08libs/core: luci.model.firewall: make top level functions instance methods to ↵Jo-Philipp Wich
keep interface consistent, implement rename_zone()
2009-10-08libs/cbi: auto-select appropriate option if create field is focusedJo-Philipp Wich
2009-10-08libs/cbi: i18n for zone pickerJo-Philipp Wich
2009-10-08libs/cbi: add a firewall zone picker widgetJo-Philipp Wich
2009-10-08libs/core: add luci.model.firewall, oop abstraction for uci firewallJo-Philipp Wich
2009-10-08libs/uci: add luci.model.uci.bind class for easier oop-uci integrationJo-Philipp Wich
2009-10-07libs/cbi: fix wrong value handling in FileUpload widgets (#85)Jo-Philipp Wich
2009-09-26libs/iwinfo: fix dummy scanresultsJo-Philipp Wich
2009-09-24Fix Save & Apply for listsSteven Barth
2009-09-23libs/iwinfo: find/autocreate madwifi vap if scan on wifi0 is requestedJo-Philipp Wich
2009-09-23libs/iwinfo: add some required includesJo-Philipp Wich
2009-09-23libs/iwinfo: probe madwifi first, poking wifi0 with wl ioctls results in bus ↵Jo-Philipp Wich
error
2009-09-11Fix requestpath, export authuserSteven Barth
2009-09-11libs/http: map *.xsl files to application/xmlJo-Philipp Wich
2009-09-10libs/iwinfo: add channels to the dummy scan resultsJo-Philipp Wich
2009-09-10libs/iwinfo: add fake scan results to the dummy moduleJo-Philipp Wich
2009-09-10libs/web: drop unneeded requires in template classJo-Philipp Wich
2009-09-10libs/web: add missing local variable declarationJo-Philipp Wich
2009-09-10libs/web: drop the Lua template parser, the C implementation is faster in ↵Jo-Philipp Wich
almost every case, even without caching
2009-08-27libs/nixio: protect splice calls with ifdef SPLICE_F_MOVE, fixes compile ↵Jo-Philipp Wich
error with openwrt trunk x86/glibc
2009-08-26libs/iwinfo: return bitrate in kilobits to properly handle .5 ratesJo-Philipp Wich
2009-08-24libs/iwinfo: fixes for brcm-2.4Jo-Philipp Wich
2009-08-24libs/iwinfo: add signal and quality values to scan resultsJo-Philipp Wich
2009-08-24libs/iwinfo: ignore proprietary ciphers or auth suites - we can't handle ↵Jo-Philipp Wich
them anyway
2009-08-24libs/iwinfo: fixes for wpa/wep detection in wifi scanJo-Philipp Wich
2009-08-24libs/iwinfo: implement wifi scansJo-Philipp Wich
2009-08-20libs/cbi: preserve tab state across page reloadsJo-Philipp Wich
2009-08-19libs/cbi: remove redundant line break in listvalue templateJo-Philipp Wich
2009-08-19libs/lmo: fix typo in previous commitJo-Philipp Wich
2009-08-19libs/lmo: fix off-by-one in bounds check, null-terminate dest buffer in ↵Jo-Philipp Wich
lmo_lookup()
2009-08-19libs/lmo: fix possible null pointer dereference in lmo_lookup() - thanks blogicJo-Philipp Wich
2009-08-19libs/iwinfo: unify LUA_WRAP_ASSOCLIST and LUA_WRAP_TXPWRLIST macrosJo-Philipp Wich
2009-08-19libs/iwinfo: add dummy.txpwrlist()Jo-Philipp Wich
2009-08-19libs/iwinfo: implement *_get_txpwrlist() to obtain valid tx power levelsJo-Philipp Wich
2009-08-19libs/iwinfo: add dummy.mbsssid_support() stubJo-Philipp Wich
2009-08-19libs/iwinfo: use dummy if $(SDK) is setJo-Philipp Wich
2009-08-16libs/cbi: implement tabbing to split large sections and group options in tabsJo-Philipp Wich
2009-08-13libs/cbi: attach pcdata() to template scope and use itJo-Philipp Wich
2009-08-13libs/cbi: properly escape values in dynlist widget (#79)Jo-Philipp Wich
2009-08-13libs/lucid: revert main state on startup to prevent accumulation.Malte S. Stretz
A proper SIGTERM handling needs support in nixio first.
2009-08-13libs/uci: more detailed api docsMalte S. Stretz
2009-08-11libs/iwinfo: make lua wrapper functions staticJo-Philipp Wich
2009-08-11libs/iwinfo: implement *_get_mbssid_support() checkJo-Philipp Wich
2009-08-10libs/iwinfo: add dummy module for the sdk, use dummy on DarwinJo-Philipp Wich
2009-08-10luanet doesn't compile on DarwinSteven Barth