summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add a unit testing configuration fixture"1.2.0a4Jenkins2013-08-137-22/+106
|\
| * Add a unit testing configuration fixture1.2.0a3Mark McLoughlin2013-08-137-22/+106
* | Add a TransportURL class to the public APIMark McLoughlin2013-08-1210-237/+412
|/
* Ensure namespace package is installed1.2.0a2Mark McLoughlin2013-08-122-0/+3
* Merge "Add transport URL support to rabbit driver"1.2.0a1Jenkins2013-08-122-1/+100
|\
| * Add transport URL support to rabbit driverMark McLoughlin2013-08-122-1/+100
* | Merge "Kill ability to specify exchange in transport URL"Jenkins2013-08-125-88/+22
|\ \ | |/
| * Kill ability to specify exchange in transport URLMark McLoughlin2013-08-125-88/+22
* | Merge "Add thread-local store of request context"Jenkins2013-08-125-3/+64
|\ \
| * | Add thread-local store of request contextMark McLoughlin2013-08-095-3/+64
* | | Merge "Add a context serialization hook"Jenkins2013-08-129-16/+68
|\ \ \ | |_|/ |/| |
| * | Add a context serialization hookMark McLoughlin2013-08-099-16/+68
| |/
* | Merge "Fix handling expected exceptions in rabbit driver"Jenkins2013-08-122-1/+16
|\ \
| * | Fix handling expected exceptions in rabbit driverMark McLoughlin2013-08-112-1/+16
* | | Fix capitalization, it's OpenStackAndreas Jaeger2013-08-111-1/+1
|/ /
* | Merge "Removes a redundant version_is_compatible function"Jenkins2013-08-091-16/+3
|\ \
| * | Removes a redundant version_is_compatible functionZhongyue Luo2013-08-091-16/+3
| |/
* | Merge "Add some docs on target version numbers"Jenkins2013-08-091-0/+47
|\ \ | |/ |/|
| * Add some docs on target version numbersMark McLoughlin2013-08-041-0/+47
* | Document how call() handles remote exceptionsMark McLoughlin2013-08-071-0/+18
* | Add a per-transport allow_remote_exmods APIMark McLoughlin2013-08-079-48/+73
* | Expose RemoteError exception in the public APIMark McLoughlin2013-08-075-23/+47
* | Implement failure replies in the fake driverMark McLoughlin2013-08-072-3/+35
* | Add API for expected endpoint exceptionsMark McLoughlin2013-08-079-8/+118
* | Add a driver method specifically for sending notificationsMark McLoughlin2013-08-077-27/+55
* | Enforce target preconditions outside of driversMark McLoughlin2013-08-076-32/+28
* | Add comments to ReplyWaiter.wait()Mark McLoughlin2013-08-071-5/+17
* | Remove some FIXMEs and debug loggingMark McLoughlin2013-08-071-4/+0
* | Remove unused IncomingMessage.done()Mark McLoughlin2013-08-074-14/+0
* | Implement wait_for_reply timeout in rabbit driverMark McLoughlin2013-08-074-34/+50
* | Use testtools.TestCase assertion methodsMark McLoughlin2013-08-078-39/+38
* | Implement failure replies in rabbit driverMark McLoughlin2013-08-052-13/+70
* | Add test with multiple waiting sender threadsMark McLoughlin2013-08-052-20/+35
* | Fix race condition in ReplyWaiters.wake_all()Mark McLoughlin2013-08-051-3/+2
* | Add rabbit unit test for sending and receiving repliesMark McLoughlin2013-08-052-6/+20
* | Merge "Add tests for rabbit driver wire protcol"Jenkins2013-08-051-0/+294
|\ \
| * | Add tests for rabbit driver wire protcolMark McLoughlin2013-08-021-0/+294
* | | Merge "Pop _unique_id when checking for duplicates"Jenkins2013-08-052-4/+1
|\ \ \ | |/ /
| * | Pop _unique_id when checking for duplicatesMark McLoughlin2013-08-022-4/+1
* | | Merge "Add a transport cleanup() method"Jenkins2013-08-055-3/+18
|\ \ \ | |/ / | | / | |/ |/|
| * Add a transport cleanup() methodMark McLoughlin2013-08-025-3/+18
* | Remove my notes and test scriptsMark McLoughlin2013-07-316-408/+0
|/
* Merge "Add initial qpid driver"Jenkins2013-07-311-2/+15
|\
| * Add initial qpid driverMark McLoughlin2013-07-311-2/+15
* | Merge "Move most new rabbit driver code into amqpdriver"Jenkins2013-07-312-300/+331
|\ \ | |/
| * Move most new rabbit driver code into amqpdriverMark McLoughlin2013-07-312-300/+331
* | Merge "Move rpc_conn_pool_size into amqp"Jenkins2013-07-312-11/+9
|\ \ | |/
| * Move rpc_conn_pool_size into amqpMark McLoughlin2013-07-292-11/+9
* | Merge "Add simple rabbit driver unit test"Jenkins2013-07-312-0/+62
|\ \ | |/
| * Add simple rabbit driver unit testMark McLoughlin2013-07-272-0/+62