summaryrefslogtreecommitdiff
path: root/kombu/transport/SQS.py
Commit message (Expand)AuthorAgeFilesLines
* Fix _queue_cache for queues with '.' in the name.Zach Smith2012-07-191-3/+4
* SQS: Sets default visibility timeout to 30 minsAsk Solem2012-06-161-1/+3
* Use single quotesAsk Solem2012-06-151-21/+21
* Only use one level of relative importsAsk Solem2012-05-061-3/+3
* SQS: Fixes SDB dependency. Closes #108Ask Solem2012-04-031-1/+2
* All transports now include StdChannelError in its channel_errorsAsk Solem2012-03-251-1/+2
* Hopefully closes #104Ask Solem2012-03-201-1/+1
* CosmeticsAsk Solem2012-01-151-3/+3
* PEP8ify + pyflakesAsk Solem2012-01-131-2/+2
* Merge branch 'nitzanm/master'Ask Solem2012-01-101-0/+5
|\
| * Added support for queue prefixes in SQS.Nitzan Miron2011-12-141-0/+5
* | Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
|/
* Merge branch 'master' into 2.0-develAsk Solem2011-11-281-5/+6
|\
| * SQS Transport: Fix for KeyError on message acknowledgment-- (#73)Brian Bernstein2011-11-271-0/+3
| * SQS Transport: Must have lowercase transport alias.Hong Minhee2011-11-271-2/+2
| * unicode.translate cannot take table encoded by string.maketrans function.Hong Minhee2011-11-271-5/+3
* | Merge branch 'master' into 2.0-develAsk Solem2011-10-251-1/+2
|\ \ | |/
| * str.encode does not accept kwargs in Py < 2.7. Closes #68. Thanks to mbuddeAsk Solem2011-10-251-1/+2
* | 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-2/+4
|/
* gen_unique_id() -> uuid() (but both avail. for compat.)Ask Solem2011-09-071-2/+2
* Adds missing reference for kombu.utils.encodingAsk Solem2011-09-051-5/+5
* Another indentation problem with the mergeAdam Nelson2011-08-241-1/+1
* One of the previous merges changed the indentation of kombu/transport/SQS.py:...Adam Nelson2011-08-241-5/+5
* Merge remote-tracking branch 'upstream/sqs'Adam Nelson2011-08-161-6/+6
|\
| * SQS transport now replaces dots in queue names with dashes, and all other pun...Ask Solem2011-05-251-1/+15
| * Adds connection/channel_errors for SQS transportAsk Solem2011-05-191-2/+6
| * Updates README with SQS transportAsk Solem2011-05-181-0/+1
| * Amazon SQS transport passing functional tests. Sponsored by the good guys at...Ask Solem2011-05-151-0/+80
* Merge branch 'master' of https://github.com/ask/kombuAdam Nelson2011-08-161-2/+2
|\
| * SQS: Disables SimpleDB persistence by defaultAsk Solem2011-07-251-1/+1
| * Redis: Automatically delete auto_delete queues at basic_cancelAsk Solem2011-07-201-1/+1
* | Cache existing SQS queues on startupZach Smith2011-07-141-1/+11
|/
* Bumps version to 1.2.0 and updates ChangelogAsk Solem2011-06-291-2/+0
* Fix for list bindingsAsk Solem2011-06-151-3/+11
* SQS improvementsAsk Solem2011-06-151-24/+71
* PEP8ify + pyflakesv1.1.6Ask Solem2011-06-131-4/+1
* Merge branch 'master' into SQS-SDBAsk Solem2011-06-131-2/+8
|\
| * Passes functional testsAsk Solem2011-06-071-2/+8
* | SQS: Now deletes the message on Message.ack()Ask Solem2011-06-131-3/+10
* | SQS: Needs to delete message after receiving.Ask Solem2011-06-091-8/+12
* | SDB for fanout now works, but something is very slow (like declaring queues, ...Ask Solem2011-06-081-23/+36
* | SQS: SDB related fixes and cleanupAsk Solem2011-06-051-82/+132
* | SQS Backend: Using SDB to store routing tables. Not actually executed yetAsk Solem2011-06-031-5/+103
|/
* SQS transport now replaces dots in queue names with dashesAsk Solem2011-05-251-1/+15
* Adds connection/channel_errors for SQS transportAsk Solem2011-05-251-2/+6
* Updates README with SQS transportAsk Solem2011-05-251-0/+1
* Amazon SQS transport passing functional tests. Sponsored by the good guys at...Ask Solem2011-05-251-0/+80