<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/libs/web/luasrc/http.lua, branch 0.11.1</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=0.11.1</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=0.11.1'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2012-12-18T13:58:22Z</updated>
<entry>
<title>luci-0.11: merge outstanding trunk changes</title>
<updated>2012-12-18T13:58:22Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-12-18T13:58:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=839dcdc01299869bc714990c19d8e244f18318b5'/>
<id>urn:sha1:839dcdc01299869bc714990c19d8e244f18318b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/web: transparently handle userdata in write_json()</title>
<updated>2012-09-15T14:25:18Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-09-15T14:25:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b0d3b82400abc1d3ae591e3a5b313584dda612a4'/>
<id>urn:sha1:b0d3b82400abc1d3ae591e3a5b313584dda612a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix JSON NaN</title>
<updated>2012-04-16T16:48:59Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-04-16T16:48:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b6c98f9c579e8f18af57962d0e500b5b20bf6439'/>
<id>urn:sha1:b6c98f9c579e8f18af57962d0e500b5b20bf6439</id>
<content type='text'>
Hi,

The attached patch fixes the JSON generation when dealing with NaN (not
a number), this makes the JSON parsing in the web browser succeed
(before it would get a "nan" which is not a valid JS value)

Chris
</content>
</entry>
<entry>
<title>libs/web: add luci.http.write_json()</title>
<updated>2010-11-07T19:27:15Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2010-11-07T19:27:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=561673c0a12c5d3371efb8c4f64cc60e8fb89682'/>
<id>urn:sha1:561673c0a12c5d3371efb8c4f64cc60e8fb89682</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add: luci.http.splice to allow direct copying of data from a file</title>
<updated>2009-07-25T07:27:05Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2009-07-25T07:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b8ab3b9dacab9c6d4344c60fdb4046087a24f233'/>
<id>urn:sha1:b8ab3b9dacab9c6d4344c60fdb4046087a24f233</id>
<content type='text'>
descriptor
</content>
</entry>
<entry>
<title>Scope compatibility fixes</title>
<updated>2008-11-29T21:58:39Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2008-11-29T21:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=0b34ab07d4834e7b8329f50a3fe64df3ae232053'/>
<id>urn:sha1:0b34ab07d4834e7b8329f50a3fe64df3ae232053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid XML errors</title>
<updated>2008-09-12T16:12:51Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2008-09-12T16:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=871f07ad2e02040e10f85c7c77dca465932582ab'/>
<id>urn:sha1:871f07ad2e02040e10f85c7c77dca465932582ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General optimizations, simplifications and improvements</title>
<updated>2008-08-29T23:26:01Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2008-08-29T23:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ffd5c4ec656bd3f216c66b43587abcfdaf2b5c37'/>
<id>urn:sha1:ffd5c4ec656bd3f216c66b43587abcfdaf2b5c37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/json: Completed JSON library</title>
<updated>2008-08-26T17:50:32Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2008-08-26T17:50:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=df40e4df5e3485d1d70548b420e02b81aa61e60b'/>
<id>urn:sha1:df40e4df5e3485d1d70548b420e02b81aa61e60b</id>
<content type='text'>
modules/rpc: Added experimental JSON-RPC API
</content>
</entry>
<entry>
<title>RPC part #3</title>
<updated>2008-08-22T20:04:49Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2008-08-22T20:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=03c0b0ad120c83f80d94e1e4233a6b4bd6eaf3e9'/>
<id>urn:sha1:03c0b0ad120c83f80d94e1e4233a6b4bd6eaf3e9</id>
<content type='text'>
</content>
</entry>
</feed>
