summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* Add default routing key to exchange_bind.Rumyana Neykova2012-08-231-1/+1
* Add tests for exchange to exchange binding(exchange_bind and exchange_unbind)Rumyana Neykova2012-08-231-1/+14
* Add exchange to exchange binding support.Rumyana Neykova2012-08-201-0/+21
* Adds autodoc for kombu.transport.zmqv2.4.0Ask Solem2012-08-171-0/+7
* Bumps version to 2.4.0 and updates ChangelogAsk Solem2012-08-171-1/+1
* Merge branch 'master' of github.com:celery/kombuAsk Solem2012-08-171-4/+3
|\
| * Fix queue purge in Pika 0.9.5Steeve Morin2012-08-091-2/+2
| * Fix Pika 0.9.5Steeve Morin2012-08-091-2/+1
* | Redis: Messages were not restored if eventloop usedAsk Solem2012-08-151-6/+19
* | Transport.supports_ev is now used for Connection.is_eventedAsk Solem2012-08-156-1/+17
|/
* Merge branch '2.3'Ask Solem2012-08-058-13/+20
|\
| * Adds back kombu.compat.entry_to_queue. Closes celery/celery#8322.3-archivedAsk Solem2012-08-052-2/+5
| * dict.keys is uselessAsk Solem2012-08-054-6/+6
| * Removes print statementAsk Solem2012-08-041-1/+0
| * Use pickle protocol 2 by default, allow setting PICKLE_PROTOCOL environment v...Ask Solem2012-08-042-6/+16
| * Bumps version to 2.3.2v2.3.2Ask Solem2012-08-011-1/+1
| * Must use BytesIO in Python 3Ask Solem2012-08-011-4/+4
| * Bumps version to 2.3.1v2.3.1Ask Solem2012-08-011-1/+1
| * [issue #149] transport/librabbitmq: KeyError prevents further handlingC Anthony Risinger2012-08-011-3/+3
| * Beanstalk: Use localhost by defaultAsk Solem2012-08-011-1/+2
* | Removes print statementAsk Solem2012-08-041-1/+0
* | Use pickle protocol 2 by default, allow setting PICKLE_PROTOCOL environment v...Ask Solem2012-08-042-6/+16
* | [issue #149] transport/librabbitmq: KeyError prevents further handlingC Anthony Risinger2012-07-301-3/+3
* | flakesAsk Solem2012-07-301-3/+8
* | Merge branch 'dctrwatson/zeromq'Ask Solem2012-07-303-1/+280
|\ \
| * | zmq to use cPickle since it wants bytes for messagesJohn Watson2012-06-221-13/+10
| * | Make zmq default connection more kombu compatibleJohn Watson2012-06-221-5/+5
| * | Fix zmq URI passthroughJohn Watson2012-06-222-1/+2
| * | Fix zmq drain_events logicJohn Watson2012-06-221-0/+5
| * | Fix blocking epollJohn Watson2012-06-221-1/+1
| * | some cleanup in zmqJohn Watson2012-06-221-16/+10
| * | Some zmq fixesJohn Watson2012-06-211-9/+16
| * | Initial ZeroMQ TransportJohn Watson2012-06-202-0/+275
* | | Beanstalk: Use localhost by defaultAsk Solem2012-07-301-1/+2
| |/ |/|
* | flakesAsk Solem2012-07-242-3/+1
* | Bumps version to 2.3.0Ask Solem2012-07-241-1/+1
* | Updates ChangelogAsk Solem2012-07-241-0/+3
* | Adds Connection.heartbeat_check and Connection.supports_heartbeatsAsk Solem2012-07-243-0/+31
* | Skip py-amqp tests if not installedAsk Solem2012-07-241-11/+26
* | Adds pyamqp transport aliasAsk Solem2012-07-241-0/+1
* | Connection now supports heartbeat argumentAsk Solem2012-07-241-5/+7
* | Adds py-amqp transport (pyamqp)Ask Solem2012-07-242-0/+280
* | Fix _queue_cache for queues with '.' in the name.Zach Smith2012-07-191-3/+4
* | kwargs argument to reprcall was mistakenly default to an empty tuple instead ...Ask Solem2012-07-181-1/+1
* | adds compat pidbox method dispatch_from_messageAsk Solem2012-07-181-0/+1
* | Bumps version to 2.2.6v2.2.6Ask Solem2012-07-101-1/+1
* | Adds compat messaging.entry_to_queueAsk Solem2012-07-101-0/+3
* | Bumps version to 2.2.5v2.2.5Ask Solem2012-07-101-1/+1
* | Update changelogAsk Solem2012-07-101-2/+0
* | Set x-expires=10 for pidbox reply queuesAsk Solem2012-07-091-1/+8