<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/py-amqp.git, branch optimizations</title>
<subtitle>github.com: celery/py-amqp.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/'/>
<entry>
<title>Experimental optimizations</title>
<updated>2013-07-31T14:49:01+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2013-07-31T14:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=f79929c535d8f45721c31db1c4eed7c5476f2d91'/>
<id>f79929c535d8f45721c31db1c4eed7c5476f2d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Opt] No need to use Queue.Queue as channel not thread-safe</title>
<updated>2013-07-31T13:46:23+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2013-07-31T13:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=34a108c3e911bee09a20a9c188c0afec9a91383f'/>
<id>34a108c3e911bee09a20a9c188c0afec9a91383f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase SSL/TCP buffer sizes to 128kb</title>
<updated>2013-07-31T13:37:12+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2013-07-31T13:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=2ebb3b6eac03a4b81d8b0e747e60069fa3c5f875'/>
<id>2ebb3b6eac03a4b81d8b0e747e60069fa3c5f875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>flakes</title>
<updated>2013-07-31T13:36:21+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2013-07-31T13:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=33c3f1dfcc92e3d412eab79f71e1343bd51a71a3'/>
<id>33c3f1dfcc92e3d412eab79f71e1343bd51a71a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds Adrien Guinet to AUTHORS</title>
<updated>2013-07-31T13:15:59+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2013-07-31T13:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=01ff3c7240e2c1b597260d92ff9fbacbb5a73274'/>
<id>01ff3c7240e2c1b597260d92ff9fbacbb5a73274</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes celery/#1414</title>
<updated>2013-07-31T12:50:55+00:00</updated>
<author>
<name>Adrien Guinet</name>
<email>aguinet@quarkslab.com</email>
</author>
<published>2013-07-31T12:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=77e3d47bf0d0ef7be00f38c45996f3901c7eca9d'/>
<id>77e3d47bf0d0ef7be00f38c45996f3901c7eca9d</id>
<content type='text'>
In SSLTransport._read, errno.ENOENT must also be catched when reading
from the SSL socket. Moreover, it now uses an internal read buffer, as
in TCPTransport. This is done so that the both implementation are
coherent, but I don't really see the point as the OS already does
buffering!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In SSLTransport._read, errno.ENOENT must also be catched when reading
from the SSL socket. Moreover, it now uses an internal read buffer, as
in TCPTransport. This is done so that the both implementation are
coherent, but I don't really see the point as the OS already does
buffering!
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SSL shutdown_transport function</title>
<updated>2013-07-31T08:35:15+00:00</updated>
<author>
<name>Adrien Guinet</name>
<email>aguinet@quarkslab.com</email>
</author>
<published>2013-07-31T08:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=a376abf320138b8f064b87d27fc9f5f0a2c9e91d'/>
<id>a376abf320138b8f064b87d27fc9f5f0a2c9e91d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetics for Issue #15 (and some unrelated optimizations)</title>
<updated>2013-07-29T14:47:36+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2013-07-29T14:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=b408ef3c0075720debea521536478d0e4bdb1b15'/>
<id>b408ef3c0075720debea521536478d0e4bdb1b15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix AMQP SSL support</title>
<updated>2013-07-12T10:03:23+00:00</updated>
<author>
<name>Adrien Guinet</name>
<email>aguinet@quarkslab.com</email>
</author>
<published>2013-07-12T10:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=87a3ff1eb3f3b094bcb60c71d238a3ad2751b28a'/>
<id>87a3ff1eb3f3b094bcb60c71d238a3ad2751b28a</id>
<content type='text'>
This patch changes SSLTransport so that it returns the SSL "wrapped"
socket for the "sock" property, and not the original socket.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes SSLTransport so that it returns the SSL "wrapped"
socket for the "sock" property, and not the original socket.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '1.0'</title>
<updated>2013-06-25T13:34:42+00:00</updated>
<author>
<name>Ask Solem</name>
<email>ask@celeryproject.org</email>
</author>
<published>2013-06-25T13:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=735c2b409f6e1180f9401132bae2a95bdd3ab34f'/>
<id>735c2b409f6e1180f9401132bae2a95bdd3ab34f</id>
<content type='text'>
Conflicts:
	Changelog
	README.rst
	amqp/__init__.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	Changelog
	README.rst
	amqp/__init__.py
</pre>
</div>
</content>
</entry>
</feed>
