<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/src/generator.ml, branch 1.2.6</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>Fix error message in strings-e command (RHBZ#588651).</title>
<updated>2010-05-14T16:23:44+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-05-12T15:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=3101ea517df936843d1addc30d5f4da9f9a05e99'/>
<id>3101ea517df936843d1addc30d5f4da9f9a05e99</id>
<content type='text'>
(cherry picked from commit 287f8957fea3efe411c7ac55595d5d6c7b613e4e
and modified to apply to the stable branch.  Note that the original
commit message contains a typo 'string-e' instead of 'strings-e')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 287f8957fea3efe411c7ac55595d5d6c7b613e4e
and modified to apply to the stable branch.  Note that the original
commit message contains a typo 'string-e' instead of 'strings-e')
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).</title>
<updated>2010-05-14T16:06:06+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-05-07T12:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=988a707f3731e4174582e74fc83c30d89c5afb7e'/>
<id>988a707f3731e4174582e74fc83c30d89c5afb7e</id>
<content type='text'>
Pengzhen Cao noticed that read-file would fail for files
larger than the protocol size; this is *not* the bug.  However
it would also lose protocol synchronization after this.

The reason was that functions which return RBufferOut in the
generator must not 'touch' the *size_r parameter along error
return paths.

I fixed read-file and initrd-cat, and I checked that pread was
doing the right thing.

This also adds regression tests for read-file with various categories
of large file.
(cherry picked from commit 42f59b28f123f53ae038df23a9abee08e959e46b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pengzhen Cao noticed that read-file would fail for files
larger than the protocol size; this is *not* the bug.  However
it would also lose protocol synchronization after this.

The reason was that functions which return RBufferOut in the
generator must not 'touch' the *size_r parameter along error
return paths.

I fixed read-file and initrd-cat, and I checked that pread was
doing the right thing.

This also adds regression tests for read-file with various categories
of large file.
(cherry picked from commit 42f59b28f123f53ae038df23a9abee08e959e46b)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: In verbose mode, print dashes between each test.</title>
<updated>2010-05-14T15:57:55+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-30T22:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=542452fb83486749edc482bd80a7ac6640a1fd7a'/>
<id>542452fb83486749edc482bd80a7ac6640a1fd7a</id>
<content type='text'>
Only affects tests when run with LIBGUESTFS_DEBUG=1.  Lets you easily
see when each test starts and ends.
(cherry picked from commit 097266e01cfa28319834bf750649650f3c22006f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only affects tests when run with LIBGUESTFS_DEBUG=1.  Lets you easily
see when each test starts and ends.
(cherry picked from commit 097266e01cfa28319834bf750649650f3c22006f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that guestfs_mount implies -o sync and performance problem (RHBZ#587582).</title>
<updated>2010-04-30T16:38:45+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-30T12:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=e6d09ffe07d18565e39adfd6a23c360f4dec919c'/>
<id>e6d09ffe07d18565e39adfd6a23c360f4dec919c</id>
<content type='text'>
(cherry picked from commit fd2d10d6ed91f417a9b99bb61526b45bb7ed3e4e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit fd2d10d6ed91f417a9b99bb61526b45bb7ed3e4e)
</pre>
</div>
</content>
</entry>
<entry>
<title>lvresize: Use --force so it can make LVs smaller (RHBZ#587484).</title>
<updated>2010-04-30T16:38:11+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-30T09:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=7c434ceb4bf30703f03befc1b47b95e56ee8bd33'/>
<id>7c434ceb4bf30703f03befc1b47b95e56ee8bd33</id>
<content type='text'>
This also adds a regression test for this bug.
(cherry picked from commit c24de46d06cc3ecccf00bfaaffb06172659cdd0a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds a regression test for this bug.
(cherry picked from commit c24de46d06cc3ecccf00bfaaffb06172659cdd0a)
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Clarify documentation for mknod (RHBZ#582948).</title>
<updated>2010-04-20T07:45:55+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-19T19:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=94bb71624ec0d88550ea7ea6c1c86d2b8d2163ed'/>
<id>94bb71624ec0d88550ea7ea6c1c86d2b8d2163ed</id>
<content type='text'>
(cherry picked from commit 42e43db927dac13da0afe6dba39708295eb06021)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 42e43db927dac13da0afe6dba39708295eb06021)
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: Use 'g' instead of 'handle' in documentation.</title>
<updated>2010-04-20T07:44:53+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-17T15:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=6a1efd25d70578a794ee65749db309ae73095358'/>
<id>6a1efd25d70578a794ee65749db309ae73095358</id>
<content type='text'>
By convention we use 'g' for handles.  Copy this convention
through to all the documentation.
(cherry picked from commit 2e0f3ed54b978925c79ca0d33e76bec338b23631)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By convention we use 'g' for handles.  Copy this convention
through to all the documentation.
(cherry picked from commit 2e0f3ed54b978925c79ca0d33e76bec338b23631)
</pre>
</div>
</content>
</entry>
<entry>
<title>generator: Fix typo in a comment.</title>
<updated>2010-04-20T07:44:03+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-17T13:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=7d10547f879478972be3bb8be17412a9b85a6b84'/>
<id>7d10547f879478972be3bb8be17412a9b85a6b84</id>
<content type='text'>
(cherry picked from commit 68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).</title>
<updated>2010-04-20T07:43:42+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-17T12:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=e240b51188e0e342a1d538b9f328843e6e32bb6f'/>
<id>e240b51188e0e342a1d538b9f328843e6e32bb6f</id>
<content type='text'>
chmod: Disallow negative mode, document mode affected by umask.

mkdir-mode: Disallow negative mode, document that filesystems
may interpret the mode in different ways.

mknod: Disallow negative mode, document mode affected by umask.

umask: Check the range of umask mask value carefully.
(cherry picked from commit 61ab83d19009a8006dd73ebe16d22494b78be4d1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chmod: Disallow negative mode, document mode affected by umask.

mkdir-mode: Disallow negative mode, document that filesystems
may interpret the mode in different ways.

mknod: Disallow negative mode, document mode affected by umask.

umask: Check the range of umask mask value carefully.
(cherry picked from commit 61ab83d19009a8006dd73ebe16d22494b78be4d1)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a build test for the 'umask' command.</title>
<updated>2010-04-20T07:42:33+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-17T11:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=34cbec703e9dcbb29ecb4f9fa6267db9427e755b'/>
<id>34cbec703e9dcbb29ecb4f9fa6267db9427e755b</id>
<content type='text'>
(cherry picked from commit 116d497c68c2e57f6e92abf8834112a794a145f0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 116d497c68c2e57f6e92abf8834112a794a145f0)
</pre>
</div>
</content>
</entry>
</feed>
