summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* Bumps version to 3.0.15Ask Solem2014-04-151-1/+1
* More version parser fixes. Closes #340Ask Solem2014-04-152-6/+38
* Merge pull request #340 from EricWorkman/masterAsk Solem Hoel2014-04-151-1/+1
|\
| * Convert major and minor versions to integers for version matchingericworkman2014-04-151-1/+1
* | Adds Connection.qos_semantics_matches_specAsk Solem2014-04-151-0/+4
* | flakesAsk Solem2014-04-151-1/+1
* | don't convert decompressed data into utf-8 stringAdam Gaca2014-04-152-3/+3
* | Account for transport_options in eqhash(conn), also optimize Connection.__eqh...Ask Solem2014-04-153-4/+20
|/
* Adds Transport.qos_semantics_matches_spec() to detect new QoS behavior in Rab...Ask Solem2014-04-145-0/+53
* flakesAsk Solem2014-04-141-0/+1
* Qos apply_global flag is supported by RabbitMQAsk Solem2014-04-141-1/+0
* Attempt to fix celery/celery#1965Ask Solem2014-04-101-1/+8
* Added serialization supportDmitry Malinovsky2014-04-041-5/+16
* MongoDB: Py3 fixAsk Solem2014-03-271-1/+2
* Redis: Make sure fd removed from loop on disconnectAsk Solem2014-03-272-2/+31
* MongoDB: Fixes Python 3 compatibility problem. Closes #328Ask Solem2014-03-211-2/+2
* Fixes tests on Python 3.3Ask Solem2014-03-191-2/+1
* Bumps version to 3.0.14 and updates ChangelogAsk Solem2014-03-191-1/+1
* Semaphore testsAsk Solem2014-03-191-0/+46
* Merge pull request #327 from celery/fix-async-sem-releaseAsk Solem Hoel2014-03-191-2/+1
|\
| * Don't increase the semaphore is a callback is going to get called (this will ...fix-async-sem-releaseIonel Cristian Mărieș2014-03-191-2/+1
* | [Py3] Redis: Fixes fanout with pmessage on python 3. Closes #324Ask Solem2014-03-191-4/+4
|/
* Fixed MongoDB broadcast cursor re-initialization. Closes celery/celery#971Alex Koshelev2014-03-101-7/+25
* Cosmetics for #319Ask Solem2014-03-051-18/+23
* Merge branch 'daevaorn/mongo-tuneup'Ask Solem2014-03-051-64/+116
|\
| * Comments addedAlex Koshelev2014-03-021-0/+5
| * Refactor broadcast cursor management for mongodb transportAlex Koshelev2014-03-021-18/+55
| * Encapsulate collection management for mongodb transportAlex Koshelev2014-02-281-49/+59
* | Do not close none connection. Closes #320Ask Solem2014-03-051-1/+1
* | Bumps version to 3.0.13 and updates ChangelogAsk Solem2014-03-031-1/+1
|/
* Pidbox: adds default on_decode_error handlerAsk Solem2014-02-211-1/+5
* Tests passingAsk Solem2014-02-212-2/+5
* Redis: Patterns in fanout now enabled by "fanout_patterns" transport optionsAsk Solem2014-02-211-1/+7
* Tests passingAsk Solem2014-02-212-8/+13
* Critical: Delivery tags must be UUID. Fixes bug that could lead to loss of dataAsk Solem2014-02-215-10/+56
* Incompatible: Redis fanout now honors routing_key pattern. Fix for celery/cel...Ask Solem2014-02-204-13/+19
* Fixes "cycle" no such attribute errorAsk Solem2014-02-141-5/+7
* Fixes typoAsk Solem2014-02-131-1/+1
* Use numbers moduleAsk Solem2014-02-136-15/+19
* quotesAsk Solem2014-02-104-18/+17
* Support for coverallsAsk Solem2014-02-091-1/+2
* Bumps version to 3.0.12 and updates ChangelogAsk Solem2014-02-091-1/+1
* Py3.4: logging._levelNames was removed. Closes #311Ask Solem2014-02-091-3/+6
* raise Empty() rather than returning null messageSam Stavinoha2014-02-091-1/+1
* Merge branch 'master' of github.com:celery/kombuAsk Solem2014-02-091-5/+6
|\
| * Don't read from the socket more than requested. This prevents stalling issues...fix-celery-1847Ionel Cristian Mărieș2014-02-081-5/+6
* | Hub: move debug helpers into separate moduleAsk Solem2014-02-062-49/+67
|/
* Bumps version to 3.0.11v3.0.11Ask Solem2014-02-031-1/+1
* SQS: Tests passingAsk Solem2014-02-031-1/+1
* Always trust application/data+application/text and no content_type. Closes #306Ask Solem2014-02-032-3/+9