<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git, branch 0.10.1</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>Merge remote-tracking branch 'origin/master' into 0.10</title>
<updated>2012-01-23T15:21:14+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2012-01-23T15:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=2f4115e52eeea3039a9e230d8c79ab42691a7dbf'/>
<id>2f4115e52eeea3039a9e230d8c79ab42691a7dbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 0.10.1</title>
<updated>2012-01-23T14:58:13+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2012-01-23T14:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=8817549795722026ca83edab2640b8f156510074'/>
<id>8817549795722026ca83edab2640b8f156510074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various comparison between signed and unsigned integer expressions warnings</title>
<updated>2012-01-23T14:58:13+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2012-01-23T14:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=a0190fce2302b8051f744c5cf38c1b334d77d11e'/>
<id>a0190fce2302b8051f744c5cf38c1b334d77d11e</id>
<content type='text'>
These turn into errors because of our -Werror use, breaking the build.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These turn into errors because of our -Werror use, breaking the build.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>server/red_channel: red_peer_handle_incoming: comment on null check</title>
<updated>2012-01-23T10:58:30+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2012-01-23T10:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=459a4dba56bad9dbfb529723eee063c138baccce'/>
<id>459a4dba56bad9dbfb529723eee063c138baccce</id>
<content type='text'>
Signed-off-by: Alon Levy &lt;alevy@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alon Levy &lt;alevy@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>server/tests/test_empty_success: fix warning on bzero</title>
<updated>2012-01-23T10:41:56+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2012-01-23T10:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=51d7598a2e589e88a818c0e1973baf12143e4263'/>
<id>51d7598a2e589e88a818c0e1973baf12143e4263</id>
<content type='text'>
Signed-off-by: Alon Levy &lt;alevy@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alon Levy &lt;alevy@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use found python binary to check for pyparsing</title>
<updated>2012-01-23T10:28:59+00:00</updated>
<author>
<name>Dan McGee</name>
<email>dpmcgee@gmail.com</email>
</author>
<published>2012-01-19T20:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=07b8d85cb626134d6a2cbcd9f8d0411afdeedaf4'/>
<id>07b8d85cb626134d6a2cbcd9f8d0411afdeedaf4</id>
<content type='text'>
This matches what we do in client/Makefile.am to actually run the
python scripts, which is to use the python binary we find first,
preferring 'python2' over 'python'. This makes the compile work on odd
systems such as Arch Linux where the python binary is actually python3.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches what we do in client/Makefile.am to actually run the
python scripts, which is to use the python binary we find first,
preferring 'python2' over 'python'. This makes the compile work on odd
systems such as Arch Linux where the python binary is actually python3.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove epoll headers from client code</title>
<updated>2012-01-23T10:28:59+00:00</updated>
<author>
<name>Dan McGee</name>
<email>dpmcgee@gmail.com</email>
</author>
<published>2012-01-19T20:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=90d612686901254ec0d600ea991e65dbdc849ce5'/>
<id>90d612686901254ec0d600ea991e65dbdc849ce5</id>
<content type='text'>
There is no more usage of epoll on the client side, so no need to
include these header files.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no more usage of epoll on the client side, so no need to
include these header files.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>server: don't complain if setsockopt(SO_PRIORITY) call fails</title>
<updated>2012-01-23T10:28:58+00:00</updated>
<author>
<name>Nahum Shalman</name>
<email>nshalman-github@elys.com</email>
</author>
<published>2012-01-19T20:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=781706ea0de422b95112f064c37f69ec4715a87b'/>
<id>781706ea0de422b95112f064c37f69ec4715a87b</id>
<content type='text'>
dc7855967f4e did this for the TCP_NODELAY and IP_TOS calls; we should do
it for priority as well if necessary.

We also #ifdef the setting of the low-level socket priority based on
whether we have a definition of SO_PRIORITY available. This option is
not available on Illumos/Solaris platforms; however, since we set IP_TOS
anyway it is not a big deal to omit it here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dc7855967f4e did this for the TCP_NODELAY and IP_TOS calls; we should do
it for priority as well if necessary.

We also #ifdef the setting of the low-level socket priority based on
whether we have a definition of SO_PRIORITY available. This option is
not available on Illumos/Solaris platforms; however, since we set IP_TOS
anyway it is not a big deal to omit it here.
</pre>
</div>
</content>
</entry>
<entry>
<title>server/inputs_channel: don't set O_ASYNC option on socket</title>
<updated>2012-01-23T10:28:58+00:00</updated>
<author>
<name>Dan McGee</name>
<email>dpmcgee@gmail.com</email>
</author>
<published>2012-01-19T20:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=89cc196a1b6b93d702ed456cd003d12ae304f9cf'/>
<id>89cc196a1b6b93d702ed456cd003d12ae304f9cf</id>
<content type='text'>
output to send a SIGIO signal to the running program. However, we don't
handle this signal anywhere in the code, so setting the option is
unnecessary.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
output to send a SIGIO signal to the running program. However, we don't
handle this signal anywhere in the code, so setting the option is
unnecessary.

Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitignore with a few more generated files</title>
<updated>2012-01-23T10:28:58+00:00</updated>
<author>
<name>Dan McGee</name>
<email>dpmcgee@gmail.com</email>
</author>
<published>2012-01-19T20:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=b0b19f4b2580977f594cabe03c58b0fa75dd7bda'/>
<id>b0b19f4b2580977f594cabe03c58b0fa75dd7bda</id>
<content type='text'>
Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dan McGee &lt;dpmcgee@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
