<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/utils/otrx/src, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2015-06-22T07:51:00Z</updated>
<entry>
<title>otrx: add extra compilation check before using __BYTE_ORDER</title>
<updated>2015-06-22T07:51:00Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-06-22T07:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=9ea60944c378f47d6a82cf3495f04637f4175098'/>
<id>urn:sha1:9ea60944c378f47d6a82cf3495f04637f4175098</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46106
</content>
</entry>
<entry>
<title>otrx: include endian.h to make __BYTE_ORDER work with musl</title>
<updated>2015-06-22T06:45:56Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-06-22T06:45:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b70a4df8003248aa363da0f82f3b388ef10cb6ad'/>
<id>urn:sha1:b70a4df8003248aa363da0f82f3b388ef10cb6ad</id>
<content type='text'>
Without this the condition
if __BYTE_ORDER == __BIG_ENDIAN
was always true.

Thanks Szabolcs.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46105
</content>
</entry>
<entry>
<title>otrx: optimize memory usage by function checking TRX CRC</title>
<updated>2015-06-20T21:12:01Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-06-20T21:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=191f19db9b9c96f95d953605034a0e18073448b6'/>
<id>urn:sha1:191f19db9b9c96f95d953605034a0e18073448b6</id>
<content type='text'>
Allocating huge buffer for the whole TRX wasn't too optimal.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46078
</content>
</entry>
<entry>
<title>otrx: make crc32 table global for further optimizations</title>
<updated>2015-06-20T21:11:56Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-06-20T21:11:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1baa977c7a93a1ee308e5f663e96b6aa099d7648'/>
<id>urn:sha1:1baa977c7a93a1ee308e5f663e96b6aa099d7648</id>
<content type='text'>
So far we got only one generic function accessing this table, but
implementing optimizations will require calculating crc32 in other code
parts as well.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 46077
</content>
</entry>
<entry>
<title>otrx: support for creating simple TRX files</title>
<updated>2015-04-14T20:50:53Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-04-14T20:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=2be50d296927924ee93d8372b27b38314cad0c46'/>
<id>urn:sha1:2be50d296927924ee93d8372b27b38314cad0c46</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45444
</content>
</entry>
<entry>
<title>otrx: change command line API to start with a mode</title>
<updated>2015-04-14T20:50:46Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-04-14T20:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=69278f9dbbd486dab312f34766f9e8f0f35a0472'/>
<id>urn:sha1:69278f9dbbd486dab312f34766f9e8f0f35a0472</id>
<content type='text'>
This will allow adding more modes without options conflict.

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45443
</content>
</entry>
<entry>
<title>otrx: use %zd to fix printf format warnings</title>
<updated>2015-04-14T16:16:11Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-04-14T16:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=696b76ff7c75c6b678b9cc3dd8ece074f58efd5f'/>
<id>urn:sha1:696b76ff7c75c6b678b9cc3dd8ece074f58efd5f</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45436
</content>
</entry>
<entry>
<title>otrx: check TRX length read from header to avoid Segmentation fault</title>
<updated>2015-04-14T12:18:57Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-04-14T12:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=d04a37bf7b2d13c3eb903d48e460cfbaa83f9e2b'/>
<id>urn:sha1:d04a37bf7b2d13c3eb903d48e460cfbaa83f9e2b</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45433
</content>
</entry>
<entry>
<title>otrx: include byteswap.h to fix compilation with musl</title>
<updated>2015-04-14T11:10:14Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-04-14T11:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5df6ae44109d14cac12511d18041d1cbeae375c1'/>
<id>urn:sha1:5df6ae44109d14cac12511d18041d1cbeae375c1</id>
<content type='text'>
Fixes #19470

Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45430
</content>
</entry>
<entry>
<title>otrx: support for extracting partitions</title>
<updated>2015-04-12T11:46:11Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2015-04-12T11:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=52c577324005acd486110dd323ae921a4b7341c4'/>
<id>urn:sha1:52c577324005acd486110dd323ae921a4b7341c4</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 45390
</content>
</entry>
</feed>
