<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rabbitmq-c-github-ask.git/tools/common.h, 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>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>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>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>
<entry>
<title>Make error codes returned by librabbitmq functions opaque</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=66a0a987914626fc0ea86067a0ea1dd7a2bebdd2'/>
<id>66a0a987914626fc0ea86067a0ea1dd7a2bebdd2</id>
<content type='text'>
Windows doesn't generally use POSIX error codes, which poses a problem
for librabbitmq's approach of using those error codes in its API.  So
make the librabbitmq error codes opaque: They are still be integers,
but client code is not supposed to assume anything about them, except
that they can be passed to a new amqp_error_string() function which
returns the corresponding error message

Internally, the error codes are either taken from a set of
librabbitmq-specific values, or correspond to an OS-specific (POSIX or
win32) error code, with a simple encoding to indicate which is which.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows doesn't generally use POSIX error codes, which poses a problem
for librabbitmq's approach of using those error codes in its API.  So
make the librabbitmq error codes opaque: They are still be integers,
but client code is not supposed to assume anything about them, except
that they can be passed to a new amqp_error_string() function which
returns the corresponding error message

Internally, the error codes are either taken from a set of
librabbitmq-specific values, or correspond to an OS-specific (POSIX or
win32) error code, with a simple encoding to indicate which is which.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all includes of popt.h into common.h, which depends on it anyway</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=76e825b388c6c3b65ef238a245748f38d3f1c1fc'/>
<id>76e825b388c6c3b65ef238a245748f38d3f1c1fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license block</title>
<updated>2010-02-21T02:18:31+00:00</updated>
<author>
<name>David Wragg</name>
<email>dpw@lshift.net</email>
</author>
<published>2010-02-21T02:18:31+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=ce69cdda5d587f86ba98bb7b7d53cb79aee5ab8b'/>
<id>ce69cdda5d587f86ba98bb7b7d53cb79aee5ab8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Command line AMQP tools based on rabbitmq-c</title>
<updated>2010-02-20T22:58:40+00:00</updated>
<author>
<name>David Wragg</name>
<email>dpw@lshift.net</email>
</author>
<published>2010-02-20T22:58: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=c90336ef0b6c8507a2f409db7e33dd1844b25517'/>
<id>c90336ef0b6c8507a2f409db7e33dd1844b25517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
