<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git, branch bug22825</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>We were neglecting to free the constructed command line</title>
<updated>2010-07-28T22:03:59+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-28T22:03: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=8edd5fb6db1bd629e295e1932e69bfa3ee301e16'/>
<id>8edd5fb6db1bd629e295e1932e69bfa3ee301e16</id>
<content type='text'>
And fix a tyop in an error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And fix a tyop in an error message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo and improve a few sentences around it.</title>
<updated>2010-07-28T21:48:19+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-28T21:48: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=eb2d565d5074f9a8a51ebd7234c986d0087d21dc'/>
<id>eb2d565d5074f9a8a51ebd7234c986d0087d21dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "const char *" to "void *" conversion warnings</title>
<updated>2010-07-28T00:08:49+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-28T00:08:49+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=27235c0046dfc87b4f57c652681df4436fce3e0e'/>
<id>27235c0046dfc87b4f57c652681df4436fce3e0e</id>
<content type='text'>
Functions returning a heap-allocated string should return a "char *",
not a "const char *": Because the result is heap-allocated and becomes
the responsibility of the caller, it is certainly modifiable.  And the
pointer will likely get passed to free(), triggering a conversion
warning from gcc.  So remove all the relevant consts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions returning a heap-allocated string should return a "char *",
not a "const char *": Because the result is heap-allocated and becomes
the responsibility of the caller, it is certainly modifiable.  And the
pointer will likely get passed to free(), triggering a conversion
warning from gcc.  So remove all the relevant consts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate unnecessary includes of errno.h</title>
<updated>2010-07-27T23:58:31+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-27T23:58:31+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=d0509667889cf799a252bb0c4e8b2d86d75645b6'/>
<id>d0509667889cf799a252bb0c4e8b2d86d75645b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Free heap-allocated error strings</title>
<updated>2010-07-27T18:36:36+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-27T18:36:36+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=4f30d164910f88f181489f591c0957317142da01'/>
<id>4f30d164910f88f181489f591c0957317142da01</id>
<content type='text'>
Even though we are about to exit anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though we are about to exit anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>die_on_error expects a librabbitmq error code</title>
<updated>2010-07-27T17:32:21+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-27T17:32:21+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=a39a656ffb1a72b031aa586a37ff77b39939b6fb'/>
<id>a39a656ffb1a72b031aa586a37ff77b39939b6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant includes of popt.h</title>
<updated>2010-07-27T17:17:24+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-27T17:17:24+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=7032fcd3e646d5e25cd8c40144a03ab869a9f5ff'/>
<id>7032fcd3e646d5e25cd8c40144a03ab869a9f5ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add msys packages and instructions to run autoreconf under Windows</title>
<updated>2010-07-26T03:20:49+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-26T03:20:49+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=0185d7019f3f83ed6c9ad5e23170682f1dde8d81'/>
<id>0185d7019f3f83ed6c9ad5e23170682f1dde8d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Convert the socket_ prefix to amqp_socket_</title>
<updated>2010-07-26T01:54:33+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2010-07-26T01:54:33+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=6cc7fe86a01628483646a0b1eca423a9d8a34025'/>
<id>6cc7fe86a01628483646a0b1eca423a9d8a34025</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
