summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
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
Add Rockspec Add bswap to nixio.bit Fix nixio.bit documentation
2009-07-11libs/lmo: fix possible resource leak if lua runs out of memory but file is ↵Jo-Philipp Wich
already opened
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
parameters resulting in strange behaviour when spawning processes
2009-07-10libs/sys: implement callbacks in luci.sys.net.arptable() and ↵Jo-Philipp Wich
luci.sys.net.conntrack()
2009-07-10libs/core: trigger garbage collection in coxpcall() if 80% of the allocated ↵Jo-Philipp Wich
memory pool are filled
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 ↵Jo-Philipp Wich
concatenation
2009-07-10libs/lucid: lower threadlimit to 2Jo-Philipp Wich
2009-07-10libs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, ↵Jo-Philipp Wich
saves yet another ~60KB
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 ↵Jo-Philipp Wich
allocations for debug output
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
KB memory usage
2009-07-09libs/web: use lmo in luci.i18nJo-Philipp Wich
2009-07-09libs: introduce lmo - Lua Machine Objects, an implementation of binary hash ↵Jo-Philipp Wich
tables
2009-07-06libs/lucid: only execute handlers if daemon is below the thread limit, this ↵Jo-Philipp Wich
allows to hold connections without having to fork immediately
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) ↵Jo-Philipp Wich
into saved file list
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
Mark luci.fs as deprecated
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 ↵Jo-Philipp Wich
(CC:=ccache mips-openwrt-linux-uclibc-gcc)
2009-06-15Redefine splice() flags for crappy uclibc versionsSteven Barth
2009-06-14GSoC: Add RPC clientSteven Barth
2009-06-14GSoC: Documentation #2Steven Barth
2009-06-13GSoC: Documentation #1Steven Barth
2009-06-13GSoC: Add LuCId RPC-SlaveSteven Barth
2009-06-10Revert "libs/lucid-http: copyz() causes a Kernel oops on brcm-2.4, revert to ↵Steven Barth
copy() for now (#70)" Fixed in nixio
2009-06-10Some sendfile() under Linux 2.4 is brokenSteven Barth
2009-06-10libs/lucid-http: copyz() causes a Kernel oops on brcm-2.4, revert to copy() ↵Jo-Philipp Wich
for now (#70)
2009-06-10Revert r4822, problem is caused by sth. elseJo-Philipp Wich
2009-06-10libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work ↵Jo-Philipp Wich
around by not deamonizing lucid