summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Experimental optimizationsoptimizationsAsk Solem2013-07-313-106/+120
|
* [Opt] No need to use Queue.Queue as channel not thread-safeAsk Solem2013-07-312-14/+18
|
* Increase SSL/TCP buffer sizes to 128kbAsk Solem2013-07-311-2/+2
|
* flakesAsk Solem2013-07-311-19/+13
|
* Adds Adrien Guinet to AUTHORSAsk Solem2013-07-311-0/+1
|
* Closes celery/#1414Adrien Guinet2013-07-311-11/+18
| | | | | | | | 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!
* Fix SSL shutdown_transport functionAdrien Guinet2013-07-311-1/+1
|
* Cosmetics for Issue #15 (and some unrelated optimizations)Ask Solem2013-07-291-49/+46
|
* Fix AMQP SSL supportAdrien Guinet2013-07-121-21/+33
| | | | | This patch changes SSLTransport so that it returns the SSL "wrapped" socket for the "sock" property, and not the original socket.
* Merge branch '1.0'Ask Solem2013-06-251-0/+8
|\ | | | | | | | | | | | | Conflicts: Changelog README.rst amqp/__init__.py
| * Bumps version to 1.0.12 and updates Changelogv1.0.12Ask Solem2013-06-253-2/+10
| |
| * Fixes Py3 compat problem with amqp.transport. Closes #13Ask Solem2013-06-251-1/+3
| |
* | Fixes Py3 compat problem with amqp.transport. Closes #13Ask Solem2013-06-251-1/+3
| |
* | Adds amqp.utils.promiseAsk Solem2013-05-291-0/+61
| |
* | Merge branch '1.0'Ask Solem2013-05-012-2/+20
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: Changelog README.rst amqp/__init__.py amqp/serialization.py amqp/transport.py
| * Bumps version to 1.0.11v1.0.11Ask Solem2013-04-112-2/+2
| |
| * Updates ChangelogAsk Solem2013-04-111-0/+8
| |
| * Fixes Python3 syntax errorAsk Solem2013-04-111-1/+3
| |
| * Bumps version to 1.0.10v1.0.10Ask Solem2013-03-212-2/+2
| |
| * Updates changelogAsk Solem2013-03-211-0/+9
| |
| * Fixes Py3 incomatibility. Closes #11Ask Solem2013-03-211-2/+2
| |
* | better table errorsAsk Solem2013-03-261-5/+13
| |
* | Merge branch '1.0'Ask Solem2013-03-085-28/+52
|\ \ | |/ | | | | | | | | | | | | Conflicts: Changelog README.rst amqp/__init__.py funtests/test_channel.py
| * Updates Changelogv1.0.9Ask Solem2013-03-081-0/+3
| |
| * Funtests passingAsk Solem2013-03-081-27/+27
| |
| * channel(id) should claim id from array of free idsAsk Solem2013-03-082-1/+11
| |
| * flakesAsk Solem2013-03-081-2/+2
| |
| * Bumps version to 1.0.9 and updates ChangelogAsk Solem2013-03-083-2/+12
| |
| * Fixes typo handlers -> events. Closes #9Ask Solem2013-03-081-1/+1
| |
| * Jython fix for SOL_TCPAsk Solem2013-03-051-2/+8
| |
* | Fix for Python 3.3Ask Solem2013-02-131-2/+2
| |
* | Merge branch '1.0'Ask Solem2013-02-127-36/+145
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Changelog README.rst amqp/__init__.py amqp/abstract_channel.py amqp/channel.py amqp/connection.py amqp/exceptions.py amqp/method_framing.py amqp/serialization.py amqp/transport.py docs/includes/intro.txt funtests/test_serialization.py
| * Bumps version to 1.0.8 and updates Changelogv1.0.8Ask Solem2013-02-083-2/+10
| |
| * flakesAsk Solem2013-02-086-62/+60
| |
| * Fixes syntax error on Py2.5Ask Solem2013-02-081-3/+3
| |
| * Bumps version to 1.0.7 and updates Changelogv1.0.7Ask Solem2013-02-083-3/+19
| |
| * CosmeticsAsk Solem2013-02-081-1/+1
| |
| * 2**32 is 0 on some Python 2.5 installationsAsk Solem2013-02-082-4/+4
| |
| * Adds Adam Wentz to AUTHORSAsk Solem2013-01-111-0/+1
| |
| * Add array type to protocolAdam Wentz2013-01-112-49/+124
| | | | | | | | | | | | This adds the array type. It was adapted from a patch on the original py-amqp google code repo http://code.google.com/p/py-amqplib/issues/detail?id=38
| * Fixes tuple format bug. Closes #4Ask Solem2012-12-172-2/+2
| |
| * Bumps version to 1.0.6 and updates Changelogv1.0.6Ask Solem2012-11-294-3/+9
| |
| * Don't attempt to close channel if no connection. Fixes celery/celery#1095Ask Solem2012-11-291-1/+1
| |
| * Bumps version to 1.0.5 and updates Changelogv1.0.5Ask Solem2012-11-214-3/+16
| |
| * Ignore basic_cancel if channel closed.Ask Solem2012-11-211-8/+9
| |
| * Channel.events is now a dict of setsAsk Solem2012-11-211-1/+1
| |
| * Bumps version to 1.0.4 and updates Changelogv1.0.4Ask Solem2012-11-134-3/+11
| |
| * [1.0] fix for Python 2.5Ask Solem2012-11-131-3/+3
| |
| * flakesv1.0.2Ask Solem2012-11-122-1/+3
| |
| * Bumps version to 1.0.3 and updates Changelogv1.0.3Ask Solem2012-11-124-3/+18
| |