Commit graph

2620 commits

Author SHA1 Message Date
Jo-Philipp Wich
01c4048021 libs/core: fix loading of nixio.bit in luci.ip 2009-08-04 10:38:52 +00:00
Jo-Philipp Wich
f637ea27ae contrib/package: allow pipe signs for service descriptions in olsrd init script 2009-08-03 18:30:07 +00:00
Jo-Philipp Wich
86cd67ebc3 [PATCH] make luci.ip.IPvX a bit more forgiving
Signed-Off-By: Malte S. Stretz <mss at apache.org>
2009-08-01 20:40:55 +00:00
Jo-Philipp Wich
68af07222c libs/cbi: fix default property of ListValue fields 2009-07-31 23:22:10 +00:00
Steven Barth
9827e91105 Performance improvements, where did that get lost? 2009-07-31 19:57:07 +00:00
Jo-Philipp Wich
4e534b50e5 contrib/package: bump pkg revision as well 2009-07-31 17:19:55 +00:00
Jo-Philipp Wich
cc8da1a018 contrib/package: increase load threshold of freifunk watchdog to 15.0 2009-07-31 17:19:23 +00:00
Steven Barth
8b65a44fe8 Typo 2009-07-31 17:08:59 +00:00
Steven Barth
f648ab3445 Fix cookie logout 2009-07-31 17:08:18 +00:00
Jo-Philipp Wich
f311d13ca1 libs/cbi: fix error reporting in map loading 2009-07-31 00:13:24 +00:00
Jo-Philipp Wich
45d9fe0b16 application/luci-statistics: fix i18n binding, use string() instead of translate 2009-07-31 00:02:53 +00:00
Jo-Philipp Wich
d8eb5b292d modules/admin-full: fix syntax error in system controller 2009-07-31 00:02:07 +00:00
Jo-Philipp Wich
4c8ea12a28 modules/admin-mini: fix syntax error in system controller 2009-07-31 00:01:34 +00:00
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