summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2009-08-09libs: introduce iwinfo - wireless information abstraction for proprietary ↵Jo-Philipp Wich
broadcom, madwifi and mac80211 drivers.
2009-08-07libs/web: restore protected call to Template(), was accidentally removed in ↵Jo-Philipp Wich
r4889
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 ↵Jo-Philipp Wich
templates
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
Signed-Off-By: Malte S. Stretz <mss at apache.org>
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 ↵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-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-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-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-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