<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squashfs-tools-ng.git/.gitignore, branch v0.7</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.7</id>
<link rel='self' href='https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v0.7'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/'/>
<updated>2019-09-28T18:27:19+00:00</updated>
<entry>
<title>Ignore temporary files generated by Emacs</title>
<updated>2019-09-28T18:27:19+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-09-28T13:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=56b3a1fc932ee7cccb2196c81b14b4ed93615b05'/>
<id>urn:sha1:56b3a1fc932ee7cccb2196c81b14b4ed93615b05</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add a pkg-config file for libsquashfs</title>
<updated>2019-09-27T16:01:39+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-09-27T15:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=f6904a98bffe0bce5fc6aac408c141a25c0e05ab'/>
<id>urn:sha1:f6904a98bffe0bce5fc6aac408c141a25c0e05ab</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add Doxygen based reference manual to build system</title>
<updated>2019-09-09T12:48:17+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-09-09T12:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=524869a644004b2b5eae9c6cdb14a20c0e877778'/>
<id>urn:sha1:524869a644004b2b5eae9c6cdb14a20c0e877778</id>
<content type='text'>
This commit modifies the build system to optionally generate a
reference manual for libsquashfs using Doxygen (if Doxygen is
available and the manual is explicitly built).

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Turn libsquashfs.a into a shared library</title>
<updated>2019-08-31T18:33:41+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-31T15:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=3b43f166629efbb34e1b0ceeaa2f06452d0fed2f'/>
<id>urn:sha1:3b43f166629efbb34e1b0ceeaa2f06452d0fed2f</id>
<content type='text'>
This of course entails turning the entire project over to libtool magic.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add minimal test program for fuzzing the fstree_from_file parser</title>
<updated>2019-08-25T11:47:25+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-25T11:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=e5fa4cdfb0469ed615d0f778b95b0755bfd7c9ca'/>
<id>urn:sha1:e5fa4cdfb0469ed615d0f778b95b0755bfd7c9ca</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add minimal test program for fuzzing the tar parser</title>
<updated>2019-08-24T19:27:13+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-24T19:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=2d43d376d38ebf91d0ef6b8711bdc134aa1abdd6'/>
<id>urn:sha1:2d43d376d38ebf91d0ef6b8711bdc134aa1abdd6</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add pthread based, parallel block processor implementation</title>
<updated>2019-08-18T20:44:39+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-14T12:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=1a95478b8d340c8b6b9dbff4f38f9293388fd1a3'/>
<id>urn:sha1:1a95478b8d340c8b6b9dbff4f38f9293388fd1a3</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Extend filesystem diff utility to work on squashfs images</title>
<updated>2019-08-07T09:24:20+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-07T09:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=d6149732b67fbedc7ac2d2ba984c07ab466392f1'/>
<id>urn:sha1:d6149732b67fbedc7ac2d2ba984c07ab466392f1</id>
<content type='text'>
Since it already works on an fstree_t instance (constructed from the
input paths), and we now have a handy sqfs_reader_t, it is quite simple
to extend.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add a helper utility to compare filesystem trees</title>
<updated>2019-08-07T08:41:49+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-08-05T13:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=73b4ec8392541a27815bccbaeccbdf1cdd5e19dd'/>
<id>urn:sha1:73b4ec8392541a27815bccbaeccbdf1cdd5e19dd</id>
<content type='text'>
The intended use case is to compare two mounted or unpacke squashfs
images, so a repacked test image can be compared against its original
or an image unpacked with unsquashfs can be compared with an image
unpacked by rdsquashfs or sqfs2tar.

Since the tool is only intended to aid development (specifically
automated testing), it is not installed by `make install`.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add unit tests</title>
<updated>2019-06-20T18:39:30+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-06-19T14:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=d766a9b089aefff63bca3e9914f5332af65efd12'/>
<id>urn:sha1:d766a9b089aefff63bca3e9914f5332af65efd12</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
</feed>
