Steven Barth [Mon, 27 Jul 2009 12:28:34 +0000 (12:28 +0000)]
Add luci.lucid.running()
Steven Barth [Mon, 27 Jul 2009 12:09:46 +0000 (12:09 +0000)]
Add native support for homepages
Steven Barth [Mon, 27 Jul 2009 10:27:39 +0000 (10:27 +0000)]
Optimize util.threadlocal, Add luci.store as global threadlocal store
Steven Barth [Mon, 27 Jul 2009 10:27:35 +0000 (10:27 +0000)]
Code style
Jo-Philipp Wich [Sun, 26 Jul 2009 23:23:32 +0000 (23:23 +0000)]
libs/web: fix template parsing of default texts in i18n expressions
Jo-Philipp Wich [Sun, 26 Jul 2009 23:11:36 +0000 (23:11 +0000)]
libs/web: fix file handle leak in template parser
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
Jo-Philipp Wich [Sun, 26 Jul 2009 22:43:51 +0000 (22:43 +0000)]
modules/freifunk: fix same problem
Jo-Philipp Wich [Sun, 26 Jul 2009 22:39:21 +0000 (22:39 +0000)]
modules/admin-mini: fix the same issue in admin-mini
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
Jo-Philipp Wich [Sun, 26 Jul 2009 22:34:54 +0000 (22:34 +0000)]
libs/web: convert given argument to string in i18n.translatef()
Jo-Philipp Wich [Sun, 26 Jul 2009 22:34:06 +0000 (22:34 +0000)]
libs/nixio: d'oh ... import tostring() as well
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
Jo-Philipp Wich [Sun, 26 Jul 2009 21:24:48 +0000 (21:24 +0000)]
libs/uvl: fix some memory wasting
Steven Barth [Sat, 25 Jul 2009 12:45:38 +0000 (12:45 +0000)]
Reintroduce prefisx support - was gone somewhere
Steven Barth [Sat, 25 Jul 2009 10:47:26 +0000 (10:47 +0000)]
Allow Basic-Auth pass-through
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
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
Jo-Philipp Wich [Sat, 25 Jul 2009 02:58:04 +0000 (02:58 +0000)]
libs/web: use C templates by default
Jo-Philipp Wich [Sat, 25 Jul 2009 02:57:13 +0000 (02:57 +0000)]
libs/core: support udata util.striptags(), optimizie copcall implementation
Jo-Philipp Wich [Sat, 25 Jul 2009 00:55:24 +0000 (00:55 +0000)]
libs/lucid-http: make chunksinks cope with string-like udata
Steven Barth [Fri, 24 Jul 2009 18:23:59 +0000 (18:23 +0000)]
Merge from fonosfera
Steven Barth [Fri, 24 Jul 2009 17:34:40 +0000 (17:34 +0000)]
FIx lsat commit
Steven Barth [Fri, 24 Jul 2009 17:33:32 +0000 (17:33 +0000)]
luci.fs compat
Steven Barth [Fri, 24 Jul 2009 15:45:29 +0000 (15:45 +0000)]
Revert external tree usage
Steven Barth [Fri, 24 Jul 2009 15:33:10 +0000 (15:33 +0000)]
Typo
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.
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
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
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
Jo-Philipp Wich [Thu, 23 Jul 2009 11:32:22 +0000 (11:32 +0000)]
libs/web: disable memory debuggin in trunk as well
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
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
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
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
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
Jo-Philipp Wich [Thu, 23 Jul 2009 01:41:06 +0000 (01:41 +0000)]
libs/web: use new parser in non-caching mode
Jo-Philipp Wich [Thu, 23 Jul 2009 00:41:44 +0000 (00:41 +0000)]
libs/web: add template parser reimplemented in C
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).
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).
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()
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
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
Jo-Philipp Wich [Sun, 19 Jul 2009 00:38:52 +0000 (00:38 +0000)]
fix fallout from nixio.fs transition
Jo-Philipp Wich [Sun, 19 Jul 2009 00:24:58 +0000 (00:24 +0000)]
convert luci.fs users to nixio.fs api
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
Jo-Philipp Wich [Sat, 18 Jul 2009 21:55:14 +0000 (21:55 +0000)]
libs/nixio: add destination table argument to nixio.util.consume()
Jo-Philipp Wich [Sat, 18 Jul 2009 18:26:44 +0000 (18:26 +0000)]
libs/core: record peak values in luci.debug
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).
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).
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).
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
Jo-Philipp Wich [Fri, 17 Jul 2009 18:33:01 +0000 (18:33 +0000)]
libs/web: optimize code generation in luci.template
Jo-Philipp Wich [Fri, 17 Jul 2009 17:36:08 +0000 (17:36 +0000)]
i18n: package spanish translation
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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
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
Jo-Philipp Wich [Sat, 11 Jul 2009 17:30:43 +0000 (17:30 +0000)]
libs/lmo: implement lmo.archive.get() and lmo.archive.foreach()
Steven Barth [Sat, 11 Jul 2009 10:21:27 +0000 (10:21 +0000)]
Fix getifaddrs() for BSD
Steven Barth [Sat, 11 Jul 2009 08:06:47 +0000 (08:06 +0000)]
nixio: Mark axTLS as discouraged, fix changelog
Steven Barth [Sat, 11 Jul 2009 07:54:57 +0000 (07:54 +0000)]
nixio: Update documentation to prepare 0.3 release
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
Jo-Philipp Wich [Fri, 10 Jul 2009 22:45:50 +0000 (22:45 +0000)]
applications/luci-splash: speedup splash dispatching
Jo-Philipp Wich [Fri, 10 Jul 2009 22:05:01 +0000 (22:05 +0000)]
modules/admin-full: cleanup requires in conntrack template
Jo-Philipp Wich [Fri, 10 Jul 2009 22:02:30 +0000 (22:02 +0000)]
modules/admin-full: reimplement conntrack page as template
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()
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
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
Steven Barth [Fri, 10 Jul 2009 17:06:19 +0000 (17:06 +0000)]
Session-IDs are lowercase now
Steven Barth [Fri, 10 Jul 2009 16:39:30 +0000 (16:39 +0000)]
Move memory limit to lucid, reincrease thread limit
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
Jo-Philipp Wich [Fri, 10 Jul 2009 16:05:10 +0000 (16:05 +0000)]
libs/lucid: lower threadlimit to 2