Steven Barth
|
2561ed9b7a
|
Fix errorhandling in Delegators
|
2009-07-30 16:58:37 +00:00 |
|
Steven Barth
|
d7a90e994a
|
Fix delegators
|
2009-07-30 16:05:12 +00:00 |
|
Jo-Philipp Wich
|
12400496cc
|
libs/lmo: remove cast in first lseek(), not needed since it's a constant expression
|
2009-07-30 12:11:08 +00:00 |
|
Steven Barth
|
1172027f5a
|
Disable Basic-Auth in SDK
|
2009-07-30 11:26:27 +00:00 |
|
Jo-Philipp Wich
|
8c8ecd1fa9
|
libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break strict-aliasing rules)
|
2009-07-30 11:06:12 +00:00 |
|
Daniel Dickinson
|
a6309fbeb8
|
* Add sample UCI config files for luci-app-diag-devinfo, to be used by the SDK.
This is part of the luci-app-diag-core, luci-app-voice-core,
luci-app-voice-diag group.
|
2009-07-30 05:48:03 +00:00 |
|
Jo-Philipp Wich
|
a9ae676c61
|
libs/lmo: explicitly cast values to off_t for lseek()
|
2009-07-30 03:30:24 +00:00 |
|
Steven Barth
|
50cf0212ab
|
Kill abandoned files
|
2009-07-29 07:48:11 +00:00 |
|
Jo-Philipp Wich
|
26d792d914
|
libs/core: properly handle udata values in overloaded string format operator
|
2009-07-29 04:29:22 +00:00 |
|
Jo-Philipp Wich
|
ae4694243d
|
libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE instead (#76)
|
2009-07-29 03:28:14 +00:00 |
|
Jo-Philipp Wich
|
aded4e0a06
|
modules/freifunk: fix yet another syntax error in public status model
|
2009-07-28 18:24:07 +00:00 |
|
Jo-Philipp Wich
|
db4cdc81e7
|
modules/freifunk: fix syntax error introduced in r5150
|
2009-07-28 12:09:38 +00:00 |
|
Steven Barth
|
9016ae7ad9
|
Increase timeout for HTTP, fixing some browser problems
|
2009-07-28 11:59:13 +00:00 |
|
Steven Barth
|
45cf10a665
|
Add luci.lucid.running()
|
2009-07-27 12:28:34 +00:00 |
|
Steven Barth
|
17e7f67a7c
|
Add native support for homepages
|
2009-07-27 12:09:46 +00:00 |
|
Steven Barth
|
ce98fdd80f
|
Optimize util.threadlocal, Add luci.store as global threadlocal store
|
2009-07-27 10:27:39 +00:00 |
|
Steven Barth
|
7b5cdb36b5
|
Code style
|
2009-07-27 10:27:35 +00:00 |
|
Jo-Philipp Wich
|
8acc6307bf
|
libs/web: fix template parsing of default texts in i18n expressions
|
2009-07-26 23:23:32 +00:00 |
|
Jo-Philipp Wich
|
047d4e45f6
|
libs/web: fix file handle leak in template parser
|
2009-07-26 23:11:36 +00:00 |
|
Jo-Philipp Wich
|
1b557b0b7b
|
libs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua strings instead of udata objects
|
2009-07-26 22:48:09 +00:00 |
|
Jo-Philipp Wich
|
debfd75f33
|
modules/freifunk: fix same problem
|
2009-07-26 22:43:51 +00:00 |
|
Jo-Philipp Wich
|
2c3d33006c
|
modules/admin-mini: fix the same issue in admin-mini
|
2009-07-26 22:39:21 +00:00 |
|
Jo-Philipp Wich
|
5f70d9f4f4
|
modules/admin-full: fix udata vs. string in system.lua model
|
2009-07-26 22:37:24 +00:00 |
|
Jo-Philipp Wich
|
96bc583cfc
|
libs/web: convert given argument to string in i18n.translatef()
|
2009-07-26 22:34:54 +00:00 |
|
Jo-Philipp Wich
|
2f7fb7e05c
|
libs/nixio: d'oh ... import tostring() as well
|
2009-07-26 22:34:06 +00:00 |
|
Jo-Philipp Wich
|
136b7253b1
|
libs/nixio: convert data to string in writeall(), this is required for numeric and udata arguments
|
2009-07-26 22:32:13 +00:00 |
|
Jo-Philipp Wich
|
3efff022f2
|
libs/uvl: fix some memory wasting
|
2009-07-26 21:24:48 +00:00 |
|
Steven Barth
|
0371fc26d8
|
Reintroduce prefisx support - was gone somewhere
|
2009-07-25 12:45:38 +00:00 |
|
Steven Barth
|
a77f1b91ae
|
Allow Basic-Auth pass-through
|
2009-07-25 10:47:26 +00:00 |
|
Steven Barth
|
b8ab3b9dac
|
Add: luci.http.splice to allow direct copying of data from a file
descriptor
|
2009-07-25 07:27:05 +00:00 |
|
Jo-Philipp Wich
|
3194662054
|
libs/lmo: return entries as udata and only create strings on demand
|
2009-07-25 03:37:03 +00:00 |
|
Jo-Philipp Wich
|
639f965c4f
|
libs/web: use C templates by default
|
2009-07-25 02:58:04 +00:00 |
|
Jo-Philipp Wich
|
4ef3ac9694
|
libs/core: support udata util.striptags(), optimizie copcall implementation
|
2009-07-25 02:57:13 +00:00 |
|
Jo-Philipp Wich
|
ed4b7a5fbb
|
libs/lucid-http: make chunksinks cope with string-like udata
|
2009-07-25 00:55:24 +00:00 |
|
Steven Barth
|
43aca0def5
|
Merge from fonosfera
|
2009-07-24 18:23:59 +00:00 |
|
Steven Barth
|
4d75b51157
|
FIx lsat commit
|
2009-07-24 17:34:40 +00:00 |
|
Steven Barth
|
2164bdf651
|
luci.fs compat
|
2009-07-24 17:33:32 +00:00 |
|
Steven Barth
|
2655871d39
|
Revert external tree usage
|
2009-07-24 15:45:29 +00:00 |
|
Steven Barth
|
6d8143f573
|
Typo
|
2009-07-24 15:33:10 +00:00 |
|
Steven Barth
|
f1e1f7a451
|
Revert "libs/lucid-http: prepare external indexing and tree building in luci handler"
This reverts commit e70104be85933a0d6cef5b8639f3a042e6d76896.
|
2009-07-24 15:33:06 +00:00 |
|
Jo-Philipp Wich
|
7aacb0561d
|
applications/luci-splash: fix upper/lowercase issues in luci splash-cli, thanks to egon_ffj and patrick for spotting this
|
2009-07-23 22:48:29 +00:00 |
|
Jo-Philipp Wich
|
3c35ce382d
|
modules/freifunk: set country code 276 by default, for ch12, 13 with madwifi
|
2009-07-23 12:38:52 +00:00 |
|
Jo-Philipp Wich
|
60f6a91251
|
contrib/package: select openwrt.org theme by default but do not make it a hard depncy
|
2009-07-23 12:11:47 +00:00 |
|
Jo-Philipp Wich
|
97743c1387
|
libs/web: disable memory debuggin in trunk as well
|
2009-07-23 11:32:22 +00:00 |
|
Jo-Philipp Wich
|
8b001ee843
|
libs/web: dispatcher.lua: add support for external tree building and indexing
|
2009-07-23 03:25:27 +00:00 |
|
Jo-Philipp Wich
|
281c92b1d6
|
libs/uvl: convert uvlc to nixio.fs api, fix error condition when no schema is found
|
2009-07-23 03:23:48 +00:00 |
|
Jo-Philipp Wich
|
60aaab2ede
|
libs/lucid-http: prepare external indexing and tree building in luci handler
|
2009-07-23 03:22:45 +00:00 |
|
Jo-Philipp Wich
|
a4f6748205
|
libs/core: util.lua optimize get() and set() accessors of threadlocals
|
2009-07-23 03:21:18 +00:00 |
|
Jo-Philipp Wich
|
3f1393006e
|
libs/core: debug.lua use integers for memory size and peak value
|
2009-07-23 03:19:46 +00:00 |
|
Jo-Philipp Wich
|
3e0b6b681c
|
libs/web: use new parser in non-caching mode
|
2009-07-23 01:41:06 +00:00 |
|