<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squashfs-tools-ng.git/mkfs, branch v0.1</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.1</id>
<link rel='self' href='https://git.infraroot.at/squashfs-tools-ng.git/atom?h=v0.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/'/>
<updated>2019-05-31T17:36:03+00:00</updated>
<entry>
<title>Update documentation</title>
<updated>2019-05-31T17:36:03+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-31T17:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=1137ce0726a7997fe9e5cb2941e3f43bfec9d0e8'/>
<id>urn:sha1:1137ce0726a7997fe9e5cb2941e3f43bfec9d0e8</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>gensquashfs: allow combining packdir and packfile</title>
<updated>2019-05-31T17:25:16+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-31T17:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=3559e5e0e840839ae85aa02c0748f89676c0a5e8'/>
<id>urn:sha1:3559e5e0e840839ae85aa02c0748f89676c0a5e8</id>
<content type='text'>
If packdir and packfile are both specified, use packdir as
alternate root.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>gensquashfs: add option to simply pack an input directory</title>
<updated>2019-05-26T20:45:02+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-26T20:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=c42d8e4ead7c20d29bf3996a6a87db0b348f8692'/>
<id>urn:sha1:c42d8e4ead7c20d29bf3996a6a87db0b348f8692</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>gensquashfs: Make '-X help' work without specifying input/output files</title>
<updated>2019-05-24T22:04:40+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-24T22:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=9e7a56b2119a64e30e8ac8af9e483c60976bbd37'/>
<id>urn:sha1:9e7a56b2119a64e30e8ac8af9e483c60976bbd37</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add command line flag for compressor options, pass them to compressors</title>
<updated>2019-05-21T16:21:17+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-21T10:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=c9d3c2e1628e5b28a553ae098b3b9f3019c45a63'/>
<id>urn:sha1:c9d3c2e1628e5b28a553ae098b3b9f3019c45a63</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>fix: inode number difference in dirent is actually signed</title>
<updated>2019-05-20T22:18:20+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-20T22:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=58ced38ac46976c1b0dfa91c513c8ccd170b4e26'/>
<id>urn:sha1:58ced38ac46976c1b0dfa91c513c8ccd170b4e26</id>
<content type='text'>
For now, it is enough to reduce the comparison value, since the inode
numbers are increasing.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: remove squashfs type from fstree nodes</title>
<updated>2019-05-20T10:18:54+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-20T10:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=ce33fefd5c0e4238855551e6f5f75fc106f141b7'/>
<id>urn:sha1:ce33fefd5c0e4238855551e6f5f75fc106f141b7</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>cleanup: internalize meta reader/writer implementations</title>
<updated>2019-05-20T09:01:10+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-20T09:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=c2e01ed987e942005fa66f11d96b8edb1d930c99'/>
<id>urn:sha1:c2e01ed987e942005fa66f11d96b8edb1d930c99</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Get rid of unalligned pointers</title>
<updated>2019-05-20T06:13:28+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-20T06:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=93f5a822b208b7df1c9a3f15685f397e0ce344aa'/>
<id>urn:sha1:93f5a822b208b7df1c9a3f15685f397e0ce344aa</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add ZSTD compressor implementation</title>
<updated>2019-05-19T19:46:34+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-19T19:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=bc2bdb3c4f5cb969635f320beaa9e7bcf42450b2'/>
<id>urn:sha1:bc2bdb3c4f5cb969635f320beaa9e7bcf42450b2</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
</feed>
