<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git/tools/common.c, branch win32_example_include_fix</title>
<subtitle>github.com: ask/rabbitmq-c
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/'/>
<entry>
<title>Add amqp URL support to the tools</title>
<updated>2011-09-21T11:10:21+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-09-21T11:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=f743d965d235a882fa5c952aef30086c61ed94e9'/>
<id>f743d965d235a882fa5c952aef30086c61ed94e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>die_errno should use the err parameter, not errno</title>
<updated>2011-07-05T16:52:14+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-07-05T16:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=a1116487c0804c2155d3ee0e4217c5721a17d65f'/>
<id>a1116487c0804c2155d3ee0e4217c5721a17d65f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2011-07-05T15:15:30+00:00</updated>
<author>
<name>David Wragg</name>
<email>david@rabbitmq.com</email>
</author>
<published>2011-07-05T15:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=c39509ffdf2f01fdac4ef95606c105e73af208cc'/>
<id>c39509ffdf2f01fdac4ef95606c105e73af208cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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>Eliminate the AMQP_EMPTY_* macros from amqp.h</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://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=51345a3ded6ecd073921b7e83ec06bbd8988c345'/>
<id>51345a3ded6ecd073921b7e83ec06bbd8988c345</id>
<content type='text'>
Hooray, amqp.h is now ISO C90 clean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hooray, amqp.h is now ISO C90 clean.
</pre>
</div>
</content>
</entry>
<entry>
<title>Harmonize uses of die_amqp_error: it now expects the result code, with negative meaning error</title>
<updated>2010-08-20T16:44:20+00:00</updated>
<author>
<name>Tony Garnock-Jones</name>
<email>tonyg@rabbitmq.com</email>
</author>
<published>2010-08-20T16:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=2e75da40586564221977ab01b8afdac9daf36377'/>
<id>2e75da40586564221977ab01b8afdac9daf36377</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://91.123.203.49/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>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://91.123.203.49/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>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://91.123.203.49/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>A Windows port, using MinGW/MSYS</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://91.123.203.49/cgit/delta/python-packages/rabbitmq-c-github-ask.git/commit/?id=1c198e88d1a0c74676f8d6fade99b2531ba815b8'/>
<id>1c198e88d1a0c74676f8d6fade99b2531ba815b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
