summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Expand)Author
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
2009-07-10libs/core: trigger garbage collection in coxpcall() if 80% of the allocated m...Jo-Philipp Wich
2009-07-10Session-IDs are lowercase nowSteven Barth
2009-07-10Move memory limit to lucid, reincrease thread limitSteven Barth
2009-07-10libs/core: optimize strip_bytecode() memory usage by avoiding string concaten...Jo-Philipp Wich
2009-07-10libs/lucid: lower threadlimit to 2Jo-Philipp Wich
2009-07-10libs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, saves...Jo-Philipp Wich
2009-07-10libs/core: make use of global memory limits if supportedJo-Philipp Wich
2009-07-10libs/sys: optimize luci.sys.net.defaultroute6()Jo-Philipp Wich
2009-07-10Optimise luci.sysSteven Barth
2009-07-10libs/core: make memory tracer work with c and r events, avoid string allocati...Jo-Philipp Wich
2009-07-10Fix LuCId behaviour if thread-limit is reachedSteven Barth
2009-07-09libs/sys: improve efficiency of sys.net.defaultroute(), can save hundreds of ...Jo-Philipp Wich
2009-07-09libs/web: use lmo in luci.i18nJo-Philipp Wich
2009-07-09libs: introduce lmo - Lua Machine Objects, an implementation of binary hash t...Jo-Philipp Wich
2009-07-06libs/lucid: only execute handlers if daemon is below the thread limit, this a...Jo-Philipp Wich
2009-07-06libs/lucid: lower thread limit to 10 due to oom issues on different devicesJo-Philipp Wich
2009-06-30libs/nixio: add sysupgrade hook to include /etc/nixio/ (generated certs) into...Jo-Philipp Wich
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
2009-06-21nixio: Resolve namespace clashesSteven Barth
2009-06-20Drop webuci (obsolete)Steven Barth
2009-06-20Merge fixes / improvementsSteven Barth
2009-06-16drop obsoleted lucittpd packagesJo-Philipp Wich
2009-06-16libs/lucid-http: use SERVER_ADDR as fallbackJo-Philipp Wich
2009-06-16Catchall workaround for strange sockaddresses by JowSteven Barth
2009-06-15libs/nixio: wrap $(CC) in quotes, command could break if ccache is used (CC:=...Jo-Philipp Wich