| Commit message (Expand) | Author | Age | Files | Lines |
* | pika: channel.connection must be available (in pika it's channel.handler.conn... | Ask Solem | 2010-12-05 | 1 | -2/+6 |
* | BrokerState must be global, otherwise declarations will be lost from connecti... | Ask Solem | 2010-12-03 | 1 | -3/+1 |
* | Unit tests now passing on Python 3 | Ask Solem | 2010-12-03 | 1 | -1/+1 |
* | 2to3 says we should use a for loop here | Ask Solem | 2010-12-02 | 1 | -1/+2 |
* | PEP8ifyev0.9.7 | Ask Solem | 2010-11-30 | 1 | -0/+1 |
* | Merge branch 'FlaPer87/master' | Ask Solem | 2010-11-24 | 1 | -4/+1 |
|\ |
|
| * | small improvement, connection can be reached using the database instance | Flavio Percoco Premoli | 2010-11-12 | 1 | -4/+1 |
* | | Cosmetics | Ask Solem | 2010-11-16 | 1 | -2/+6 |
* | | Beanstalk: Close connection on channel close. | Ask Solem | 2010-11-15 | 1 | -0/+5 |
* | | Redis: Only close connection if previously established | Ask Solem | 2010-11-15 | 1 | -6/+9 |
* | | Redis: Disconnect on channel close. | Ask Solem | 2010-11-15 | 1 | -1/+3 |
|/ |
|
* | Functional tests for Pika transport, also asyncore drain_events now properly ... | Ask Solem | 2010-11-12 | 1 | -5/+25 |
* | Removed leftover print statements | Ask Solem | 2010-11-12 | 1 | -2/+0 |
* | CouchDB transport: Add socket.error to connection_errors, also use default po... | Ask Solem | 2010-11-12 | 1 | -2/+5 |
* | Fixed syntax errors in MongoDB transport, also added functional tests, but th... | Ask Solem | 2010-11-12 | 1 | -5/+2 |
* | Beanstalk transport now passing functional tests | Ask Solem | 2010-11-11 | 1 | -2/+7 |
* | PE8ify + pyflakes | Ask Solem | 2010-11-11 | 3 | -4/+4 |
* | Redis: Close channel poller thread on finalization | Ask Solem | 2010-11-11 | 1 | -0/+3 |
* | 100% unit test coverage for Redis transport | Ask Solem | 2010-11-11 | 1 | -20/+42 |
* | Redis: Add Channel.Client so the Redis client can be overridden | Ask Solem | 2010-11-11 | 1 | -4/+6 |
* | pika transport: queue_purge must return int | Ask Solem | 2010-11-10 | 1 | -0/+4 |
* | Remove leftover print statements in pika backend | Ask Solem | 2010-11-10 | 1 | -3/+0 |
* | Fixed a compatibility issue with other clients not sending application headers | Ask Solem | 2010-11-10 | 1 | -8/+9 |
* | Ship with our own version of multiprocessing.util.Finalize for 2.5/2.4 | Ask Solem | 2010-11-10 | 1 | -1/+1 |
* | Bumped version to 0.9.2 | Ask Solem | 2010-11-10 | 1 | -7/+13 |
* | 94% coverage of the core library, but still missing coverage of compat, pidbo... | Ask Solem | 2010-11-09 | 5 | -22/+31 |
* | Tests for kombu.transport.virtual | Ask Solem | 2010-11-09 | 2 | -6/+23 |
* | 92% coverage for kombu.utils, also tests for kombu.transport.virtual.scheduling | Ask Solem | 2010-11-08 | 1 | -1/+2 |
* | 100% coverage for kombu.transport.virtual.exchange | Ask Solem | 2010-11-08 | 1 | -6/+3 |
* | redis: brpop doesn't have subsecond timeouts, so use one thread per channel t... | Ask Solem | 2010-11-08 | 1 | -1/+92 |
* | virtual: Prefetch count was totally broken, because of a logic error | Ask Solem | 2010-11-08 | 1 | -1/+3 |
* | Added transport aliases 'django', and 'sqlalchemy' to django-kombu and kombu-... | Ask Solem | 2010-10-27 | 1 | -0/+37 |
* | Ported Beanstalk transport from ghettoq | Ask Solem | 2010-10-27 | 2 | -0/+117 |
* | mongodb, couchdb: Copyright year 2010 only | Ask Solem | 2010-10-27 | 2 | -4/+2 |
* | Added kombu.utils.uuid4, same as gen_unique_id but returns UUID object | Ask Solem | 2010-10-27 | 1 | -14/+12 |
* | couchdb: Forgot to import uuid | Ask Solem | 2010-10-27 | 1 | -0/+1 |
* | Ported CouchDB transport from ghettoq | Ask Solem | 2010-10-27 | 3 | -1/+112 |
* | Ported MongoDB transport from ghettoq | Ask Solem | 2010-10-27 | 2 | -0/+86 |
* | Remove example using nonexisting Consumer.get in README | Ask Solem | 2010-10-27 | 2 | -0/+12 |
* | pyflakes | Ask Solem | 2010-10-27 | 2 | -15/+10 |
* | Memory backend state must be global | Ask Solem | 2010-10-27 | 2 | -2/+11 |
* | Improved reference documentation | Ask Solem | 2010-10-27 | 9 | -105/+249 |
* | Added autodoc for new modules | Ask Solem | 2010-10-26 | 1 | -2/+1 |
* | AMQ Emulation: Added support for topic and fanout exchanges. (fanout only sup... | Ask Solem | 2010-10-26 | 5 | -346/+653 |
* | redis: _put must take kwargs | Ask Solem | 2010-10-20 | 1 | -2/+1 |
* | Update with recent changes in carrot | Ask Solem | 2010-10-18 | 2 | -4/+4 |
* | Virtual methods should support the nowait argument | Ask Solem | 2010-10-18 | 1 | -6/+6 |
* | Include requeue=False when rejecting a message | David Gelvin | 2010-10-05 | 1 | -1/+1 |
* | Use set.discard instead of set.remove | Ask Solem | 2010-08-13 | 1 | -4/+1 |
* | All occurences of the term Backend has been replaced with Transport. | Ask Solem | 2010-08-04 | 7 | -0/+995 |