summaryrefslogtreecommitdiff
path: root/kombu/transport
Commit message (Expand)AuthorAgeFilesLines
* pika: channel.connection must be available (in pika it's channel.handler.conn...Ask Solem2010-12-051-2/+6
* BrokerState must be global, otherwise declarations will be lost from connecti...Ask Solem2010-12-031-3/+1
* Unit tests now passing on Python 3Ask Solem2010-12-031-1/+1
* 2to3 says we should use a for loop hereAsk Solem2010-12-021-1/+2
* PEP8ifyev0.9.7Ask Solem2010-11-301-0/+1
* Merge branch 'FlaPer87/master'Ask Solem2010-11-241-4/+1
|\
| * small improvement, connection can be reached using the database instanceFlavio Percoco Premoli2010-11-121-4/+1
* | CosmeticsAsk Solem2010-11-161-2/+6
* | Beanstalk: Close connection on channel close.Ask Solem2010-11-151-0/+5
* | Redis: Only close connection if previously establishedAsk Solem2010-11-151-6/+9
* | Redis: Disconnect on channel close.Ask Solem2010-11-151-1/+3
|/
* Functional tests for Pika transport, also asyncore drain_events now properly ...Ask Solem2010-11-121-5/+25
* Removed leftover print statementsAsk Solem2010-11-121-2/+0
* CouchDB transport: Add socket.error to connection_errors, also use default po...Ask Solem2010-11-121-2/+5
* Fixed syntax errors in MongoDB transport, also added functional tests, but th...Ask Solem2010-11-121-5/+2
* Beanstalk transport now passing functional testsAsk Solem2010-11-111-2/+7
* PE8ify + pyflakesAsk Solem2010-11-113-4/+4
* Redis: Close channel poller thread on finalizationAsk Solem2010-11-111-0/+3
* 100% unit test coverage for Redis transportAsk Solem2010-11-111-20/+42
* Redis: Add Channel.Client so the Redis client can be overriddenAsk Solem2010-11-111-4/+6
* pika transport: queue_purge must return intAsk Solem2010-11-101-0/+4
* Remove leftover print statements in pika backendAsk Solem2010-11-101-3/+0
* Fixed a compatibility issue with other clients not sending application headersAsk Solem2010-11-101-8/+9
* Ship with our own version of multiprocessing.util.Finalize for 2.5/2.4Ask Solem2010-11-101-1/+1
* Bumped version to 0.9.2Ask Solem2010-11-101-7/+13
* 94% coverage of the core library, but still missing coverage of compat, pidbo...Ask Solem2010-11-095-22/+31
* Tests for kombu.transport.virtualAsk Solem2010-11-092-6/+23
* 92% coverage for kombu.utils, also tests for kombu.transport.virtual.schedulingAsk Solem2010-11-081-1/+2
* 100% coverage for kombu.transport.virtual.exchangeAsk Solem2010-11-081-6/+3
* redis: brpop doesn't have subsecond timeouts, so use one thread per channel t...Ask Solem2010-11-081-1/+92
* virtual: Prefetch count was totally broken, because of a logic errorAsk Solem2010-11-081-1/+3
* Added transport aliases 'django', and 'sqlalchemy' to django-kombu and kombu-...Ask Solem2010-10-271-0/+37
* Ported Beanstalk transport from ghettoqAsk Solem2010-10-272-0/+117
* mongodb, couchdb: Copyright year 2010 onlyAsk Solem2010-10-272-4/+2
* Added kombu.utils.uuid4, same as gen_unique_id but returns UUID objectAsk Solem2010-10-271-14/+12
* couchdb: Forgot to import uuidAsk Solem2010-10-271-0/+1
* Ported CouchDB transport from ghettoqAsk Solem2010-10-273-1/+112
* Ported MongoDB transport from ghettoqAsk Solem2010-10-272-0/+86
* Remove example using nonexisting Consumer.get in READMEAsk Solem2010-10-272-0/+12
* pyflakesAsk Solem2010-10-272-15/+10
* Memory backend state must be globalAsk Solem2010-10-272-2/+11
* Improved reference documentationAsk Solem2010-10-279-105/+249
* Added autodoc for new modulesAsk Solem2010-10-261-2/+1
* AMQ Emulation: Added support for topic and fanout exchanges. (fanout only sup...Ask Solem2010-10-265-346/+653
* redis: _put must take kwargsAsk Solem2010-10-201-2/+1
* Update with recent changes in carrotAsk Solem2010-10-182-4/+4
* Virtual methods should support the nowait argumentAsk Solem2010-10-181-6/+6
* Include requeue=False when rejecting a messageDavid Gelvin2010-10-051-1/+1
* Use set.discard instead of set.removeAsk Solem2010-08-131-4/+1
* All occurences of the term Backend has been replaced with Transport.Ask Solem2010-08-047-0/+995