summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2009-07-31modules/admin-mini: fix syntax error in system controllerJo-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 ↵Jo-Philipp Wich
expression
2009-07-30Disable Basic-Auth in SDKSteven Barth
2009-07-30libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break ↵Jo-Philipp Wich
strict-aliasing rules)
2009-07-30* Add sample UCI config files for luci-app-diag-devinfo, to be used by the SDK.Daniel Dickinson
This is part of the luci-app-diag-core, luci-app-voice-core, luci-app-voice-diag group.
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 ↵Jo-Philipp Wich
instead (#76)
2009-07-28modules/freifunk: fix yet another syntax error in public status modelJo-Philipp Wich
2009-07-28modules/freifunk: fix syntax error introduced in r5150Jo-Philipp Wich
2009-07-28Increase timeout for HTTP, fixing some browser problemsSteven Barth
2009-07-27Add luci.lucid.running()Steven Barth
2009-07-27Add native support for homepagesSteven Barth
2009-07-27Optimize util.threadlocal, Add luci.store as global threadlocal storeSteven Barth
2009-07-27Code styleSteven Barth
2009-07-26libs/web: fix template parsing of default texts in i18n expressionsJo-Philipp Wich
2009-07-26libs/web: fix file handle leak in template parser Jo-Philipp Wich
2009-07-26libs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua ↵Jo-Philipp Wich
strings instead of udata objects
2009-07-26modules/freifunk: fix same problemJo-Philipp Wich
2009-07-26modules/admin-mini: fix the same issue in admin-miniJo-Philipp Wich
2009-07-26modules/admin-full: fix udata vs. string in system.lua modelJo-Philipp Wich
2009-07-26libs/web: convert given argument to string in i18n.translatef()Jo-Philipp Wich
2009-07-26libs/nixio: d'oh ... import tostring() as wellJo-Philipp Wich
2009-07-26libs/nixio: convert data to string in writeall(), this is required for ↵Jo-Philipp Wich
numeric and udata arguments
2009-07-26libs/uvl: fix some memory wastingJo-Philipp Wich
2009-07-25Reintroduce prefisx support - was gone somewhereSteven Barth
2009-07-25Allow Basic-Auth pass-throughSteven Barth
2009-07-25Add: luci.http.splice to allow direct copying of data from a fileSteven Barth
descriptor
2009-07-25libs/lmo: return entries as udata and only create strings on demandJo-Philipp Wich
2009-07-25libs/web: use C templates by defaultJo-Philipp Wich
2009-07-25libs/core: support udata util.striptags(), optimizie copcall implementationJo-Philipp Wich
2009-07-25libs/lucid-http: make chunksinks cope with string-like udataJo-Philipp Wich
2009-07-24Merge from fonosferaSteven Barth
2009-07-24FIx lsat commitSteven Barth
2009-07-24luci.fs compatSteven Barth
2009-07-24Revert external tree usageSteven Barth
2009-07-24TypoSteven Barth
2009-07-24Revert "libs/lucid-http: prepare external indexing and tree building in luci ↵Steven Barth
handler" This reverts commit e70104be85933a0d6cef5b8639f3a042e6d76896.
2009-07-23applications/luci-splash: fix upper/lowercase issues in luci splash-cli, ↵Jo-Philipp Wich
thanks to egon_ffj and patrick for spotting this
2009-07-23modules/freifunk: set country code 276 by default, for ch12, 13 with madwifiJo-Philipp Wich
2009-07-23contrib/package: select openwrt.org theme by default but do not make it a ↵Jo-Philipp Wich
hard depncy
2009-07-23libs/web: disable memory debuggin in trunk as wellJo-Philipp Wich
2009-07-23libs/web: dispatcher.lua: add support for external tree building and indexingJo-Philipp Wich
2009-07-23libs/uvl: convert uvlc to nixio.fs api, fix error condition when no schema ↵Jo-Philipp Wich
is found
2009-07-23libs/lucid-http: prepare external indexing and tree building in luci handlerJo-Philipp Wich
2009-07-23libs/core: util.lua optimize get() and set() accessors of threadlocalsJo-Philipp Wich
2009-07-23libs/core: debug.lua use integers for memory size and peak valueJo-Philipp Wich