summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More workcallbacksAsk Solem2014-07-225-24/+35
* pidbox do not call .consumeAsk Solem2014-07-171-5/+3
* Adds another async testAsk Solem2014-06-201-0/+40
* WIPAsk Solem2014-06-203-9/+15
* Simplify producer API, and adding async example with both producer and consumerAsk Solem2014-06-177-126/+276
* Simplify async API for kombu.ConsumerAsk Solem2014-06-163-55/+87
* Async consume test workingAsk Solem2014-06-114-32/+108
* Next stepAsk Solem2014-06-111-3/+16
* kombu.Connection now Thenable + cosmeticsAsk Solem2014-06-102-12/+18
* Async queue declare test now async from start to finishAsk Solem2014-06-102-16/+19
* Can now call Queue.declare with callback, and lots of fixesAsk Solem2014-06-106-20/+55
* Callbacks (for py-amqp callbacks branchAsk Solem2014-06-093-82/+159
* Optimizes maybe_declare for transient queuesAsk Solem2014-06-057-30/+38
* Hub._ready is now a setAsk Solem2014-06-041-6/+7
* Tests passingAsk Solem2014-06-021-0/+3
* Merge branch '3.0'Ask Solem2014-06-027-20/+92
|\
| * Fixes typo in reference indexAsk Solem2014-06-021-1/+1
| * beanstalk can now be imported without beanstalkc dependencyAsk Solem2014-06-021-4/+17
| * couchdb can now be imported without couchdb dependencyAsk Solem2014-06-021-9/+20
| * Redis: raise proper error if redis library missingAsk Solem2014-06-021-0/+2
| * amqplib can now be imported without amqplib dependency. Closes #316Ask Solem2014-06-021-5/+23
| * Bumps version to 3.0.17 and updates ChangelogAsk Solem2014-06-023-7/+11
| * Adds Felix Schwarz to AUTHORSAsk Solem2014-06-021-0/+1
| * SQLAlchemy Transport treats OperationalError as connection error (e.g. MySQL ...Felix Schwarz2014-06-021-0/+1
| * Updates ChangelogAsk Solem2014-06-021-0/+24
| * Adds Latitia M. Haskins to AUTHORSAsk Solem2014-05-301-0/+1
| * Issue #355: Check if the userid is populated for couchdb credentialsLatitia M. Haskins2014-05-301-1/+3
| * kombu[librabbitmq] now depends on librabbitmq 1.5.2Ask Solem2014-05-301-1/+1
| * Fixes typo in commentAsk Solem2014-05-301-1/+1
| * sanitize_url now works if host is NoneAsk Solem2014-05-301-1/+1
| * Tests passingAsk Solem2014-05-301-1/+1
| * Adds maybe_sanitize_url to kombu.utils.urlAsk Solem2014-05-301-0/+7
| * Adds sanitize_url and as_url to kombu.utils.urlAsk Solem2014-05-302-31/+40
| * parse_url function should not know about mongodb, and the transport already s...Ask Solem2014-05-302-13/+1
| * Adds CI for Py3.4Ask Solem2014-05-301-0/+1
| * Redis: Use super._restore when ack_emulation disabled. Closes celery/celery#...Ask Solem2014-05-301-0/+2
| * eventloop() should not swallow socket.errorsAsk Solem2014-05-231-2/+0
| * Copyright 2014Ask Solem2014-05-222-2/+2
| * Adds Roger Hu to AUTHORSAsk Solem2014-05-191-0/+1
| * Be selective about how file descriptors are removed since they may be reused ...Roger Hu2014-05-191-12/+18
* | Adds Felix Schwarz to AUTHORSAsk Solem2014-06-021-0/+1
* | SQLAlchemy Transport treats OperationalError as connection error (e.g. MySQL ...Felix Schwarz2014-06-021-0/+1
* | Adds Latitia M. Haskins to AUTHORSAsk Solem2014-05-301-0/+1
* | Issue #355: Check if the userid is populated for couchdb credentialsLatitia M. Haskins2014-05-301-1/+3
* | Restores accidentally removed tox.ini. Closes #358Ask Solem2014-05-301-0/+59
* | Redis: Use super._restore when ack_emulation disabled. Closes celery/celery#...Ask Solem2014-05-301-0/+2
* | cosmeticsAsk Solem2014-05-291-8/+5
* | Fixes flakes after flake8 upgradeAsk Solem2014-05-2714-102/+44
* | Adds MakefileAsk Solem2014-05-275-197/+76
* | eventloop() should not swallow socket.errorsAsk Solem2014-05-231-2/+0