Age | Commit message (Expand) | Author |
2009-07-23 | libs/web: disable memory debuggin in trunk as well | Jo-Philipp Wich |
2009-07-23 | libs/web: dispatcher.lua: add support for external tree building and indexing | Jo-Philipp Wich |
2009-07-23 | libs/uvl: convert uvlc to nixio.fs api, fix error condition when no schema is... | Jo-Philipp Wich |
2009-07-23 | libs/lucid-http: prepare external indexing and tree building in luci handler | Jo-Philipp Wich |
2009-07-23 | libs/core: util.lua optimize get() and set() accessors of threadlocals | Jo-Philipp Wich |
2009-07-23 | libs/core: debug.lua use integers for memory size and peak value | Jo-Philipp Wich |
2009-07-23 | libs/web: use new parser in non-caching mode | Jo-Philipp Wich |
2009-07-23 | libs/web: add template parser reimplemented in C | Jo-Philipp Wich |
2009-07-19 | libs/lmo: check for integer, not number in lmo.archive.get() | Jo-Philipp Wich |
2009-07-19 | libs/lmo: ensure integer return value in lmo.hash(), fix module open function | Jo-Philipp Wich |
2009-07-19 | libs/nixio: don't close stdin, stdout or stderr during garbage collection | Jo-Philipp Wich |
2009-07-19 | fix fallout from nixio.fs transition | Jo-Philipp Wich |
2009-07-19 | convert luci.fs users to nixio.fs api | Jo-Philipp Wich |
2009-07-18 | libs/nixio: allow calls to nixio.util.consume() with no iterator given | Jo-Philipp Wich |
2009-07-18 | libs/nixio: add destination table argument to nixio.util.consume() | Jo-Philipp Wich |
2009-07-18 | libs/core: record peak values in luci.debug | Jo-Philipp Wich |
2009-07-17 | libs/web: optimize code generation in luci.template | Jo-Philipp Wich |
2009-07-14 | nixio: | Steven Barth |
2009-07-11 | libs/lmo: fix possible resource leak if lua runs out of memory but file is al... | Jo-Philipp Wich |
2009-07-11 | libs/lmo: implement lmo.archive.get() and lmo.archive.foreach() | Jo-Philipp Wich |
2009-07-11 | Fix getifaddrs() for BSD | Steven Barth |
2009-07-11 | nixio: Mark axTLS as discouraged, fix changelog | Steven Barth |
2009-07-11 | nixio: Update documentation to prepare 0.3 release | Steven Barth |
2009-07-11 | nixio: Fix accidental closing of file descriptors after dup with two | Steven Barth |
2009-07-10 | libs/sys: implement callbacks in luci.sys.net.arptable() and luci.sys.net.con... | Jo-Philipp Wich |
2009-07-10 | libs/core: trigger garbage collection in coxpcall() if 80% of the allocated m... | Jo-Philipp Wich |
2009-07-10 | Session-IDs are lowercase now | Steven Barth |
2009-07-10 | Move memory limit to lucid, reincrease thread limit | Steven Barth |
2009-07-10 | libs/core: optimize strip_bytecode() memory usage by avoiding string concaten... | Jo-Philipp Wich |
2009-07-10 | libs/lucid: lower threadlimit to 2 | Jo-Philipp Wich |
2009-07-10 | libs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, saves... | Jo-Philipp Wich |
2009-07-10 | libs/core: make use of global memory limits if supported | Jo-Philipp Wich |
2009-07-10 | libs/sys: optimize luci.sys.net.defaultroute6() | Jo-Philipp Wich |
2009-07-10 | Optimise luci.sys | Steven Barth |
2009-07-10 | libs/core: make memory tracer work with c and r events, avoid string allocati... | Jo-Philipp Wich |
2009-07-10 | Fix LuCId behaviour if thread-limit is reached | Steven Barth |
2009-07-09 | libs/sys: improve efficiency of sys.net.defaultroute(), can save hundreds of ... | Jo-Philipp Wich |
2009-07-09 | libs/web: use lmo in luci.i18n | Jo-Philipp Wich |
2009-07-09 | libs: introduce lmo - Lua Machine Objects, an implementation of binary hash t... | Jo-Philipp Wich |
2009-07-06 | libs/lucid: only execute handlers if daemon is below the thread limit, this a... | Jo-Philipp Wich |
2009-07-06 | libs/lucid: lower thread limit to 10 due to oom issues on different devices | Jo-Philipp Wich |
2009-06-30 | libs/nixio: add sysupgrade hook to include /etc/nixio/ (generated certs) into... | Jo-Philipp Wich |
2009-06-21 | Drop support for luaposix and bitlib (obsoleted by nixio) | Steven Barth |
2009-06-21 | nixio: Resolve namespace clashes | Steven Barth |
2009-06-20 | Drop webuci (obsolete) | Steven Barth |
2009-06-20 | Merge fixes / improvements | Steven Barth |
2009-06-16 | drop obsoleted lucittpd packages | Jo-Philipp Wich |
2009-06-16 | libs/lucid-http: use SERVER_ADDR as fallback | Jo-Philipp Wich |
2009-06-16 | Catchall workaround for strange sockaddresses by Jow | Steven Barth |
2009-06-15 | libs/nixio: wrap $(CC) in quotes, command could break if ccache is used (CC:=... | Jo-Philipp Wich |