<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/contrib/lar, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2015-01-08T15:35:30Z</updated>
<entry>
<title>contrib: remove abandonned projects</title>
<updated>2015-01-08T15:35:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-01-08T15:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=7e4fff2514dcb1ce0a50ec3849dbde6cc6095e82'/>
<id>urn:sha1:7e4fff2514dcb1ce0a50ec3849dbde6cc6095e82</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
</content>
</entry>
<entry>
<title>Fix SDK build process</title>
<updated>2009-06-20T07:20:56Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2009-06-20T07:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=a060a9e135ce0bf94496935aea5a4981ca0da750'/>
<id>urn:sha1:a060a9e135ce0bf94496935aea5a4981ca0da750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>contrib/lar: get rid of hardcoded buffer size in larlib</title>
<updated>2009-04-13T15:32:04Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-13T15:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=df11154ba3b73defc5357794dfa84be31f1aec4b'/>
<id>urn:sha1:df11154ba3b73defc5357794dfa84be31f1aec4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>contrib/lar: refresh openwrt patch</title>
<updated>2009-04-13T15:18:34Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-13T15:18:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=15798344bfadcece86352c938a8532590cbb3ab2'/>
<id>urn:sha1:15798344bfadcece86352c938a8532590cbb3ab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>contrib/lar: remove bitrot from lar.h</title>
<updated>2009-04-13T15:18:12Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-13T15:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=78d14512abbd04ca13d092774e3303637721cbae'/>
<id>urn:sha1:78d14512abbd04ca13d092774e3303637721cbae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>contrib/lar:</title>
<updated>2009-04-13T15:10:01Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-13T15:10:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=eb4a870be600f3f8704737278ef75c7d050f7172'/>
<id>urn:sha1:eb4a870be600f3f8704737278ef75c7d050f7172</id>
<content type='text'>
	- add lua binding for lar library
	- introduce mmap() support for lua

</content>
</entry>
<entry>
<title>contrib/lar:</title>
<updated>2009-04-07T02:02:15Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-07T02:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b848def42914e3e9a4e4efcd247d4fcc84c172a4'/>
<id>urn:sha1:b848def42914e3e9a4e4efcd247d4fcc84c172a4</id>
<content type='text'>
	- unify code style and data types
	- optimizations for string operations

</content>
</entry>
<entry>
<title>contrib/lar: add lar support patch for openwrt lua</title>
<updated>2009-04-07T00:03:17Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-07T00:03:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=598e9ef533cdec64b117efd603d5df21498f5b85'/>
<id>urn:sha1:598e9ef533cdec64b117efd603d5df21498f5b85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>contrib/lar:</title>
<updated>2009-04-06T22:58:44Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-06T22:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=acf5ea72c70ddbdb90b18a2ae1169ad82e455876'/>
<id>urn:sha1:acf5ea72c70ddbdb90b18a2ae1169ad82e455876</id>
<content type='text'>
	- fix short read of index table
	- properly handle errno by using errno.h
	- extend lar_find_archive() to take a base search path a second argument
	- extend cli.c to allow specifing the base search path
	- print index number in lar.pl

</content>
</entry>
<entry>
<title>contrib/lar: fix buffer overflow check, define os dir seperator</title>
<updated>2009-04-06T18:16:04Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-04-06T18:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=bf1cbdd8389d5e7067b03c1f10e9fbcb3756ccf4'/>
<id>urn:sha1:bf1cbdd8389d5e7067b03c1f10e9fbcb3756ccf4</id>
<content type='text'>
</content>
</entry>
</feed>
