summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rst2html --strict for README.rst2.2-archivedAsk Solem2012-06-071-3/+4
* Bumps version to 2.2.0v2.2.0Ask Solem2012-06-072-11/+9
* Set release-date for 2.2.0Ask Solem2012-06-071-3/+21
* Zookeeper cosmeticsAsk Solem2012-06-071-43/+44
* Adds Mahendra M to AUTHORSAsk Solem2012-06-071-0/+1
* Adds support for Apache Zookeeper as a transport.Mahendra M2012-06-0712-3/+212
* Tests passingAsk Solem2012-06-072-22/+21
* Updates Changelog, set redis visibility timeout to 1 hour by defaultAsk Solem2012-06-072-15/+287
* CosmeticsAsk Solem2012-06-061-3/+0
* Canonical repo moved to https://github.com/celery/kombuAsk Solem2012-06-064-11/+16
* 2.2.0rc2Ask Solem2012-06-032-2/+2
* Fixes virtual.QoS bugAsk Solem2012-06-031-1/+2
* Redis now works with the celery eventloop againAsk Solem2012-06-024-5/+19
* Simplify amqplib's drain_eventsAsk Solem2012-05-311-12/+7
* flakesAsk Solem2012-05-317-7/+6
* Removes librabbitmq from requirementsAsk Solem2012-05-311-1/+1
* Merge branch 'master' of github.com:/ask/kombuAsk Solem2012-05-311-2/+1
|\
| * Pidbox reply exchange must also be auto_delete=FalseAsk Solem2012-05-311-2/+1
* | Ignore ENOENT on epoll.unregisterAsk Solem2012-05-312-1/+14
|/
* Don't use librabbitmq if running under eventlet/geventAsk Solem2012-05-311-8/+11
* Pidbox exchanges no longer auto_deleteAsk Solem2012-05-311-2/+0
* Tests passingAsk Solem2012-05-282-35/+35
* Merge branch 'master' of github.com:ask/kombuAsk Solem2012-05-281-0/+1
|\
| * Adds missing importMher Movsisyan2012-05-271-0/+1
* | Don't depend on librabbitmq afterallAsk Solem2012-05-281-12/+4
* | amqp alias now points to librabbitmq if installedAsk Solem2012-05-282-4/+8
* | Pidbox: Now uses connection.default_channelAsk Solem2012-05-281-23/+14
* | Pickle serialization: Can now decode buffer objectsAsk Solem2012-05-281-5/+24
* | librabbitmq: Support v0.9.4Ask Solem2012-05-281-2/+3
* | Ignore ValueError from kqueue.controlAsk Solem2012-05-281-1/+5
|/
* Update transport comparison tableAsk Solem2012-05-251-3/+7
* Install librabbitmq if supported, and amqp points to lrmq if installedAsk Solem2012-05-223-7/+22
* Last commit broke kqueueAsk Solem2012-05-221-11/+12
* eventio: kqueue now supports watch_file, unwatch_fileAsk Solem2012-05-221-21/+53
* flake8Ask Solem2012-05-221-1/+1
* drain_event() now sets connection.more_to_readAsk Solem2012-05-221-10/+17
* pylibrabbitmq has been renamed to librabbitmqAsk Solem2012-05-211-3/+10
* librabbitmq transport was still using drain_all_eventsAsk Solem2012-05-211-1/+1
* POLL_READ, POLL_WRITE, POLL_ERR now named READ, WRITE ERRAsk Solem2012-05-213-33/+34
* eventio now supports writesAsk Solem2012-05-211-20/+80
* drain_all_events renamed to drain_nowait, and now ignores EINTRAsk Solem2012-05-212-4/+3
* async support for librabbitmq transportAsk Solem2012-05-192-1/+10
* ensure_connection now supports a callback that is called for every secondAsk Solem2012-05-182-5/+16
* Ignore EEXIST on epoll.registerAsk Solem2012-05-161-1/+5
* Redis: Message reject must support requeue argumentAsk Solem2012-05-161-1/+3
* Adds Thomas Johansson to AUTHORSAsk Solem2012-05-161-0/+1
* Merge branch 'prencher/master'Ask Solem2012-05-161-2/+2
|\
| * Remove superfluous pipeline use in the Redis transport's Channel.get_table.Thomas Johansson2012-05-161-2/+2
* | flake8Ask Solem2012-05-161-1/+1
|/
* Redis now supports the evented interface used by CeleryAsk Solem2012-05-164-31/+75