summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Expand)Author
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 st...Jo-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 numeri...Jo-Philipp Wich
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
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
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 is...Jo-Philipp Wich
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-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
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-18libs/nixio: allow calls to nixio.util.consume() with no iterator givenJo-Philipp Wich
2009-07-18libs/nixio: add destination table argument to nixio.util.consume()Jo-Philipp Wich
2009-07-18libs/core: record peak values in luci.debugJo-Philipp Wich
2009-07-17libs/web: optimize code generation in luci.templateJo-Philipp Wich
2009-07-14nixio:Steven Barth
2009-07-11libs/lmo: fix possible resource leak if lua runs out of memory but file is al...Jo-Philipp Wich
2009-07-11libs/lmo: implement lmo.archive.get() and lmo.archive.foreach()Jo-Philipp Wich
2009-07-11Fix getifaddrs() for BSDSteven Barth
2009-07-11nixio: Mark axTLS as discouraged, fix changelogSteven Barth
2009-07-11nixio: Update documentation to prepare 0.3 releaseSteven Barth
2009-07-11nixio: Fix accidental closing of file descriptors after dup with twoSteven Barth
2009-07-10libs/sys: implement callbacks in luci.sys.net.arptable() and luci.sys.net.con...Jo-Philipp Wich