<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git/examples/amqps_consumer.c, branch master</title>
<subtitle>github.com: ask/rabbitmq-c
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/'/>
<entry>
<title>FIX: destroy amqp_envelope_t in consumer example</title>
<updated>2013-08-20T17:53:40+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2013-08-20T17:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=f8c6cee7499e970afc1ff9d05919413f884696a5'/>
<id>f8c6cee7499e970afc1ff9d05919413f884696a5</id>
<content type='text'>
Make sure to destroy the envelope object in the amqp_consumer.c example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure to destroy the envelope object in the amqp_consumer.c example
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a high level API for consuming messages</title>
<updated>2013-07-08T22:13:32+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2013-06-26T21:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=33ebeede97a81c2e82ac0c3a6d88d4db0695bf29'/>
<id>33ebeede97a81c2e82ac0c3a6d88d4db0695bf29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make connection the socket object owner</title>
<updated>2013-07-03T19:35:27+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2013-07-03T19:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=da9c2c109ad9740177adfc93e5e92cba92c56134'/>
<id>da9c2c109ad9740177adfc93e5e92cba92c56134</id>
<content type='text'>
Improve the socket interface by making the amqp_connection_state_t
object the amqp_socket_t owner, and tie its lifetime to the connection's
lifetime.  This prevents a class of silly errors where the socket object
isn't freed, or the socket object is assigned to two different
connection objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve the socket interface by making the amqp_connection_state_t
object the amqp_socket_t owner, and tie its lifetime to the connection's
lifetime.  This prevents a class of silly errors where the socket object
isn't freed, or the socket object is assigned to two different
connection objects
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating license header in new files</title>
<updated>2013-04-17T16:56:30+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2013-04-11T18:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=ccd964f3e6833bf5f1ae934fd56053475c2e7af9'/>
<id>ccd964f3e6833bf5f1ae934fd56053475c2e7af9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix code formatting to match the rest of the lib</title>
<updated>2013-04-17T16:56:29+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2013-04-11T17:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=a2a91f532b7e648b2468acad39ae7169ac020d0a'/>
<id>a2a91f532b7e648b2468acad39ae7169ac020d0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding vim modelines to new files</title>
<updated>2013-04-17T16:56:29+00:00</updated>
<author>
<name>Alan Antonuk</name>
<email>alan.antonuk@gmail.com</email>
</author>
<published>2013-04-11T17:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=317a56cfffb05e72713bfa8a8e7236b7c39ddb8d'/>
<id>317a56cfffb05e72713bfa8a8e7236b7c39ddb8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start addressing review comments</title>
<updated>2013-04-09T22:54:49+00:00</updated>
<author>
<name>Michael Steinert</name>
<email>mike.steinert@gmail.com</email>
</author>
<published>2012-12-03T19:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=173e563d3fcd87a03a65a9444d284d71a121e5b4'/>
<id>173e563d3fcd87a03a65a9444d284d71a121e5b4</id>
<content type='text'>
Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the client key/cert in one API call</title>
<updated>2013-04-09T22:54:00+00:00</updated>
<author>
<name>Michael Steinert</name>
<email>mike.steinert@gmail.com</email>
</author>
<published>2012-11-29T19:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=dc835960a2773485094306b557e5fc2aa1f43c60'/>
<id>dc835960a2773485094306b557e5fc2aa1f43c60</id>
<content type='text'>
It doesn't make much sense to have separate APIs to set the client
key/cert pair. This change also make it easier to port to other
backends.

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't make much sense to have separate APIs to set the client
key/cert pair. This change also make it easier to port to other
backends.

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add API to load SSL keys from a buffer</title>
<updated>2013-04-09T22:53:03+00:00</updated>
<author>
<name>Michael Steinert</name>
<email>mike.steinert@gmail.com</email>
</author>
<published>2012-08-30T22:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=09eccb1c0832713f377235c941716007085b47fc'/>
<id>09eccb1c0832713f377235c941716007085b47fc</id>
<content type='text'>
Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Propose new socket API</title>
<updated>2013-04-09T22:48:03+00:00</updated>
<author>
<name>Michael Steinert</name>
<email>mike.steinert@gmail.com</email>
</author>
<published>2012-06-08T21:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=0f022fce389543404f86824ed6c5720d2502cd09'/>
<id>0f022fce389543404f86824ed6c5720d2502cd09</id>
<content type='text'>
The general idea is to have a non-instantiable socket base class.
Connection-specific sub-classes provide a constructor and methods for
modifying connection parameters. `amqp_socket_close()` is the
destructor.

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The general idea is to have a non-instantiable socket base class.
Connection-specific sub-classes provide a constructor and methods for
modifying connection parameters. `amqp_socket_close()` is the
destructor.

Signed-off-by: Michael Steinert &lt;mike.steinert@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
