summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Expand)Author
2009-08-27libs/nixio: protect splice calls with ifdef SPLICE_F_MOVE, fixes compile erro...Jo-Philipp Wich
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 them...Jo-Philipp Wich
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 lmo_l...Jo-Philipp Wich
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
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
2009-08-10libs/iwinfo: forgot to clear string buffer in wrapper functionJo-Philipp Wich
2009-08-09libs/iwinfo: implement *_get_frequency() - operating freq in mhz Jo-Philipp Wich
2009-08-09libs/sys: implement luci.sys.wifi.getiwinfo() oop interfaceJo-Philipp Wich
2009-08-09libs/iwinfo: fix broadcom signal calculation in master mode Jo-Philipp Wich
2009-08-09libs: introduce iwinfo - wireless information abstraction for proprietary bro...Jo-Philipp Wich
2009-08-07libs/web: restore protected call to Template(), was accidentally removed in r...Jo-Philipp Wich
2009-08-07libs/sgi-cgi: fix udata vs. string in cgi backendJo-Philipp Wich
2009-08-05libs/web: template: fix spurious nil or false values that broke various templ...Jo-Philipp Wich
2009-08-04libs/core: fix loading of nixio.bit in luci.ipJo-Philipp Wich
2009-08-01[PATCH] make luci.ip.IPvX a bit more forgivingJo-Philipp Wich
2009-07-31libs/cbi: fix default property of ListValue fieldsJo-Philipp Wich
2009-07-31Performance improvements, where did that get lost?Steven Barth
2009-07-31TypoSteven Barth
2009-07-31Fix cookie logoutSteven Barth
2009-07-31libs/cbi: fix error reporting in map loadingJo-Philipp Wich
2009-07-30Fix errorhandling in DelegatorsSteven Barth
2009-07-30Fix delegatorsSteven Barth
2009-07-30libs/lmo: remove cast in first lseek(), not needed since it's a constant expr...Jo-Philipp Wich
2009-07-30Disable Basic-Auth in SDKSteven Barth
2009-07-30libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break stri...Jo-Philipp Wich
2009-07-30libs/lmo: explicitly cast values to off_t for lseek()Jo-Philipp Wich
2009-07-29Kill abandoned filesSteven Barth
2009-07-29libs/core: properly handle udata values in overloaded string format operatorJo-Philipp Wich
2009-07-29libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE inst...Jo-Philipp Wich