project/luci.git
14 years agolibs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua strings...
Jo-Philipp Wich [Sun, 26 Jul 2009 22:48:09 +0000 (22:48 +0000)]
libs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua strings instead of udata objects

14 years agomodules/freifunk: fix same problem
Jo-Philipp Wich [Sun, 26 Jul 2009 22:43:51 +0000 (22:43 +0000)]
modules/freifunk: fix same problem

14 years agomodules/admin-mini: fix the same issue in admin-mini
Jo-Philipp Wich [Sun, 26 Jul 2009 22:39:21 +0000 (22:39 +0000)]
modules/admin-mini: fix the same issue in admin-mini

14 years agomodules/admin-full: fix udata vs. string in system.lua model
Jo-Philipp Wich [Sun, 26 Jul 2009 22:37:24 +0000 (22:37 +0000)]
modules/admin-full: fix udata vs. string in system.lua model

14 years agolibs/web: convert given argument to string in i18n.translatef()
Jo-Philipp Wich [Sun, 26 Jul 2009 22:34:54 +0000 (22:34 +0000)]
libs/web: convert given argument to string in i18n.translatef()

14 years agolibs/nixio: d'oh ... import tostring() as well
Jo-Philipp Wich [Sun, 26 Jul 2009 22:34:06 +0000 (22:34 +0000)]
libs/nixio: d'oh ... import tostring() as well

14 years agolibs/nixio: convert data to string in writeall(), this is required for numeric and...
Jo-Philipp Wich [Sun, 26 Jul 2009 22:32:13 +0000 (22:32 +0000)]
libs/nixio: convert data to string in writeall(), this is required for numeric and udata arguments

14 years agolibs/uvl: fix some memory wasting
Jo-Philipp Wich [Sun, 26 Jul 2009 21:24:48 +0000 (21:24 +0000)]
libs/uvl: fix some memory wasting

14 years agoReintroduce prefisx support - was gone somewhere
Steven Barth [Sat, 25 Jul 2009 12:45:38 +0000 (12:45 +0000)]
Reintroduce prefisx support - was gone somewhere

14 years agoAllow Basic-Auth pass-through
Steven Barth [Sat, 25 Jul 2009 10:47:26 +0000 (10:47 +0000)]
Allow Basic-Auth pass-through

14 years agoAdd: luci.http.splice to allow direct copying of data from a file
Steven Barth [Sat, 25 Jul 2009 07:27:05 +0000 (07:27 +0000)]
Add: luci.http.splice to allow direct copying of data from a file
descriptor

14 years agolibs/lmo: return entries as udata and only create strings on demand
Jo-Philipp Wich [Sat, 25 Jul 2009 03:37:03 +0000 (03:37 +0000)]
libs/lmo: return entries as udata and only create strings on demand

14 years agolibs/web: use C templates by default
Jo-Philipp Wich [Sat, 25 Jul 2009 02:58:04 +0000 (02:58 +0000)]
libs/web: use C templates by default

14 years agolibs/core: support udata util.striptags(), optimizie copcall implementation
Jo-Philipp Wich [Sat, 25 Jul 2009 02:57:13 +0000 (02:57 +0000)]
libs/core: support udata util.striptags(), optimizie copcall implementation

14 years agolibs/lucid-http: make chunksinks cope with string-like udata
Jo-Philipp Wich [Sat, 25 Jul 2009 00:55:24 +0000 (00:55 +0000)]
libs/lucid-http: make chunksinks cope with string-like udata

14 years agoMerge from fonosfera
Steven Barth [Fri, 24 Jul 2009 18:23:59 +0000 (18:23 +0000)]
Merge from fonosfera

14 years agoFIx lsat commit
Steven Barth [Fri, 24 Jul 2009 17:34:40 +0000 (17:34 +0000)]
FIx lsat commit

14 years agoluci.fs compat
Steven Barth [Fri, 24 Jul 2009 17:33:32 +0000 (17:33 +0000)]
luci.fs compat

14 years agoRevert external tree usage
Steven Barth [Fri, 24 Jul 2009 15:45:29 +0000 (15:45 +0000)]
Revert external tree usage

14 years agoTypo
Steven Barth [Fri, 24 Jul 2009 15:33:10 +0000 (15:33 +0000)]
Typo

14 years agoRevert "libs/lucid-http: prepare external indexing and tree building in luci handler"
Steven Barth [Fri, 24 Jul 2009 15:33:06 +0000 (15:33 +0000)]
Revert "libs/lucid-http: prepare external indexing and tree building in luci handler"

This reverts commit e70104be85933a0d6cef5b8639f3a042e6d76896.

14 years agoapplications/luci-splash: fix upper/lowercase issues in luci splash-cli, thanks to...
Jo-Philipp Wich [Thu, 23 Jul 2009 22:48:29 +0000 (22:48 +0000)]
applications/luci-splash: fix upper/lowercase issues in luci splash-cli, thanks to egon_ffj and patrick for spotting this

14 years agomodules/freifunk: set country code 276 by default, for ch12, 13 with madwifi
Jo-Philipp Wich [Thu, 23 Jul 2009 12:38:52 +0000 (12:38 +0000)]
modules/freifunk: set country code 276 by default, for ch12, 13 with madwifi

14 years agocontrib/package: select openwrt.org theme by default but do not make it a hard depncy
Jo-Philipp Wich [Thu, 23 Jul 2009 12:11:47 +0000 (12:11 +0000)]
contrib/package: select openwrt.org theme by default but do not make it a hard depncy

14 years agolibs/web: disable memory debuggin in trunk as well
Jo-Philipp Wich [Thu, 23 Jul 2009 11:32:22 +0000 (11:32 +0000)]
libs/web: disable memory debuggin in trunk as well

14 years agolibs/web: dispatcher.lua: add support for external tree building and indexing
Jo-Philipp Wich [Thu, 23 Jul 2009 03:25:27 +0000 (03:25 +0000)]
libs/web: dispatcher.lua: add support for external tree building and indexing

14 years agolibs/uvl: convert uvlc to nixio.fs api, fix error condition when no schema is found
Jo-Philipp Wich [Thu, 23 Jul 2009 03:23:48 +0000 (03:23 +0000)]
libs/uvl: convert uvlc to nixio.fs api, fix error condition when no schema is found

14 years agolibs/lucid-http: prepare external indexing and tree building in luci handler
Jo-Philipp Wich [Thu, 23 Jul 2009 03:22:45 +0000 (03:22 +0000)]
libs/lucid-http: prepare external indexing and tree building in luci handler

14 years agolibs/core: util.lua optimize get() and set() accessors of threadlocals
Jo-Philipp Wich [Thu, 23 Jul 2009 03:21:18 +0000 (03:21 +0000)]
libs/core: util.lua optimize get() and set() accessors of threadlocals

14 years agolibs/core: debug.lua use integers for memory size and peak value
Jo-Philipp Wich [Thu, 23 Jul 2009 03:19:46 +0000 (03:19 +0000)]
libs/core: debug.lua use integers for memory size and peak value

14 years agolibs/web: use new parser in non-caching mode
Jo-Philipp Wich [Thu, 23 Jul 2009 01:41:06 +0000 (01:41 +0000)]
libs/web: use new parser in non-caching mode

14 years agolibs/web: add template parser reimplemented in C
Jo-Philipp Wich [Thu, 23 Jul 2009 00:41:44 +0000 (00:41 +0000)]
libs/web: add template parser reimplemented in C

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 56 of 56 messages translated...
Translation System [Mon, 20 Jul 2009 05:15:56 +0000 (05:15 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 56 of 56 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 128 of 128 messages translated...
Translation System [Mon, 20 Jul 2009 01:42:36 +0000 (01:42 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 128 of 128 messages translated (0 fuzzy).

14 years agolibs/lmo: check for integer, not number in lmo.archive.get()
Jo-Philipp Wich [Sun, 19 Jul 2009 16:12:26 +0000 (16:12 +0000)]
libs/lmo: check for integer, not number in lmo.archive.get()

14 years agolibs/lmo: ensure integer return value in lmo.hash(), fix module open function
Jo-Philipp Wich [Sun, 19 Jul 2009 16:10:10 +0000 (16:10 +0000)]
libs/lmo: ensure integer return value in lmo.hash(), fix module open function

14 years agolibs/nixio: don't close stdin, stdout or stderr during garbage collection
Jo-Philipp Wich [Sun, 19 Jul 2009 02:39:10 +0000 (02:39 +0000)]
libs/nixio: don't close stdin, stdout or stderr during garbage collection

14 years agofix fallout from nixio.fs transition
Jo-Philipp Wich [Sun, 19 Jul 2009 00:38:52 +0000 (00:38 +0000)]
fix fallout from nixio.fs transition

14 years agoconvert luci.fs users to nixio.fs api
Jo-Philipp Wich [Sun, 19 Jul 2009 00:24:58 +0000 (00:24 +0000)]
convert luci.fs users to nixio.fs api

14 years agolibs/nixio: allow calls to nixio.util.consume() with no iterator given
Jo-Philipp Wich [Sat, 18 Jul 2009 21:58:41 +0000 (21:58 +0000)]
libs/nixio: allow calls to nixio.util.consume() with no iterator given

14 years agolibs/nixio: add destination table argument to nixio.util.consume()
Jo-Philipp Wich [Sat, 18 Jul 2009 21:55:14 +0000 (21:55 +0000)]
libs/nixio: add destination table argument to nixio.util.consume()

14 years agolibs/core: record peak values in luci.debug
Jo-Philipp Wich [Sat, 18 Jul 2009 18:26:44 +0000 (18:26 +0000)]
libs/core: record peak values in luci.debug

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 104 of 104 messages translated...
Translation System [Sat, 18 Jul 2009 05:37:56 +0000 (05:37 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 104 of 104 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 45 of 45 messages translated...
Translation System [Sat, 18 Jul 2009 05:16:08 +0000 (05:16 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 45 of 45 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 414 of 414 messages translated...
Translation System [Sat, 18 Jul 2009 05:05:38 +0000 (05:05 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 414 of 414 messages translated (0 fuzzy).

14 years ago[PATCH] add tools to scan network for any device, or for sip devices, and output...
Jo-Philipp Wich [Fri, 17 Jul 2009 20:27:05 +0000 (20:27 +0000)]
[PATCH] add tools to scan network for any device, or for sip devices, and output device information, thanks cshore

14 years agolibs/web: optimize code generation in luci.template
Jo-Philipp Wich [Fri, 17 Jul 2009 18:33:01 +0000 (18:33 +0000)]
libs/web: optimize code generation in luci.template

14 years agoi18n: package spanish translation
Jo-Philipp Wich [Fri, 17 Jul 2009 17:36:08 +0000 (17:36 +0000)]
i18n: package spanish translation

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 43 of 43 messages translated...
Translation System [Fri, 17 Jul 2009 04:24:54 +0000 (04:24 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 43 of 43 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 102 of 212 messages translated...
Translation System [Fri, 17 Jul 2009 03:56:31 +0000 (03:56 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 102 of 212 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 39 of 39 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:48 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 39 of 39 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 5 of 5 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:46 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 5 of 5 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 8 of 8 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:43 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 8 of 8 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:40 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 32 of 32 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:38 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 32 of 32 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 3 of 3 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:36 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 3 of 3 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 212 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:32 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 212 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 17 of 17 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:30 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 17 of 17 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 69 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:28 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 69 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 19 of 19 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:26 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 19 of 19 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 43 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:19 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 43 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 4 of 4 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:17 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 4 of 4 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 190 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:14 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 190 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 128 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:10 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 128 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 9 of 9 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:07 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 9 of 9 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 3 of 3 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:05 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 3 of 3 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 56 messages translated...
Translation System [Fri, 17 Jul 2009 03:07:01 +0000 (03:07 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 56 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated...
Translation System [Fri, 17 Jul 2009 03:06:57 +0000 (03:06 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 5 of 5 messages translated...
Translation System [Fri, 17 Jul 2009 03:06:55 +0000 (03:06 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 5 of 5 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated...
Translation System [Fri, 17 Jul 2009 03:06:52 +0000 (03:06 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 7 of 7 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 46 of 104 messages translated...
Translation System [Fri, 17 Jul 2009 03:05:08 +0000 (03:05 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 46 of 104 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 8 of 8 messages translated...
Translation System [Fri, 17 Jul 2009 03:05:05 +0000 (03:05 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 8 of 8 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 177 messages translated...
Translation System [Fri, 17 Jul 2009 03:04:58 +0000 (03:04 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 177 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 17 of 17 messages translated...
Translation System [Fri, 17 Jul 2009 03:04:49 +0000 (03:04 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 17 of 17 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 0 of 251 messages translated...
Translation System [Fri, 17 Jul 2009 03:04:46 +0000 (03:04 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 0 of 251 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 2 of 414 messages translated...
Translation System [Fri, 17 Jul 2009 03:04:42 +0000 (03:04 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 2 of 414 messages translated (0 fuzzy).

14 years agoCommit from LuCI Translation Portal by user gjnardoni. 39 of 39 messages translated...
Translation System [Thu, 16 Jul 2009 01:32:09 +0000 (01:32 +0000)]
Commit from LuCI Translation Portal by user gjnardoni. 39 of 39 messages translated (0 fuzzy).

14 years agonixio:
Steven Barth [Tue, 14 Jul 2009 15:21:00 +0000 (15:21 +0000)]
nixio:
Add Rockspec
Add bswap to nixio.bit
Fix nixio.bit documentation

14 years agolibs/lmo: fix possible resource leak if lua runs out of memory but file is already...
Jo-Philipp Wich [Sat, 11 Jul 2009 23:07:41 +0000 (23:07 +0000)]
libs/lmo: fix possible resource leak if lua runs out of memory but file is already opened

14 years agolibs/lmo: implement lmo.archive.get() and lmo.archive.foreach()
Jo-Philipp Wich [Sat, 11 Jul 2009 17:30:43 +0000 (17:30 +0000)]
libs/lmo: implement lmo.archive.get() and lmo.archive.foreach()

14 years agoFix getifaddrs() for BSD
Steven Barth [Sat, 11 Jul 2009 10:21:27 +0000 (10:21 +0000)]
Fix getifaddrs() for BSD

14 years agonixio: Mark axTLS as discouraged, fix changelog
Steven Barth [Sat, 11 Jul 2009 08:06:47 +0000 (08:06 +0000)]
nixio: Mark axTLS as discouraged, fix changelog

14 years agonixio: Update documentation to prepare 0.3 release
Steven Barth [Sat, 11 Jul 2009 07:54:57 +0000 (07:54 +0000)]
nixio: Update documentation to prepare 0.3 release

14 years agonixio: Fix accidental closing of file descriptors after dup with two
Steven Barth [Sat, 11 Jul 2009 07:01:32 +0000 (07:01 +0000)]
nixio: Fix accidental closing of file descriptors after dup with two
parameters resulting in strange behaviour when spawning processes

14 years agoapplications/luci-splash: speedup splash dispatching
Jo-Philipp Wich [Fri, 10 Jul 2009 22:45:50 +0000 (22:45 +0000)]
applications/luci-splash: speedup splash dispatching

14 years agomodules/admin-full: cleanup requires in conntrack template
Jo-Philipp Wich [Fri, 10 Jul 2009 22:05:01 +0000 (22:05 +0000)]
modules/admin-full: cleanup requires in conntrack template

14 years agomodules/admin-full: reimplement conntrack page as template
Jo-Philipp Wich [Fri, 10 Jul 2009 22:02:30 +0000 (22:02 +0000)]
modules/admin-full: reimplement conntrack page as template

14 years agolibs/sys: implement callbacks in luci.sys.net.arptable() and luci.sys.net.conntrack()
Jo-Philipp Wich [Fri, 10 Jul 2009 22:01:35 +0000 (22:01 +0000)]
libs/sys: implement callbacks in luci.sys.net.arptable() and luci.sys.net.conntrack()

14 years agomodules/admin-full: speedup route status page by reimplementing it as template
Jo-Philipp Wich [Fri, 10 Jul 2009 19:11:37 +0000 (19:11 +0000)]
modules/admin-full: speedup route status page by reimplementing it as template

14 years agolibs/core: trigger garbage collection in coxpcall() if 80% of the allocated memory...
Jo-Philipp Wich [Fri, 10 Jul 2009 17:38:01 +0000 (17:38 +0000)]
libs/core: trigger garbage collection in coxpcall() if 80% of the allocated memory pool are filled

14 years agoSession-IDs are lowercase now
Steven Barth [Fri, 10 Jul 2009 17:06:19 +0000 (17:06 +0000)]
Session-IDs are lowercase now

14 years agoMove memory limit to lucid, reincrease thread limit
Steven Barth [Fri, 10 Jul 2009 16:39:30 +0000 (16:39 +0000)]
Move memory limit to lucid, reincrease thread limit

14 years agolibs/core: optimize strip_bytecode() memory usage by avoiding string concatenation
Jo-Philipp Wich [Fri, 10 Jul 2009 16:30:43 +0000 (16:30 +0000)]
libs/core: optimize strip_bytecode() memory usage by avoiding string concatenation

14 years agolibs/lucid: lower threadlimit to 2
Jo-Philipp Wich [Fri, 10 Jul 2009 16:05:10 +0000 (16:05 +0000)]
libs/lucid: lower threadlimit to 2

14 years agolibs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, saves yet...
Jo-Philipp Wich [Fri, 10 Jul 2009 16:04:07 +0000 (16:04 +0000)]
libs/sys: split zoneinfo in tzdata and tzoffset and autoload on demand, saves yet another ~60KB

14 years agolibs/core: make use of global memory limits if supported
Jo-Philipp Wich [Fri, 10 Jul 2009 16:01:53 +0000 (16:01 +0000)]
libs/core: make use of global memory limits if supported

14 years agolibs/sys: optimize luci.sys.net.defaultroute6()
Jo-Philipp Wich [Fri, 10 Jul 2009 13:49:24 +0000 (13:49 +0000)]
libs/sys: optimize luci.sys.net.defaultroute6()

14 years agoOptimise luci.sys
Steven Barth [Fri, 10 Jul 2009 13:33:48 +0000 (13:33 +0000)]
Optimise luci.sys

14 years agolibs/core: make memory tracer work with c and r events, avoid string allocations...
Jo-Philipp Wich [Fri, 10 Jul 2009 13:15:43 +0000 (13:15 +0000)]
libs/core: make memory tracer work with c and r events, avoid string allocations for debug output

14 years agoFix LuCId behaviour if thread-limit is reached
Steven Barth [Fri, 10 Jul 2009 13:04:07 +0000 (13:04 +0000)]
Fix LuCId behaviour if thread-limit is reached