<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git/examples/amqp_sendstring.c, branch vms_build</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>Update copyright notices</title>
<updated>2011-03-01T16:26:19+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-03-01T16:26:19+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=38009bd244f5bc32602c04336143d56c3172eaa5'/>
<id>38009bd244f5bc32602c04336143d56c3172eaa5</id>
<content type='text'>
And generally bring debian/copyright up to date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And generally bring debian/copyright up to date.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the examples compile and work under Windows</title>
<updated>2010-10-21T16:49:04+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-10-21T16:49:04+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=c72bba9de479902e864e3a6802c934cf7fb45e39'/>
<id>c72bba9de479902e864e3a6802c934cf7fb45e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate // comments</title>
<updated>2010-10-21T16:49:04+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-10-21T16:49:04+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=6b997da5f6d03f5dc2a8595b3c0a2cf9413b07b2'/>
<id>6b997da5f6d03f5dc2a8595b3c0a2cf9413b07b2</id>
<content type='text'>
They are not allowed in ISO C90.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are not allowed in ISO C90.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fold amqp_end_connection socket closing into amqp_destroy_connection</title>
<updated>2010-07-26T02:09:38+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-26T02:09:38+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=7290a2692cd0f597573de51599c9b50088c02f90'/>
<id>7290a2692cd0f597573de51599c9b50088c02f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add amqp_end_connection, which closes the socket and destroys the connection</title>
<updated>2010-05-30T22:31:40+00:00</updated>
<author>
<name>David Wragg</name>
<email>dpw@lshift.net</email>
</author>
<published>2010-05-30T22:31:40+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=2347dc9977d3bf0c9ed19f7ed3a905eb4e65fa46'/>
<id>2347dc9977d3bf0c9ed19f7ed3a905eb4e65fa46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update licensing to dual MPL/GPL</title>
<updated>2010-02-21T00:01:38+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonygarnockjones@gmail.com</email>
</author>
<published>2010-02-21T00:01:38+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=b19d9ccec0e5798aca4b3e228cab669b91e55909'/>
<id>b19d9ccec0e5798aca4b3e228cab669b91e55909</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove amqp_rpc_reply global variable, making it instead state-local</title>
<updated>2010-02-18T04:17:56+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonygarnockjones@gmail.com</email>
</author>
<published>2010-02-18T04:17:56+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=5568ccff3edef70041e45910077ed0ee17a435d7'/>
<id>5568ccff3edef70041e45910077ed0ee17a435d7</id>
<content type='text'>
and accessible only through amqp_get_rpc_reply(). Add a better comment
on amqp_get_rpc_reply() to be a little clearer about when it's
inappropriate to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and accessible only through amqp_get_rpc_reply(). Add a better comment
on amqp_get_rpc_reply() to be a little clearer about when it's
inappropriate to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend API to permit heartbeat configuration.</title>
<updated>2009-08-20T10:31:12+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@lshift.net</email>
</author>
<published>2009-08-20T10:31:12+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=752c7922ff97d1f373589f2b301cd30aec8e36f6'/>
<id>752c7922ff97d1f373589f2b301cd30aec8e36f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sendstring deliver in persistent mode.</title>
<updated>2009-08-17T15:02:47+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@lshift.net</email>
</author>
<published>2009-08-17T15:02:47+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=1800a1a962b4c39354098c4495909534780772c8'/>
<id>1800a1a962b4c39354098c4495909534780772c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for multiple channels.</title>
<updated>2009-05-12T05:39:26+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@kcbbs.gen.nz</email>
</author>
<published>2009-05-12T05:39:26+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=aabfa202da960cb782cf7c0b90a54cee5969e1fb'/>
<id>aabfa202da960cb782cf7c0b90a54cee5969e1fb</id>
<content type='text'>
 - amqp_login() no longer does amqp_channel_open() for you
 - amqp_login() takes a channel_max argument
 - amqp_login() actually calls amqp_tune_connection() now
 - amqp_channel_close() and amqp_basic_publish() now take a channel number
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - amqp_login() no longer does amqp_channel_open() for you
 - amqp_login() takes a channel_max argument
 - amqp_login() actually calls amqp_tune_connection() now
 - amqp_channel_close() and amqp_basic_publish() now take a channel number
</pre>
</div>
</content>
</entry>
</feed>
