<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/libs/lmo, branch 0.10.0</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=0.10.0</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=0.10.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2011-01-02T18:16:54Z</updated>
<entry>
<title>libs/lmo: skip all entries with identical key and value when generating lmo archives</title>
<updated>2011-01-02T18:16:54Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2011-01-02T18:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=73578276afa8d64128d10a4b0ff9b7246b178cc3'/>
<id>urn:sha1:73578276afa8d64128d10a4b0ff9b7246b178cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: apply FD_CLOEXEC on archive descriptors to avoid leaking i18n file fds into executed subprocesses</title>
<updated>2010-12-24T20:28:00Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2010-12-24T20:28:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=f383dc0229138d7b9fce3280730c66d6f7c1b8f5'/>
<id>urn:sha1:f383dc0229138d7b9fce3280730c66d6f7c1b8f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: revert r5539, breaks target builds</title>
<updated>2009-11-14T18:43:50Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-11-14T18:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=319f820388d2a6e634053b7e11104e8755d4d498'/>
<id>urn:sha1:319f820388d2a6e634053b7e11104e8755d4d498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid unnecessary compiling</title>
<updated>2009-11-14T13:41:31Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2009-11-14T13:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b882bdeb04adc817a477009c689ec3b79151bf71'/>
<id>urn:sha1:b882bdeb04adc817a477009c689ec3b79151bf71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: fix logic errors in po2lmo</title>
<updated>2009-11-01T17:27:56Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-11-01T17:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=58ba2de8e108b8223d55cfb85fa41dadeb049627'/>
<id>urn:sha1:58ba2de8e108b8223d55cfb85fa41dadeb049627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: fix po2lmo to cope with new po format</title>
<updated>2009-10-31T16:46:13Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-10-31T16:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ccc8c1dae7f1da2a0443f8553a8146c54a4324fd'/>
<id>urn:sha1:ccc8c1dae7f1da2a0443f8553a8146c54a4324fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: fix typo in previous commit</title>
<updated>2009-08-19T22:23:16Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-08-19T22:23:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9e04d7e6d1015f8fe60289a347bade858fa0fa09'/>
<id>urn:sha1:9e04d7e6d1015f8fe60289a347bade858fa0fa09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: fix off-by-one in bounds check, null-terminate dest buffer in lmo_lookup()</title>
<updated>2009-08-19T22:10:24Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-08-19T22:10:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=83e4af43aa71b2958a429c9f2ebd4a3dd1815841'/>
<id>urn:sha1:83e4af43aa71b2958a429c9f2ebd4a3dd1815841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: fix possible null pointer dereference in lmo_lookup() - thanks blogic</title>
<updated>2009-08-19T21:36:10Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-08-19T21:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=68f335b8d6e3f96c0e35d2b2021d5995e0f536e7'/>
<id>urn:sha1:68f335b8d6e3f96c0e35d2b2021d5995e0f536e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs/lmo: remove cast in first lseek(), not needed since it's a constant expression</title>
<updated>2009-07-30T12:11:08Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-07-30T12:11:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=12400496cc4a15fe1e7afbe0795f9ab3f4207790'/>
<id>urn:sha1:12400496cc4a15fe1e7afbe0795f9ab3f4207790</id>
<content type='text'>
</content>
</entry>
</feed>
