summaryrefslogtreecommitdiff
path: root/kombu
Commit message (Expand)AuthorAgeFilesLines
* Added optional support for zstd compression.zstd-compressionOmer Katz2019-01-111-0/+17
* Added support for lzma compression (#984)Omer Katz2019-01-101-0/+15
* SQS: fix trimming .fifo from queue name (#982)Ilya Konstantinov2019-01-091-2/+2
* Added optional support for brotli compression (#983)Omer Katz2019-01-091-0/+9
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-096-6/+6
* Happify lint.Omer Katz2019-01-091-1/+2
* Avoid using mutable default argument.Omer Katz2019-01-091-2/+3
* Fixed typo.Omer Katz2019-01-091-1/+1
* Remove unused private method.Omer Katz2019-01-081-4/+0
* Added documentation to arguments.Omer Katz2019-01-081-0/+2
* fixing an infinite loop when entity.channel is replaced by revive() on an con...Tzach Yarimi2019-01-081-11/+8
* Avoid raising StopIterator in generators. (#972)Omer Katz2019-01-031-2/+2
* Bump version: 4.2.1 → 4.2.2Omer Katz2019-01-031-1/+1
* fix a typo in Queue's docstring (#971)Li Ming2018-12-271-1/+1
* Happify lint.Omer Katz2018-12-201-1/+1
* Allow setting boto3.sqs.create_queue Attributes via transport_options (#957)Hunter Fernandes2018-12-091-8/+45
* fix bytes_to_str bug (#747)Jian Dai2018-11-291-1/+1
* Moving the handling of Sentinel failures to the redis library itself. (#813)Brian Price2018-11-291-6/+7
* fixed bare except flake8 error by adding KeyErrorAsif Saif Uddin2018-11-271-1/+1
* handling non-base64-encoded SQS message (#937)Tim Li2018-11-271-1/+4
* Making the pyro transport available, fix it for recent Pyro4 versions, add br...Irmen de Jong2018-11-252-13/+101
* fix close of shared redis socket causing celery to hang (#954)Alexey Popravka2018-11-221-1/+15
* Correct order of Redis `zadd` dict elements (#953)Jeppe Fihl-Pearson2018-11-201-1/+1
* Add boto3 default region before hardcoded default (#951)Victor Villas2018-11-201-1/+3
* Support redis-py v2 and v3 (#948)Ash Berlin-Taylor2018-11-191-1/+8
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-1235-45/+45
* disambiguate docstring typehints causing warnings building celery docs (#941)Noah Hall2018-11-011-2/+2
* Removed Jython bz2 import fallback (#938)Mads Jensen2018-10-281-8/+5
* Fixed Worker shutdown creates duplicate messages in SQS broker (#926)Mintu Kumar Sah2018-10-132-3/+18
* fixed deprecation warning (#927)Asif Saif Uddin2018-10-071-1/+1
* Fix infinity loop in create_loop (#923)Vsevolod Strukchinsky2018-09-271-14/+4
* Fix a deprecation warning about logger.warn() (#924)Bruno Alla2018-09-274-6/+8
* added retry=True (#920)Asif Saif Uddin2018-09-261-2/+2
* Correct capitalization of PyPI (#919)Jon Dufresne2018-09-171-2/+2
* Add transports based on Azure PaaS (#891)Clemens Wolff2018-08-303-0/+301
* Add support for 'rediss' scheme for secure redis connections. (#910)Daniel Blair2018-08-272-0/+13
* Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900)C Blue Neeh2018-08-162-2/+11
* on worker restart - restore visible regardless to time (#905)gal cohen2018-08-151-0/+4
* fix/Broadcast-fail-by-give-queue-kwargs (#906)KUAN Hsuan-Tso2018-08-151-1/+1
* Queue: add handling of Exchange as str to constructor (#904)Antonio Gutierrez2018-08-121-1/+4
* "Reentrant" version, that allows a `celery.bin.celery.main` worker to run mul...Alan Justino da Silva2018-08-101-6/+16
* Add timeout to retry_over_time (#880)tothegump2018-08-092-5/+13
* Index in sqlalchemy transport for quick sorting (#850)Mikhail Shcherbinin2018-08-091-2/+5
* don't cache declaration of expiring queues (#884)Matt Yule-Bennett2018-08-091-1/+5
* Update pypi.python.org URL to pypi.org (#893)Jon Dufresne2018-06-271-1/+1
* fix librabbitmq link error (#889)程飞2018-06-131-1/+1
* Update all pypi.python.org URLs to pypi.org (#885)Jon Dufresne2018-06-102-3/+3
* Bump version: 4.2.0 → 4.2.1v4.2.1Omer Katz2018-05-301-1/+1
* Handle librabbitmq fileno socket not connected raising ValueError (#878)Bryan Shelton2018-05-271-1/+1
* Cleaned up redundant call of PY3 constants. (#869)Omer Katz2018-05-201-3/+1