summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't read from the socket more than requested. This prevents stalling issues...fix-celery-1847Ionel Cristian Mărieș2014-02-081-5/+6
* Fixes typoAsk Solem2014-02-031-1/+1
* whitespace fixAsk Solem2014-02-031-2/+0
* Bumps version to 3.0.11v3.0.11Ask Solem2014-02-033-3/+3
* Updates ChangelogAsk Solem2014-02-031-0/+31
* SQS: Tests passingAsk Solem2014-02-031-1/+1
* Now depends on amqp 1.4.2Ask Solem2014-02-032-2/+2
* Always trust application/data+application/text and no content_type. Closes #306Ask Solem2014-02-032-3/+9
* Use uuid4() instead of uuid.getnode. celery/celery#1822Ask Solem2014-02-031-3/+12
* Merge branch 'master' of github.com:celery/kombuAsk Solem2014-02-031-2/+3
|\
| * Merge pull request #308 from ionelmc/patch-1785Ionel Cristian Mărieș2014-02-011-2/+3
| |\
| | * Normalize fd in Hub.addIonel Cristian Mărieș2014-01-311-2/+3
| |/
* | Adds async_consume exampleAsk Solem2014-02-031-0/+29
|/
* Second try :sad:Ask Solem2014-01-291-1/+1
* Fixes SyntaxErrorAsk Solem2014-01-291-1/+1
* Forgot to commit file (celery/celery#1818)Ask Solem2014-01-281-5/+6
* SQS: batch mode always consumes messages. Closes celery/celery#1818Ask Solem2014-01-281-7/+1
* Tests passingAsk Solem2014-01-281-0/+3
* uuid.getnode() is already cachedAsk Solem2014-01-281-4/+3
* _receive_callback must also raise message.errorsAsk Solem2014-01-281-0/+2
* Tests passing on py3Ask Solem2014-01-282-2/+4
* Tests passingAsk Solem2014-01-281-1/+3
* Message: Handle decompression and postencod errors as decode errorsAsk Solem2014-01-282-7/+28
* Updates __all__ for .exceptionsAsk Solem2014-01-281-3/+3
* Adds Connection.get_heartbeat_interval() for access to the negotiated heartbe...Ask Solem2014-01-284-0/+10
* flakesv3.0.10Ask Solem2014-01-172-3/+2
* Bumps version to 3.0.10 and updates ChangelogAsk Solem2014-01-173-2/+31
* Now depends on amqp 1.4.1Ask Solem2014-01-172-2/+2
* amqplib transport fixAsk Solem2014-01-161-0/+1
* retry_over_time did not sleep as documented. Closes #303Ask Solem2014-01-161-4/+6
* Hub: Do not attempt to call unregister on closed pollerAsk Solem2014-01-161-1/+3
* Fixes for 7f84c4dd513a21e4749b174d64c62c54ad3a2aebAsk Solem2014-01-161-1/+5
* Tests passingAsk Solem2014-01-161-1/+3
* Timer: Must not use hash(entry) to order entries. Closes celery/celery#1798Ask Solem2014-01-161-10/+15
* maybe_declare mus raise recoverable conncetion error, and not channel errorAsk Solem2014-01-161-2/+3
* Redis: Make sure basic_cancel is not called while reading from socket. Close...Ask Solem2014-01-141-17/+44
* flakesv3.0.9Ask Solem2014-01-132-4/+7
* Fixes tests for #300Ask Solem2014-01-133-23/+41
* Bumps version to 3.0.9 and updates ChangelogAsk Solem2014-01-133-2/+44
* Changelog: Release-date hour should always be two digitsAsk Solem2014-01-131-25/+32
* Adds Fernando Jorge Mota to AUTHORSAsk Solem2014-01-131-0/+1
* Merge branch 'fjorgemota/patch-1'Ask Solem2014-01-131-1/+3
|\
| * Add suppport to custom routing_key if passing a QueueFernando Jorge Mota2013-12-221-1/+3
* | Merge branch 'djmitche/call-heartbeat'Ask Solem2014-01-131-1/+1
|\ \
| * | move heartbeat check to only occur on timeoutsDustin J. Mitchell2014-01-131-1/+1
* | | Merge branch 'daevaorn/fix-mongodb-uri-parsing'Ask Solem2014-01-132-51/+92
|\ \ \
| * | | Fix MongoDB transport connection string and options handlingAlex Koshelev2013-12-242-24/+39
| * | | MongoDB transport tests refactoringAlex Koshelev2013-12-242-30/+56
| | |/ | |/|
* | | Merge branch 'djmitche/call-heartbeat'Ask Solem2014-01-133-8/+8
|\ \ \
| * | | Improve example in consumer user guide. Closes #298Ask Solem2014-01-131-3/+2
| | |/ | |/|