summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2009-07-23libs/web: use new parser in non-caching modeJo-Philipp Wich
2009-07-23libs/web: add template parser reimplemented in CJo-Philipp Wich
2009-07-20Commit from LuCI Translation Portal by user gjnardoni. 56 of 56 messages ↵Translation System
translated (0 fuzzy).
2009-07-20Commit from LuCI Translation Portal by user gjnardoni. 128 of 128 messages ↵Translation System
translated (0 fuzzy).
2009-07-19libs/lmo: check for integer, not number in lmo.archive.get()Jo-Philipp Wich
2009-07-19libs/lmo: ensure integer return value in lmo.hash(), fix module open functionJo-Philipp Wich
2009-07-19libs/nixio: don't close stdin, stdout or stderr during garbage collectionJo-Philipp Wich
2009-07-19fix fallout from nixio.fs transitionJo-Philipp Wich