summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
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
2009-06-10libs/px5g: fix "x509write.c:717: warning: 'ret' might be used uninitialized ↵Jo-Philipp Wich
in this function"
2009-06-10libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross ↵Jo-Philipp Wich
compiler don't knows it and it seems to be C++ specific
2009-06-08libs/luanet: fix error in base64 decoder, patch from fonosferaJo-Philipp Wich
2009-06-07HTTPd: No keep-alive after POST request, because we do not check stateSteven Barth
of incoming data
2009-06-07libs/sys: don't convert searched target to uppercase in IptParser, breaks ↵Jo-Philipp Wich
searches for targets referencing custom chains
2009-06-07libs/sys: properly parse iptables rules with not target setJo-Philipp Wich
2009-06-07Revert "adjust axtls level"Steven Barth
This reverts commit b123c99304822a1f1502d00df4915e2707940df3.
2009-06-07adjust axtls levelSteven Barth
2009-06-07better warningsSteven Barth
2009-06-07Enable key generationSteven Barth
2009-06-07PX5G: no autogenerationSteven Barth