<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c.git, branch force_close</title>
<subtitle>github.com: alanxz/rabbitmq-c
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/'/>
<entry>
<title>Lib: don't try hard when closing SSL sockets</title>
<updated>2015-10-21T06:44:00+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2015-10-21T06:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=b0b278ef0c0dfcbd79de8e7d7bbfc31ae5e6d46a'/>
<id>b0b278ef0c0dfcbd79de8e7d7bbfc31ae5e6d46a</id>
<content type='text'>
If a heartbeat timeout occurs skip calling SSL_shutdown as it involves doing a
send() which will likely hang. Additionally don't wait for a response when doing
an SSL_shutdown, as the underlying transport will not be reused.

Fixes #313
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a heartbeat timeout occurs skip calling SSL_shutdown as it involves doing a
send() which will likely hang. Additionally don't wait for a response when doing
an SSL_shutdown, as the underlying transport will not be reused.

Fixes #313
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Set CMP0042 to use NEW policy.</title>
<updated>2015-10-20T04:28:20+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2015-10-16T06:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=07e745b704dee2314bb4de97afbf4b49bab0db72'/>
<id>07e745b704dee2314bb4de97afbf4b49bab0db72</id>
<content type='text'>
Fixes #293
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #293
</pre>
</div>
</content>
</entry>
<entry>
<title>Lib: remove pointless initialization of last_error</title>
<updated>2015-10-20T04:06:29+00:00</updated>
<author>
<name>Ivan Skytte Jørgensen</name>
<email>isj-nedit-dev@i1.dk</email>
</author>
<published>2015-10-17T17:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=882cf808577156ece6d008ef210a490049634ab3'/>
<id>882cf808577156ece6d008ef210a490049634ab3</id>
<content type='text'>
Don't initialize local variable last_error because it is immediately assigned to
and value is not used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't initialize local variable last_error because it is immediately assigned to
and value is not used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lib: Removed unused include &lt;assert.h&gt;</title>
<updated>2015-10-19T05:28:43+00:00</updated>
<author>
<name>Ivan Skytte Jørgensen</name>
<email>isj-nedit-dev@i1.dk</email>
</author>
<published>2015-10-17T20:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=197a5d3973c65e5c0d55c1fb25da02a11192fd0b'/>
<id>197a5d3973c65e5c0d55c1fb25da02a11192fd0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lib: remove unused macro RPC_REPLY.</title>
<updated>2015-10-19T05:25:11+00:00</updated>
<author>
<name>Ivan Skytte Jørgensen</name>
<email>isj-nedit-dev@i1.dk</email>
</author>
<published>2015-10-17T17:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=ba0bd1e396dbc0c72fbe67dc46d6a3b532777a00'/>
<id>ba0bd1e396dbc0c72fbe67dc46d6a3b532777a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lib: fix incorrect cast in amqp_login_inner()</title>
<updated>2015-10-19T05:22:12+00:00</updated>
<author>
<name>Ivan Skytte Jørgensen</name>
<email>isj-nedit-dev@i1.dk</email>
</author>
<published>2015-10-17T13:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=55358b46c905a00fca64512ce529adc8b03b0aaf'/>
<id>55358b46c905a00fca64512ce529adc8b03b0aaf</id>
<content type='text'>
Removed superfluous and suspicious cast in amqp_simple_rpc() call. 'replies' is
already a amqp_method_number_t*
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed superfluous and suspicious cast in amqp_simple_rpc() call. 'replies' is
already a amqp_method_number_t*
</pre>
</div>
</content>
</entry>
<entry>
<title>Lib: fix incorrect preprocessor conditional</title>
<updated>2015-10-19T05:16:09+00:00</updated>
<author>
<name>Ivan Skytte Jørgensen</name>
<email>isj-nedit-dev@i1.dk</email>
</author>
<published>2015-10-17T11:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=914c390813ad0bb3f60694085fccf320d4c0a024'/>
<id>914c390813ad0bb3f60694085fccf320d4c0a024</id>
<content type='text'>
Use logical-or instead of bitwise-or in preprocessor conditional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use logical-or instead of bitwise-or in preprocessor conditional.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: install libpopt library in osx travis build.</title>
<updated>2015-10-16T06:20:31+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2015-10-16T06:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=48311c88684724a23740988828e0052d39389138'/>
<id>48311c88684724a23740988828e0052d39389138</id>
<content type='text'>
Fixes #295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #295
</pre>
</div>
</content>
</entry>
<entry>
<title>Lib: separate peer &amp; hostname SSL cert validation</title>
<updated>2015-10-16T05:22:42+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2015-10-14T04:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=17410d968b890d1545b84debf0f83059f2aabdeb'/>
<id>17410d968b890d1545b84debf0f83059f2aabdeb</id>
<content type='text'>
Add amqp_ssl_socket_set_verify_peer which controls peer certificate validation,
and amqp_ssl_socket_set_verify_hostname which controls hostname validation in
the certificate. Additionally this deprecates amqp_ssl_socket_set_verify.

Fixes #180, #279, #303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add amqp_ssl_socket_set_verify_peer which controls peer certificate validation,
and amqp_ssl_socket_set_verify_hostname which controls hostname validation in
the certificate. Additionally this deprecates amqp_ssl_socket_set_verify.

Fixes #180, #279, #303
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: check exceptfds in select when connecting</title>
<updated>2015-10-14T06:02:50+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2015-10-14T03:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c.git/commit/?id=ba7c342a55e200d1f72b30d74df1591b0f72de49'/>
<id>ba7c342a55e200d1f72b30d74df1591b0f72de49</id>
<content type='text'>
When doing a nonblocking connect() on win32, select() reports failure using
exceptfds instead of writefds. Allow this narrow case when doing a non-blocking
connect on Win32.

See:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms740141(v=vs.85).aspx

Fixes #297
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When doing a nonblocking connect() on win32, select() reports failure using
exceptfds instead of writefds. Allow this narrow case when doing a non-blocking
connect on Win32.

See:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms740141(v=vs.85).aspx

Fixes #297
</pre>
</div>
</content>
</entry>
</feed>
