<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squashfs-tools-ng.git, branch v0.2</title>
<subtitle>A new set of tools and libraries for working with SquashFS images</subtitle>
<id>https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v0.2</id>
<link rel='self' href='https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v0.2'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/'/>
<updated>2019-06-13T08:19:50+00:00</updated>
<entry>
<title>Bump version</title>
<updated>2019-06-13T08:19:50+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-13T08:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=13937879fa6ffdcbea830fa7c9ab030f88c48d75'/>
<id>urn:sha1:13937879fa6ffdcbea830fa7c9ab030f88c48d75</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: pull out common code path</title>
<updated>2019-06-11T16:15:10+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T16:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=842c5ec8e5c05e0d9c245882f13ca0a6b19825f5'/>
<id>urn:sha1:842c5ec8e5c05e0d9c245882f13ca0a6b19825f5</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: rdsquashfs: move command line option processing to options.c</title>
<updated>2019-06-11T16:08:02+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T16:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=8fa122a59f61878bafa43ea45d9ea988f3a70998'/>
<id>urn:sha1:8fa122a59f61878bafa43ea45d9ea988f3a70998</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: get rid of unsqfs_info_t</title>
<updated>2019-06-11T16:04:04+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T15:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=cfbbe12db970b266186775350267f163967d2ede'/>
<id>urn:sha1:cfbbe12db970b266186775350267f163967d2ede</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Move file extraction code to generic data_reader_t in libsquashfs.a</title>
<updated>2019-06-11T15:45:44+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T15:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=578fc9124db4c50ca8c5fac865296139be8c8dfd'/>
<id>urn:sha1:578fc9124db4c50ca8c5fac865296139be8c8dfd</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Cleanup dependency handling</title>
<updated>2019-06-11T13:06:28+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T13:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=a3a47476c5ceed1688e37a5af8a5a988b504832e'/>
<id>urn:sha1:a3a47476c5ceed1688e37a5af8a5a988b504832e</id>
<content type='text'>
Always try to gather all compressor libraries available, but only
complain about missing a one if it has been *explicitly* selected.

If a compressor has been explicityl disabled, we can still turn it
off after checking.

Also, rework gensquashfs to set the default compressor based on
what's available.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: simplify rdsquashfs unpacking: use existing utility functions</title>
<updated>2019-06-11T12:09:05+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T12:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=ff5d648629a5076175430564dcc60da2b28d1ee1'/>
<id>urn:sha1:ff5d648629a5076175430564dcc60da2b28d1ee1</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: mkfs: remove redundant header inclusions</title>
<updated>2019-06-11T11:36:14+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T11:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=d146ab8630a3fa9f91560ef24b02850e94e61118'/>
<id>urn:sha1:d146ab8630a3fa9f91560ef24b02850e94e61118</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: merge rest of block.c into mkfs.c</title>
<updated>2019-06-11T11:34:15+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T11:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=4dc69cb9cd97e9a1f233a0f19ee8035929fa6065'/>
<id>urn:sha1:4dc69cb9cd97e9a1f233a0f19ee8035929fa6065</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: remove rest of sqfs_info_t</title>
<updated>2019-06-11T11:00:25+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-11T10:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=99b153177dbac8689b2e58fc29530727fa7e00fc'/>
<id>urn:sha1:99b153177dbac8689b2e58fc29530727fa7e00fc</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
</feed>
