<feed xmlns='http://www.w3.org/2005/Atom'>
<title>squashfs-tools-ng.git/lib/sqfs, 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-20T10:02:55+00:00</updated>
<entry>
<title>cleanup: internalize frag_reader_t implementation</title>
<updated>2019-05-20T10:02:55+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-20T09:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=fce20510810cd8f5e078cecd113bbcacd2d71516'/>
<id>urn:sha1:fce20510810cd8f5e078cecd113bbcacd2d71516</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>rdsquashfs: fix read_inode_slink_ext return</title>
<updated>2019-05-19T21:46:01+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-19T21:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=8f41b0d68876844d3eb95e04e312d5fd1ecf0841'/>
<id>urn:sha1:8f41b0d68876844d3eb95e04e312d5fd1ecf0841</id>
<content type='text'>
Return the actual object, not 0.

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Remove compressor internal buffers</title>
<updated>2019-05-04T20:22:48+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-04T13:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=2b975a449c17268f943403176a7609079b7af084'/>
<id>urn:sha1:2b975a449c17268f943403176a7609079b7af084</id>
<content type='text'>
Pass in an external destination buffer + size and allow for propper
bounds checking (especially when unpacking).

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add utility functions to read the fragment data from an image</title>
<updated>2019-05-03T19:45:46+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-03T15:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=12c8196ad46808dc9d0e84b3a798509dcf1a41e7'/>
<id>urn:sha1:12c8196ad46808dc9d0e84b3a798509dcf1a41e7</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add helper function for reading dir entries to meta reader</title>
<updated>2019-05-03T19:45:46+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-02T06:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=83183717feca5c673d614e341bfca49fae9a8001'/>
<id>urn:sha1:83183717feca5c673d614e341bfca49fae9a8001</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add function to read generic inode from meta data reader</title>
<updated>2019-05-03T19:45:46+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-01T21:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=affbcaf1deab75cf83e95512ff539d73474909e2'/>
<id>urn:sha1:affbcaf1deab75cf83e95512ff539d73474909e2</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>unsquashfs: read ID table from file</title>
<updated>2019-05-02T10:40:06+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-01T14:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=31d327c3780aecdb78304263f676ff89a8ea93d1'/>
<id>urn:sha1:31d327c3780aecdb78304263f676ff89a8ea93d1</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
<entry>
<title>Add meta data reader implementation</title>
<updated>2019-05-02T10:40:06+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@sigma-star.at</email>
</author>
<published>2019-05-01T14:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/squashfs-tools-ng.git/commit/?id=6ba88daae14e64009619562209060532eb6eadbb'/>
<id>urn:sha1:6ba88daae14e64009619562209060532eb6eadbb</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@sigma-star.at&gt;
</content>
</entry>
</feed>
